getCandleData at ten_minute interval is still giving five_minute candle data
-
This is the request Obj I was sending
{"todate":"2021-05-14 10:00", "exchange":"NSE","interval":"TEN_MINUTE","symboltoken":"1333", "fromdate":"2021-05-14 09:40"}
this is the output i got
{"data":[["2021-05-14T09:45:00+05:30",1390,1392.75,1388,1391.2,173826],["2021-05-14T09:55:00+05:30",1391.25,1392.8,1389,1392.65,248194]],"message":"SUCCESS","errorcode":"","status":true}
can you check if this was working earlier or a regression?
-
Hi @vvbchandrasekhar you need to pass start time and end time in multiples of 10min.
for eg : 9:15 to 9:25. -
I don't need this. worked around this.
-
Hi @vvbchandrasekhar we update you on this after coordinating with our team.