https://github.com/westonplatter/ibdatafetcher
Fetch data (futures, stock, coming next => options) from IBKR for local use.
https://github.com/westonplatter/ibdatafetcher
futures market-data options stock-market stocks
Last synced: about 2 months ago
JSON representation
Fetch data (futures, stock, coming next => options) from IBKR for local use.
- Host: GitHub
- URL: https://github.com/westonplatter/ibdatafetcher
- Owner: westonplatter
- License: bsd-3-clause
- Created: 2020-12-03T04:55:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-23T15:18:39.000Z (about 4 years ago)
- Last Synced: 2024-04-14T20:10:43.270Z (about 1 year ago)
- Topics: futures, market-data, options, stock-market, stocks
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 15
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IB Data Fetcher
Simple methods for getting market data from IB## Running
Create a conda env and install python dependencies,```
make env.create
make env.update
```Run IB Gateway on Port `4001`.
```
make download.futures_equities
make download.stocks
```## License
See LICENSE file.