hi all, I am trying to fetch minute by minute data for say Reliance 01-01-2015 to 29-01-2015 and the result just comes empty. Why is that ? The same code works for 2016 but note for 2015 or any year before that. Can we not fetch more than 2 year old data ? I am using pykiteconnect for this.
Hi @sujith , That's weird ! I tried again it doesn't seem to work. Here is my code : http://pastebin.com/MWVfRxWn If you change the time range to some 2016 or 2017 it works. Is there something obvious I am doing wrong ?
We do have data for reliance from 01-01-2015 to 29-01-2015 and I just checked, I got proper response. Can you try again?
That's weird ! I tried again it doesn't seem to work. Here is my code : http://pastebin.com/MWVfRxWn
If you change the time range to some 2016 or 2017 it works.
Is there something obvious I am doing wrong ?
We tried the following code and it is working fine.
kite.historical(738561, "2015-01-01", "2015-01-29", "minute")
I see. Can you please try with instrument_token 128083204 (i.e. Reliance on BSE). NSE instrument token works but BSE doesn't
We got the issue. We will let you know once it is fixed.
Thanks a ton. Any updates so far ?
It is fixed already, we will deploy it tomorrow.
Thanks. I guess I will wait for it to be deployed.
It is deployed. But we don't have data for Reliance BSE for the dates you are requesting for. You must be getting error now.
It is weirder now. The API now gives "Invalid API credentials" even when I do kite.historical(738561, "2017-01-01", "2017-01-29", "minute")
It seems like your historical data subscription has expired, please subscribe for historical data to access it.