Wrong data being fetched

Walker
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
  • nagavenij
    We are able to fetch the data without any issues on our end. If you notice any discrepancies, please share a screenshot so we can investigate further.
  • Walker
    @nagavenij I am attaching the screenshot for the same and have highlighted the error data with green
    s.png 72.1K
  • Walker
    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)
    s2.png 29.9K
  • nagavenij
    We're checking this and will provide an update shortly.
  • Nivas
    @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.
Sign In or Register to comment.