Lakshya-Jain7/jetro-equity-terminal
0
Equity Research Terminal — Backend API
FastAPI backend for the Global AI Equity Research Terminal, packaged as a Hugging Face Docker Space. It serves company snapshots, financial statements, the Ratio Lab, the DCF Workbench, Relative Valuation and the deterministic AI Research Analyst, all on free data sources.
Runtime
- Container starts with:
uvicorn app.main:app --host 0.0.0.0 --port 7860 - Health check:
GET /api/health - Interactive docs:
/docs
Configuration (optional environment variables)
Notes
- The SQLite cache is a performance cache only; an ephemeral filesystem (free tier) is fine. Enable persistent storage and set
ERT_DB_PATHto keep it across restarts. - This is the API only. The Next.js frontend deploys separately (Vercel) and points
NEXT_PUBLIC_API_BASEat this Space's URL.
