I am getting empty candle data response in Historical Data Api specifically for 30minute candle.
URL : https://api.upstox.com/v2/historical-candle/NSE_EQ|INE002A01018/30minute/2024-01-29/2023-12-30
Response :
{
"status": "success",
"data": {
"candles": []
}
}
2 Likes
shanmu
January 29, 2024, 6:33am
2
@Rohit_Devadiga
Weāre currently looking into this matter. I will update you as soon as we gather more information.
Thank you!
Is this issue resolved? Today I faced this issue for NSE OPTIONS
@vardhan36397 Can you share the request details for further investigation for your issue?
I am getting same response
can you what is error?
Ketan
October 20, 2024, 3:04pm
6
Hi @Sarnesh ,
Could you please share the cURL request youāre using to call the historical API? An empty response typically occurs when the instrument key is valid, but no data is available for the specified time interval in the request.
Thank you.