-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pulling historical bardata #70
Comments
Any plans to allow users to pass in their own timestamps to pull intraday bars? I feel the current approach might be enforcing too many rules on the users. Ideally we can pass something like start_time='2022-01-01 09:30:00' end_time='2022-06-01 16:30:00' and it would pull multiday |
This would be a massive help, single day makes its very challenging to use efficiently/effectively, i believe bloomberg holds the data for 180 days in the past which allows you to develop a decent profile of volumes historically, doing multi day may kill your data limits especially if you are looking at many products. love the wrapper though, keep up the good work |
It is easy to add arguments to The way |
Hi guys, trying to see if anyone has any tips on how to pull multi day bardata i.e. passing start and end dates. Current implementation only supports single day.
Was wondering if there is a way other than wrapping that and running for n days for x tickers.
Thanks
The text was updated successfully, but these errors were encountered: