@suburangs
post your request body snip here.
Rajanchauhan
@Rajanchauhan
Best posts made by Rajanchauhan
Latest posts made by Rajanchauhan
-
RE: Multiple days historical data
@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?
-
RE: Multiple days historical data
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'] -
RE: using smartiapi with Amibroker
@blackdream thanks for replying dear. I am new with amibroker. Just starting learning AFL. Till now i have woked with imported data and also tried dde plugin to get live data from excle. I don't know much about amibroker plugins. Can you please tell me is there any plugin avalibale to get live data from smart api to amibroker or from python to amibroker.
-
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.
-
using smartiapi with Amibroker
Has anyone used this API with Ambroker? Any idea about , how connect smart api with amibroker to fetch live data ?