Hi Team, recently i joined fyers. i am able to subscribe nse equity, nse indices, nse options, and bse indices data. But i am not able to subscribe sensex options data. Even i am not receiving failure message.
Also i have enabled bse options segment for my account.
Here is the code snippet i used to subscribe.
symbols=['BSE:SENSEX-INDEX', 'NSE:FINNIFTY-INDEX','BSE:SENSEX2410571800PE', 'NSE:NIFTYBANK-INDEX',
'NSE:NIFTY50-INDEX','NSE:FINNIFTY2410921400PE','NSE:KOTAKBANK-EQ']
fyers_livedata.subscribe(symbols=symbols, data_type='SymbolUpdate')
livedata response:
SENSEX2410571800PE ticks are missing in the above livedata.
PLEASE let me know what am i missing here