is there anyone tell me that how to resolve the error of UDAPI100500 while requesting the historical data. i don’t know if reqesting structure is not right or this error is from upstox end. please anyone confirm me about this. i will be very greatful.
Could you try encoding the instrument_key
as a URI component and inform us if it resolves the issue?
Thank you!
1 Like
@Himanshu_GTS, as an example, you can use the following URL to access historical candle data for RELIANCE from Upstox:
https://api-v2.upstox.com/historical-candle/NSE_EQ%7CINE002A01018/day/2023-11-21
Try this in your Postman.
1 Like
It’s working now, thanks for assistance. It the issue with instrument key.
1 Like
@Sai_Pawar it seems from the screenshot that your instrument key has not been correctly URL-encoded.
Please refer to the following example for guidance:
If the issue persists, please provide us with the curl request for further assistance.
For today’s data, you should refer to the intraday API.
1 Like