An open API service indexing awesome lists of open source software.

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.

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.