In the Option Chain help api, currently we can just pass the expiry date for the Symbol in timestamp field. So we cannot go to a specific timestamp to fetch the option chain. The only option is to store the live feed of data coming from Option Chain api locally and calculate the required timeframe say 1min or 3min or 5min or … But my question is what is the frequency of data update in this api? The “oich” has a value being populated, what is the basis for this calculation?
Thank you Abhishek, do we get Option chain as well from the websocket? In the documentation it is not stated. I only see an option to pass Symbol parameter, what is the call parameter to fetch option chain?
I am using the Fyers Option Chain API to fetch open interest information and I set the update frequency as 1 minute in my app but I see that the data is getting updated every 3 minutes only. Am I missing something?
hi nagesh,
ive been trying to fetch the option chain and literally tried everything as per my understanding and im still getting an error "Calling optionchain with payload: {‘symbol’: ‘NSE:NIFTY’, ‘expiry’: 1749117600}
raw chain_resp = {‘message’: ‘Please provide valid inputs’, ‘code’: -50, ‘s’: ‘error’}"
it would be a great if you could help me resolve this issue