I was doing something simple like this:
min_close = data.history(sid(24), "price", bar_count=19800, frequency="1m")
It returns back a series of prices with timezone UTC. The time stamp of the last price every is 20:00, which I believe is 3pm est. Since market closes at 4pm, why are we missing the price from 3pm to 4pm est?
Thanks