https://github.com/westonplatter/ib_insync_options
Download option chain data from IBKR using ib_insync. Works with future options
https://github.com/westonplatter/ib_insync_options
ibkr ibkr-api-client options options-trading
Last synced: 3 months ago
JSON representation
Download option chain data from IBKR using ib_insync. Works with future options
- Host: GitHub
- URL: https://github.com/westonplatter/ib_insync_options
- Owner: westonplatter
- License: bsd-3-clause
- Created: 2024-10-12T18:43:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T16:05:19.000Z (7 months ago)
- Last Synced: 2025-07-06T17:07:19.742Z (3 months ago)
- Topics: ibkr, ibkr-api-client, options, options-trading
- Language: Python
- Homepage:
- Size: 186 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# IB Insync Options
Define, download, persist, and analyze options data for IBKR via `ib-insync`.## Examples
See [example_downloads_for_es_gc_cl.ipynb](example_downloads_for_es_gc_cl.ipynb).## Local Development
This repo uses uv for dependency management. See their docs for installing, https://github.com/astral-sh/uv.```
uv install
```The example notebook requires a local postgres database.
```
psql -U postgres
create database ib_insync_options_dev;
```## License
BSD-3 Clause. See [LICENSE](LICENSE) file for details.