Kite historical not working

Rishant
I have been using the same code for last one month to get historical data and place orders. Today, suddenly it is giving me following errors:

Please see the instrument_token I am using:
name = {5633:'ACC',3861249:'ADANI PORTS',325121:'AMBUJA CEMENTS'
,60417:'ASIAN PAINTS',70401:'AUROBINDO PHARM',1510401:'AXIS BANK'
,4267265:'BAJAJ AUTO'}

so, basically in my code I use 5633 as Instrument token to access historical data for ACC.

Python code that I am using:

kite.historical(instrument_token,today,today,'minute')


Error: ('Order placement failed', u'No candles found based on token and time and candleType or Server busy.')

This discussion has been closed.