API Response is success, but has zero candles in response. Could someone exemplify this?

API Response is success, but has zero candles for the most traded option “HINDALCO 680 CE 26 DEC 24”
Request

    # HINDALCO 680 CE 26 DEC 24
    # NSE_FO|110481|26-12-2024
    # 2024-12-02
    # 2024-12-26
    expiries_api = upstox_client.ExpiredInstrumentApi(client)
    resp = expiries_api.get_expired_historical_candle_data(
        expired_instrument_key='NSE_FO|110481|26-12-2024',
        interval='1minute',
        from_date='2024-12-02',
        to_date='2024-12-26'
    )

Response

{'data': {'candles': []}, 'status': 'success'}

Yes @Sathish_49417565
This is a known issue affecting a few expired contracts, and our data and market data teams are would be working on a fix

Thanks!

Thanks a lot, @Ketan @Anand_Sajankar

1 Like