HI Folks, New here, I have used MCX GOLD25FEBFUT 109760007 GOLD instrument token for the period Jan 20th 2025 to 24th Jan 2025 but i am unable to fetch any data for the 5 minute candle Here is my code. try: historical_data = kite.historical_data( instrument_token=instrument_token, interval='5minute', from_date=date(2025, 1, 20), to_date=date(2025, 1, 24), continuous= True )
# Print the fetched data to the console for candle in historical_data: print(candle)