Historical api Upstox API v3 HistoryAPI giving empty response for all Stocks 1 minutes

Upstox API v3 is giving empty response for history APIs since Saturday

Please check the request response:

curl --location ‘https://api.upstox.com/v3/historical-candle/NSE_EQ|INE848E01016/minutes/1/2025-11-17/2025-11-16’
–header ‘Content-Type: application/json’
–header ‘Accept: application/json’
–header 'Authorization: Bearer ’

{“status”:“success”,“data”:{“candles”:}}%

Hi @Mohindhara_48356182, Please use the Intraday Candle Data API to fetch candles for the current trading day. Since Saturday and Sunday are non‑trading days, no data is available for those dates, and because you queried for the current day (2025‑11‑17) as an end date, the API returned an empty response.

Hope this helps clarify your query. Thank you!