Is there any way where I can get historical data for the particular time? Example: Suppose I need 10:15 AM value for last 20 days, means 20/06/2019 10:15 AM, 19/06/2019 10:15 AM, 18/06/2019 10:15 AM, Which API link should be referred?
hii @sachinsritech by zerodha, you can get historical data from a certain date-time to another date-time if you want 20-July: only 10:15 data 21-July: only 10:15 data 22-July: only 10:15 data...
then it has to be programmed on your side... try using pandas for the same
go through these links..
https://kite.trade/docs/pykiteconnect/v3/#kiteconnect.KiteConnect.historical_data
https://kite.trade/docs/connect/v3/historical/
by zerodha, you can get historical data from a certain date-time to another date-time
if you want
20-July: only 10:15 data
21-July: only 10:15 data
22-July: only 10:15 data...
then it has to be programmed on your side...
try using pandas for the same