Greg 37f8eac932 Initial commit: CFTC COT Explorer
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>
2026-03-22 11:23:00 +01:00

3 lines
174 B
Plaintext

# CFTC COT weekly download — every Friday at 20:45 UTC (≈ 3:45 PM ET)
45 20 * * 5 root cd /app && python3 -m app.ingestion.cli download-and-import >> /data/cron.log 2>&1