It looks like you're new here. If you want to get involved, click one of these buttons!
Time | Trade Type | Kite web price | Python historical price | Order price (Avg Price) |
---|---|---|---|---|
12:05 | Buy | 25,186.20 | 25,186.20 | 25,189.90 |
15:25 | Sell | 25,249.50 | 25,249.90 | 25,249.30 |
1. In the first image the closing of the 15:05 candle is different from the second image. Also, the volume is different. I have the time stamp in UTC in the second line. Both the images are logs from the python client. I am taking the data from the historical data api
The first image data is collected exactly at 15:05 and the next image data is collected at 15:06. Why the data is different when I hit the api after 1 min?
2. In the last image, I have the data from the kite web downloaded as a file from the table view. In this data, the open, and volume are different from the python client. Why is this mismatch happening?