Empty candle data in historical candle data api

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

@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?

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.