Algo trading_data option chain

fetch price, io and volume of only two strike prices of nifty index

Hi @deepkumar

To fetch LTP, OI, and volume for specific Nifty option strike prices, you can use the Option Chain API. The option chain response provides complete data for all available strikes. Once you receive the response, you can filter or modify it at your end to keep only the two strike prices you need.

You can refer to the Option Chain API documentation here:

Additionally, if you require historical data for active options, you may use the Historical Data API. Details are available at: