It looks like you're new here. If you want to get involved, click one of these buttons!
2020-08-04 15:29:58 2158.5 42471905
volume
2020-08-04 15:29:00+05:30 75828
You might not have fetched the last 2minutes data correctly. You can go through this thread.
For your above query :
Below is the api request which i got from logs:
https://api.kite.trade:443 "GET /instruments/historical/738561/2minute?oi=0&continuous=0&from=2020-06-30&to=2020-08-04&interval=2minute&instrument_token=738561 HTTP/1.1" 200 89776
Let me know whats wrong here and tell me correct way.
volume
field from tick data here?If yes, that's the total volume of the day, till fetched period. And
volume
field in historical candle, is volume only the during the specific candle period(here 2minute).So, you can't compare both the volume data.
You can refer to this thread.