records = kite.historical_data(token, current_day,current_day,'15minute')
here is the parameter which i am using. I am only using today's data for 200 stocks
Also I am able to get data for one round of complete 200 stocks. But after it sleeps when …
@rakeshr
what exactly do you mean by numerical value format ? I checked the format of tokens in excel in python and its numpy int format . Don't think it shoul be a problem.