-
Notifications
You must be signed in to change notification settings - Fork 27
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
potential missing history #48
Comments
hey @mhyatt000 thanks for the detailed issue and for your kind words! As for the question - I think this is something you should discuss with IBKR support. They're pretty responsive if you drop them a message through the Web Portal. I can share that I also saw some stock contracts returning shorter amount of historical data than available elsewhere. I understand that different data vendors provide different availability, although your case seems to be particularly short so I'd definitely bring this up with IBKR. If you do, let us know what they say 👍 |
just curious, where are we with this issue? history = client.marketdata_history_by_symbols('AAPL', period='5d', bar='1min', outside_rth=True) 0 240.57 240.71 240.42 240.48 1159.14 2025-02-26 15:51:00 anyone see this issue? |
You may be correct.
At least that is what the Web API 1.0 docs states, not sure the same applies for the newer Web API. See https://www.interactivebrokers.com/campus/ibkr-api-page/cpapi-v1/#hist-md |
Thanks for all your hard work- the library is amazing!
Not sure where to ask this question since it might be a limitation of the REST API, but I thought there might be some answers / similar experience from ibind users.
I've noticed that some of the historical options data does not go back as far as I'd expect. For example, I search for the calls with ITM/ATM strikes (2027 JAN LEAPS) and do not get data from before 2024 december 03.
I use
history = self.client.marketdata_history_by_conids(...)
corresponding to the
return self.get('iserver/marketdata/history', params)
API call.This is true for all the symbols not just google, but here is example after post processing
for SPX 2029 C ATM I cannot see history before dec 10 this year
I thought there ought to be API history from much earlier for these and even owned some of positions before december. Any thoughts would be much appreciated.
The text was updated successfully, but these errors were encountered: