Multiple days historical data
-
@admin i am requesting historical data for one minute. It works fine when i request data for only one day but while requesting data for more than one day i got response like this
2021-04-08T15:29:00+05:30,1437.55,1439.85,1437.30,1439.85,26005
2021-04-09T09:15:00+05:30,1455.00,1455.00,1441.00,1447.00,3206022021-04-09T09:15:00+05:30,1455.00,1455.00,1441.00,1447.00,320602
2021-04-09T09:16:00+05:30,1446.65,1446.95,1442.25,1446.95,127345
2021-04-09T09:17:00+05:30,1447.45,1449.95,1446.90,1448.90,80884It gives double data for 9:15 candle for every new day and its not even comma separated.
-
Hi @Rajanchauhan we have changed our historical data format.
-
@admin
Okk, As I can see now, some changes have been made from your end. Now I am not getting response in comma separated string format,Now I am getting a list. So its working fine now.....Thanks.
I have another question. can i get live data in amibroker?
-
Hi @Rajanchauhan post token also we will try to fetch data for same token with exactly same parameter.
-
historicParam = {
"exchange": "NSE",
"symboltoken": str(token),
"interval": "ONE_MINUTE",
"fromdate": "2021-04-13 09:15",
"todate": "2021-04-15 15:30"
}
data = obj.getCandleData(historicDataParams=historicParam)['data'] -
we are updating our historical data format you can check it after market hours.
-
@Rajanchauhan said in Multiple days historical data:
2021-04-09T09:15:00+05:30,1455.00,1455.00,1441.00,1447.00,3206022021-04-09T09:15:00+05:30,1455.00,1455.00,1441.00,1447.00,320602
can you post your request body snip here.
-
Hi @Rajanchauhan we are working on the historical data format.We will let you know regarding this. "It gives double data for 9:15 candle for every new day".