Getting wrong volume data for stocks during live market using getCandleData(params)
-
Hello team, I am getting wrong data during live market using getCandleData(params) in python. For examle when I call the method getCandleData(params) at 9:30 AM, where I set toDate as '2024-12-31 9:30', in response I get wrong volume data. But when I call the same end point after market closes or next day, it gives correct data. Kindly help, in one of my strategy I am using volume as an indicator for long or short position.
-
@sanjaymgour share more info which can help to debug. eg, for which symbol are you trying to fetch, to and from date, time period etc.