Error 500 on historical candle data

only receiving data on example code’s instrumentkey NSE_EQ%7CINE848E01016 and most of the time this key also gives error 500. And all other instrumentkeys are giving error 500 on every call.
API - http://localhost:3001/historical-candle/NSE_INDEX|Nifty 50/1minute/2023-11-13/2023-11-12

All API requests should be formatted with Standard URL Encoding, which uses a percent sign followed by two hexadecimal digits to encode special and non-ASCII characters.

Please refer to the correct URL:

https://api.upstox.com/v2/historical-candle/NSE_INDEX%7CNifty%2050/1minute/2023-11-13/2023-11-12

It’s working now. Thanks for your help:)

1 Like