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.
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 --reloadOpen 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.