hist api not fetching today's last bar

Guhan
I am getting data from 09:15 to 15:28 for the below param
ins_token = 13208322,
from_date = '2021-10-04'
to_date = '2021-10-04',
interval = minute ,
continuous=False

But getting data till 16:28 if I change the to_date to '2021-10-05'

why is it so?, am I doing any mistake here?
  • rakeshr
    We relay market data on Websocket as we receive from the exchange, the same is used for forming candles as well. It's of the post-market session. These post-market hours candles are removed post-mid-night after the chart data process.
Sign In or Register to comment.