Historical market data downloader using Interactive Brokers TWS
Last updated Apr 13, 2025
59
Stars
14
Forks
0
Issues
0
Stars/day
Attention Score
36
Language breakdown
Python 99.5%
Dockerfile 0.5%
▸ Files
click to expand
README
Historical market data downloader
Utility to download historical market data from Interactive Brokers. The heavy lifting is done by ib_insync project.Requirements
* Python 3.6 * ib_insync * IB's TWS APIUsage
* Download and install IB TWS API * Install ib-dl with pip:pip install ib_dl
* Start TWS, enable API access
* Download data: ib-dl SPY --duration "1 M" --bar-size "1 min" --tws-uri localhost:7492:999
For further details see the help screen: ib-dl --help
Docker
Docker images are provided under tibkiss/ib_dlLicense
Apache License Version 2.0🔗 More in this category