Same issue here too.
Access denied because of exceeding access rate
@admin @administrators Please take a look
Same issue here too.
Access denied because of exceeding access rate
@admin @administrators Please take a look
Historical API is not returning any data for today (FEB 14 2023). But values are returned for previous day as expected
If i change the date to Feb 13, then its working.
Please check this. Thank you !!!
Hi @admin,
Currently i am unable to get any response from server for Historical data API when using the below request to fetch Banknifty or Nifty index data.
{
"exchange": "NSE",
"symboltoken": "26009",
"interval": "ONE_MINUTE",
"fromdate": "2023-01-03 09:15",
"todate": "2023-01-03 09:30"
}
RESOPNSE:
{
"status": true,
"message": "SUCCESS",
"errorcode": "",
"data": null
}
I did see many post having the same question, but too old back in 2021. So Just wanted to confirm if we have the historical data for Indices.
Thank you
@asiam9
I started to try the JAVA SDK, i am able to successfully connect to angel one account. I Didnt try via postman after that.
@laskshmi said in Historical Data API not sending data for requested number of days:
@admin
Any update on this??
@admin any update, iTs been 10 days
@admin
In the API documentation, it says that Historical data of 30 days can be request in a single hit with ONE_MINUTE interval.
But in actual case, I am receiving a maximum of 500 candle stick data irrespective of the interval. i.e If i request data of Jan 2 9:15 to to Jan 17 09:15 with ONE_MINUTE, I dont receive the data for requested days, instead receiving exactly 500 arrays which is approximately from Jan 13(Driday) to Jan 17 (Tuesday). So instead of 30 days i receive 3 days candle stick data.
Request:
Start of Response:
End of Response:
Can you let me know why I am not able to get the data for requested days ?