Inconsistent historical data

saanc
When I query data of date 2015-01-01 for instrument token 2800641 through kitecharts api, it is giving me inconsistent data, there are multiple data for the same timestamps. The same is happening for many dates and for many instruments.
Example:
https://kitecharts.zerodha.com/api/chart/2800641/minute?....
"status": "success",
"data": {
"candles": [
[
"2015-01-01T09:15:00+0530",
865.43,
867.5,
865,
867.5,
242
],
[
"2015-01-01T09:16:00+0530",
866.63,
867.55,
866.13,
866.65,
716
],
[
"2015-01-01T09:16:00+0530",
867.5,
867.55,
866.13,
866.65,
716
],
[
"2015-01-01T09:17:00+0530",
867.15,
867.15,
865.68,
865.68,
230
],
[
"2015-01-01T09:18:00+0530",
865.65,
865.65,
864.8,
864.9,
432
],
[
"2015-01-01T09:18:00+0530",
865.68,
865.68,
864.8,
864.9,
432
],
[
"2015-01-01T09:19:00+0530",
864.05,
864.05,
863.5,
863.5,
20
],
[
"2015-01-01T09:19:00+0530",
864.9,
864.9,
863.5,
863.5,
20
],
[
Tagged:
Sign In or Register to comment.