historical values
-
historicParam={
"exchange": "NSE",
"symboltoken": "3045",
"interval": "MINUTE",
"fromdate": "2021-03-01 09:15",
"todate": "2021-03-28 09:16"
}
smartApi.getCandleData(historicParam)We get error ataException: Couldn't parse the JSON response received from the server: b''. Any solutionRe: Access to historic values
-
hi @hemant The change is implemented in the documentation.
-
Hi @rajanprabu we have noticed this we will update it asap.
-
@rajanprabu Correct that 'MINUTE' was in the sample snippet in github, hope @admin can correct it.
-
@hemant you interval has to be
ONE_MINUTE
and not MINUTE