FastAPI application that ingests CFTC Commitments of Traders data into SQLite and exposes it via a REST API with analytics endpoints (screener, percentile rank, concentration). Includes CLI for historical and weekly data ingestion, Docker setup, and a frontend. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
96 B
Plaintext
6 lines
96 B
Plaintext
requests>=2.28.0
|
|
beautifulsoup4>=4.11.0
|
|
fastapi>=0.110.0
|
|
uvicorn[standard]>=0.29.0
|
|
tqdm>=4.66.0
|