@Mnagesh I am using python api - getCandleData
I am trying to get candle data for index NIFTY50 not for any options.
The call to with the following is returning empty data set. Can you please give me some clue about how to fix it
{
'exchange': 'NSE',
'tradingsymbol': 'NIFTY50',
'symboltoken': '56734',
'interval': 'FIVE_MINUTE',
'fromdate': '2021-06-21 00:00',
'todate': '2021-06-21 09:21'
}
Regards,
Kingshuk