It looks like you're new here. If you want to get involved, click one of these buttons!
["2019-09-25T09:15:00+0530",224.95,225.25,224,225,21012,0]
from=2019-12-03+10:20:00&to=2019-12-03+10:20:00
to=2019-12-03+10:25:00
We checked on both Kite Web chart and Historical data APIs, values are matching for both as below.
["2019-09-25T09:15:00+0530",224.95,225.25,224,225,21012,0]
You may re-check the same.
It is showing 1 minute candle record instead of 5minute.
https://api.kite.trade/instruments/historical/895745/5minute?from=2019-12-03+10:20:00&to=2019-12-03+10:20:00
return value:
{
"status": "success",
"data": {
"candles": [
[
"2019-12-03T10:20:00+0530",
406.65,
407.35,
406.6,
407.3,
51411
]
]
}
}
to=2019-12-03+10:25:00
.We don't recommend using historical data for live strategies. It is provided only for backtesting purposes.