-
Notifications
You must be signed in to change notification settings - Fork 30
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
Extends IBDownloader to support all security types. #4
Comments
Hi QC Team, I am very interrested to using ibdownloader to fecth equity historical data. Thanks, |
There is an extra issue that can be handled in this ticket: |
I am happy to work on this but I have a general question on how QC/Lean is supposed to resolve tickers into symbols as it relates to Toolbox. Is there some lookup mechanism that can check that the ticker is Equity or Forex or Option? Or is it expected that the user would provide this on the command line explicitly, i.e. something like --tickers=QQQ:Equity:USA,EUR.USD:Forex:FXCM |
Interactive Brokers (IBKR)Data SubscriptionsTo configure, log-in to IBKR Portal and go to: User Settings -> Market Data Subscriptions ⚙ -> Current GFIS Subscriptions - ⚙ click on gear Subscriptions needed for streaming stock and options data: For Stocks:
For Stock Options:
Connecting to the APIIB Gateway
Or Trader Workstation (TWS)
|
This would be really great! Right now offline usage of LEAN is near impossible, and the online ide is constantly corrupting and duplicating files, while the build system is only intermittently online. |
Quite interested in the use case of this, would IBDownloader be allowed/added as a substitute for QC Datasets? |
This issue has been solved by #110. The lean cli data download tool can be used, any historical resolution and asset supported by the brokerage will work. |
Expected Behavior
IBDownloader
can fetch data from all securities types.https://interactivebrokers.github.io/tws-api/historical_data.html
Actual Behavior
Only forex is supported.
Potential Solution
Extends
IBDownloader
to support all security types.Checklist
master
branchThe text was updated successfully, but these errors were encountered: