SmartApi historic data returning none today
-
Is there any issue in SmartApi historic data today ?
try:
historicParam={
"exchange": "NSE",
"symboltoken": "3045",
"interval": "ONE_MINUTE",
"fromdate": "2021-02-08 09:00",
"todate": "2021-02-08 09:16"
}
smartApi.getCandleData(historicParam)
except Exception as e:
print("Historic Api failed: {}".format(e.message))It is returning none in. please see the snapshot. I checked for other tokens as well and this is happening for others as well
-
Hi all,
Apologies for delayed response.
It could be technical glitch. Kindly write to us on smartapi@angelbroking.com if the issue still persists with historical dataThanks & Regards,
SmartAPI team - topic:timeago_earlier,4 months
-
When I tried next day it started working fine. Not sure what the issue was. Anyways if admin can enlighten us with some insights that than would be great.
- topic:timeago_earlier,9 days
-
Yes, I was also trying but same returned so I thought my program had some mistakes.
Anyone can tell , please ? -