Hi @sujith ,
I am trying to get minute(30 days cap at each request) data of instruments from nifty 50. I am using the following python code to get the same:
historicalData = kite.historical(rows[i][0], str(fromDate), str(toDate), interval)
where ro…
Hi @sujith ,
Just checked by giving in recent dates 2015 and 2016 , and i am able to get the data for them.
But earlier dates (2010, 2011..etc) are just returning empty lists . I thought we had last 10 years data?