URGENT historical data not returning any data
-
Not getting any data for historical API
historicParam={
"exchange": "NSE",
"symboltoken": "15083",
"interval": "FIVE_MINUTE",
"fromdate": "2021-04-29 09:25",
"todate": "2021-04-29 09:30"
}
values=obj.getCandleData(historicParam)
print ("values ", values)result :
values {'status': True, 'message': 'SUCCESS', 'errorcode': '', 'data': []} -
Dear @dipeshbodas it is working.
-
@admin
is this resolved? -
@admin
No data available between 9.30 to 10 AM.historicParam={
"exchange": "NSE",
"symboltoken": "15083",
"interval": "FIVE_MINUTE",
"fromdate": "2021-04-29 09:30",
"todate": "2021-04-29 10:00"
}
values=obj.getCandleData(historicParam)result :
values {'status': True, 'message': 'SUCCESS', 'errorcode': '', 'data': []} -
Hi @dipeshbodas we were facing network issues in the morning our team has fixed it. Kindly retry and let us know if you are still facing the issue.
-
@admin
any updates? -
@admin
it was working till 9 20. Work is impacted. Please let me know if something is down