Spaces:
Sleeping
Sleeping
| title: TradeTerminal | |
| emoji: 📈 | |
| colorFrom: gray | |
| colorTo: yellow | |
| sdk: docker | |
| sdk_version: "latest" | |
| app_file: main.py | |
| pinned: false | |
| # TradeTerminal | |
| VectorBT-based financial backtesting and analysis platform. | |
| ## Endpoints | |
| - `GET /api/health` — Health check | |
| - `GET /api/strategies` — List available strategies | |
| - `POST /api/backtest` — Run backtest | |
| - `POST /api/compare` — Compare all strategies | |
| - `GET /api/market-indices` — Market indices ticker data | |
| - `GET /api/ticker/{ticker}` — Ticker info | |
| - `GET /api/ticker/{ticker}/fundamentals` — Company fundamentals | |
| - `GET /api/ticker/{ticker}/options-flow` — Options chain analysis | |
| - `GET /api/options-flow/leaps-board` — LEAPS activity board | |
| - `GET /api/leaps/scanner` — S&P 100 LEAPS anomaly scanner | |