Skip to content

Repository files navigation

eqi

Equity Capital Indexer (EQI) is a clean-room service that fetches US equity capital structure data on demand from SEC EDGAR and exposes it via a public API and minimal UI.

Quick start

python -m venv .venv
source .venv/bin/activate
pip install -e .[dev]

export EQI_SEC_USER_AGENT="EQI/0.1 (contact: customer.service@aimtheory.com)"
uvicorn eqi.main:app --reload

Open http://127.0.0.1:8000 for the UI, or visit http://127.0.0.1:8000/docs for API docs.

See docs/README.md for data sources, configuration, and test instructions.

About

BACKUP MIRROR ONLY — canonical source is Gitea http://gitea.quantifai.aimtheory.com/quantifai/eqi. Do not open PRs/issues here; work on Gitea. GitHub is offline backup.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages