Define, download, persist, and analyze options data for IBKR via ib-insync
.
See example_downloads_for_es_gc_cl.ipynb.
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;
BSD-3 Clause. See LICENSE file for details.