summaryrefslogtreecommitdiff
path: root/frontend/lib/api.ts
AgeCommit message (Collapse)Author
2026-06-29feat: update frontend API types, client and formattersTyler Hoang
2026-06-22feat: add NewsPage component and enable News tabTyler Hoang
2026-06-14feat: add FilingsResponse types and api.filings() clientTyler Hoang
2026-06-09Add Insiders tab with diverging bar chart and transaction tableTyler Hoang
- Backend: get_insider_transactions() in data_service (yfinance, 1hr TTL) - Backend: InsidersResponse schema + GET /api/tickers/{symbol}/insiders - Frontend: InsidersPage with 4-KPI strip, SVG diverging bar chart (), psm-insider transaction rows, pill filter toggles, shimmer skeleton, empty/error states - Enable Insiders nav item (remove disabled flag)
2026-05-19Fix production API base for ticker searchTyler Hoang
2026-05-18feat: add RatioPoint, RatiosResponse types and api.ratios()Tyler Hoang
2026-05-18feat: add ValuationResponse types and api.valuation() methodTyler Hoang
2026-05-18feat: add api.financials() and enable financials nav itemTyler Hoang
2026-05-17Add stack start and stop scriptsTyler Hoang