I am fetching the high/low data of stocks for the 9:15 1-minute candle, but for some stocks it is fetching incorrect values. For example, the BLUESTARCO September Futures low for the 9:15 1-minute candle is 1895, but it is showing 1845.70 instead. Similarly, the data for many other stocks and futures is also being displayed incorrectly
I faced the error again today the low for UNOMINDA at 9:15 was 1285.9 but the data fetched showed a low of 1288.4 (I am also attaching the screenshot for the same)
@Walker, I fetched the historical data for the security you mentioned and didn't find any discrepancies between the historical data and the Kite candle. I recommend trying it again on your end. Please note that both the historical data and the Kite candle share the same source, so discrepancies are unlikely.
It seems the data you've attached is processed(not a raw API response). Discrepancies might occur if there are issues in your code's parsing logic. To address this, you could fetch the historical data and verify the raw API response against the Kite candle. You can find an example of the raw API response structure in the documentation. If you notice incorrect data in the raw API response, please share a screenshot of it so we can help you further.
It seems the data you've attached is processed(not a raw API response). Discrepancies might occur if there are issues in your code's parsing logic. To address this, you could fetch the historical data and verify the raw API response against the Kite candle. You can find an example of the raw API response structure in the documentation. If you notice incorrect data in the raw API response, please share a screenshot of it so we can help you further.