I Was trying to fetch Historical Data for one particular INSTRUMENT and i am getting no candles for this instrument…
NSE_FO|35005|26-12-2024
'data': [{'exchange': 'NSE',
'exchange_token': '35005',
'expiry': '2024-12-26',
'freeze_quantity': 1800.0,
'instrument_key': 'NSE_FO|35005|26-12-2024',
'instrument_type': 'FUT',
'lot_size': 25,
'minimum_lot': 25,
'name': 'NIFTY',
'segment': 'NSE_FO',
'tick_size': 5.0,
'trading_symbol': 'NIFTY FUT 26 DEC 24',
'underlying_key': 'NSE_INDEX|Nifty 50',
'underlying_symbol': 'NIFTY',
'underlying_type': 'INDEX'}],
'status': 'success'}
The Instrument exists but no historical candle for the instrument key is received. Is the data for this historic instrument not available?