kite quote API is not working for NFO symbols

Andy2188
Unable to get NFO quotes using kite.quote API. Earlier it used to work just fine. Anything changed recently. Its working for NSE symbols though.

>>> kite.quote('NFO:NIFTY2241417800CE')
{} <<==== No data received.


Working for NSE symbols. Pls see below.

>>> kite.quote('NSE:INFY')
{'NSE:INFY': {'instrument_token': 408065, 'timestamp': datetime.datetime(2022, 4, 8, 20, 6, 41), 'last_trade_time': datetime.datetime(2022, 4, 8, 15, 52, 37), 'last_price': 1814.6, 'last_quantity': 0, 'buy_quantity': 0, 'sell_quantity': 0, 'volume': 0, 'average_price': 0, 'oi': 0, 'oi_day_high': 0, 'oi_day_low': 0, 'net_change': 0, 'lower_circuit_limit': 1633.15, 'upper_circuit_limit': 1996.05, 'ohlc': {'open': 1823, 'high': 1838, 'low': 1808, 'close': 1811}, 'depth': {'buy': [{'price': 0, 'quantity': 0, 'orders': 0}, {'price': 0, 'quantity': 0, 'orders': 0}, {'price': 0, 'quantity': 0, 'orders': 0}, {'price': 0, 'quantity': 0, 'orders': 0}, {'price': 0, 'quantity': 0, 'orders': 0}], 'sell': [{'price': 0, 'quantity': 0, 'orders': 0}, {'price': 0, 'quantity': 0, 'orders': 0}, {'price': 0, 'quantity': 0, 'orders': 0}, {'price': 0, 'quantity': 0, 'orders': 0}, {'price': 0, 'quantity': 0, 'orders': 0}]}}}
>>>

This discussion has been closed.