Hi Team,
The URL to fetch daily data is giving wrong data :
https://api.upstox.com/v3/historical-candle/NSE_INDEX|Nifty 50/days/1/2025-05-15/2025-05-15 is responding with this data which is very wrong :
[‘2025-05-15T00:00:00+05:30’, 24694.45, 24706.75, 24584.65, 24625.0, 0, 0]
The response is supposed to be this :
[‘2025-05-15T00:00:00+05:30’, 24694.45, 25116, 24494, 25062, 0, 0]
Please fix this ASAP. My algo is not working because of this.