@sujith that is what i am trying to do, but just not able to download data consistently
@rakeshr don't worry, i will be taking my business elsewhere. i was told that zerodha is a world-class product. how i wish that was even remotely true
this makes no sense. i have random delays between 10 and 30 seconds after every exception. i still can't get this to work reliably for more than few minutes.
is this the kind of service you offer paying customers?
i also feel like I am being throttled. It times out after roughly every 10th request.
There is no way I am making more than 3 request/second. Am I hitting some other limit?
it works sporadically for me
e.g. kite.historical_data(136453636,'2016-01-01', '2016-03-31', "15minute")
This is the exception
Traceback (most recent call last):
File "/kite_all_code.py", line 112, in kite_download_minute_data_loop
cash_data1…
thanks @rakeshr
it still doesn't work even if i change oi = 0
How far back can I go for EQ BSE and NSE tickers? Is the date that I am trying to download from (2016-1-1) the problem?
I am. I am looking to get 15minute candle data going back to 2016 in 3 month periods.
This is essentially the command I am running in a loop
kite.historical_data(128028676, '2016-1-1', '2016-3-31', '15minute, 0, 1)
What am i doing wrong here?
Thank you @rakeshr
So the close price quoted at 15:29 is just a tick at 15:29:59? Is that true for all minute bars? i.e. the open price for a minute bar is the tick at 00 and the close price is the tick at 59?