You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues to ensure there isn't already an issue about this question.
My question has to do with the Python SDK and isn't a general question about the API. (If it is please open your issue here)
My question isn't about how to do a specific algorithm or asking for trade advice (answers to these are outside the scope of this repo).
Question
When using get_stock_bars for hourly data, it always starts from fully hour (e.g. 8:00, 9:00), but the stock market opens at 9:30am, how can I get bars from half of the hour?
The text was updated successfully, but these errors were encountered:
the market closes at a round hour and opens at a half hour either you will need to request the half hour candle before the round 10:00 the 1 hour candle from 9:00 or the hour after 3:30 if you start at an odd hour from 9:30
Question form pre-submit checklist.
Question
When using
get_stock_bars
for hourly data, it always starts from fully hour (e.g. 8:00, 9:00), but the stock market opens at 9:30am, how can I get bars from half of the hour?The text was updated successfully, but these errors were encountered: