Data discrepancy

abhishek.gaikwad
For 15minute time range is weird. Below is the response for two different time period.

https://api.kite.trade/instruments/historical/320001/15minute?from=2014-03-13&to=2014-03-15

{
"status": "success",
"data": {
"candles": [
[
"2014-03-14T09:44:00+0530",
300,
310.25,
291,
295,
3489
],
[
"2014-03-14T10:40:00+0530",
295,
299,
287,
296.9,
4725
],
https://api.kite.trade/instruments/historical/320001/15minute?from=2017-01-26&to=2017-01-27

{
"status": "success",
"data": {
"candles": [
[
"2017-01-27T09:15:00+0530",
400.95,
403.1,
400.9,
402.5,
25445
],
[
"2017-01-27T09:30:00+0530",
402.5,
403.8,
402.25,
403.5,
8856
],
  • sujith
    Hi,
    We plot data only after we get first tick. It is not necessary that all candles start at 9:15.
Sign In or Register to comment.