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

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

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.