Duplicate dates in daily Historical data

rohitj
I fetch historical data using KiteConnect. I want daily stats. However, I find that lately, I am getting duplicate dates for the same instrument, with different data. Here is one such example (BSE: CL EDUCATE):
{'date': datetime.datetime(2023, 8, 21, 0, 0, tzinfo=tzoffset(None, 19800)), 'open': 78.5, 'high': 83.14, 'low': 77.2, 'close': 78.69, 'volume': 64509}, {'date': datetime.datetime(2023, 8, 21, 0, 0, tzinfo=tzoffset(None, 19800)), 'open': 82.5, 'high': 82.5, 'low': 82.5, 'close': 82.5, 'volume': 100}

Any idea what is going on?
Sign In or Register to comment.