summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-19feat: add DCF slider CSS to prism-shellTyler Hoang
2026-05-19feat: add client-side computeDcf utilityTyler Hoang
2026-05-19feat: add projection_years to DcfResult frontend typeTyler Hoang
2026-05-18feat: add projection_years to DcfResult schema and service outputTyler Hoang
2026-05-18Merge branch 'feat/key-ratios-tab'Tyler Hoang
2026-05-18fix: add no-key fallback for sector ratio benchmarksTyler Hoang
2026-05-18fix: populate sector benchmark values for ratios tabTyler Hoang
2026-05-18feat: wire Ratios subtab into FinancialsPage, move tab strip up from Financia...Tyler Hoang
2026-05-18feat: add RatiosPage data-fetch wrapperTyler Hoang
2026-05-18feat: add RatiosCard component with hero KPIs, sparklines, and detail rowsTyler Hoang
2026-05-18feat: add RatioPoint, RatiosResponse types and api.ratios()Tyler Hoang
2026-05-18feat: add GET /api/tickers/{symbol}/ratios routeTyler Hoang
2026-05-18fix: correct historical ratios share and debt inputsTyler Hoang
2026-05-18Add ratios service and testsTyler Hoang
2026-05-18feat: add RatioPoint and RatiosResponse schemasTyler Hoang
2026-05-18chore: ignore local worktreesTyler Hoang
2026-05-18updated gitignoreTyler Hoang
2026-05-18feat: wire valuation tab routing and enable nav itemTyler Hoang
2026-05-18feat: add ValuationPage data-fetch wrapperTyler Hoang
2026-05-18feat: add ValuationCard component and psm-val-* CSSTyler Hoang
2026-05-18feat: add ValuationResponse types and api.valuation() methodTyler Hoang
2026-05-18feat: add GET /api/tickers/{symbol}/valuation routeTyler Hoang
2026-05-18feat: add get_valuation() service functionTyler Hoang
2026-05-18feat: add _run_dcf, _run_ev_ebitda, _run_ev_revenue, _run_price_to_bookTyler Hoang
2026-05-18feat: add valuation math helpers and VALUATION_CACHETyler Hoang
2026-05-18feat: add DcfResult, MultipleResult, ValuationResponse schemasTyler Hoang
2026-05-18docs: add valuation tab implementation planTyler Hoang
2026-05-18docs: add valuation tab design specTyler Hoang
2026-05-18updated gitignoreTyler Hoang
2026-05-18Merge worktree-financials-tab: add financials tab (income/balance/cashflow)Tyler Hoang
2026-05-18variousTyler Hoang
2026-05-18fix: give each statement fetcher its own cache to prevent key collisionsTyler Hoang
2026-05-18feat: wire financials tab routing in Sidebar and page.tsxTyler Hoang
2026-05-18feat: add FinancialsPage data-fetching wrapperTyler Hoang
2026-05-18feat: add FinancialsCard component with statement tabs and period toggleTyler Hoang
2026-05-18feat: add api.financials() and enable financials nav itemTyler Hoang
2026-05-18feat: add FinancialRow/Statement/Response frontend typesTyler Hoang
2026-05-18feat: add /api/tickers/{symbol}/financials endpointTyler Hoang
2026-05-18feat: add get_financials() with income/balance/cashflow buildersTyler Hoang
2026-05-18feat: add financials cache and row-builder helper functionsTyler Hoang
2026-05-18feat: add financials cache and row-builder helper functionsTyler Hoang
2026-05-17feat: add FinancialRow/Statement/Response schemasTyler Hoang
2026-05-17Add financials tab implementation planTyler Hoang
2026-05-17Filter null rows from ShortInterestCard, hide card when all nullTyler Hoang
2026-05-17Fix _json_value crashing on array-valued yfinance info fieldsTyler Hoang
2026-05-17Fix spec ambiguities: StatementKey/PeriodKey types, FCF margin source, Financ...Tyler Hoang
2026-05-17Add financials tab design specTyler Hoang
2026-05-17Add computed beta fallback and FMP short interest fallbackTyler Hoang
2026-05-17Add design spec: beta computed fallback + short interest FMP fallbackTyler Hoang
2026-05-17Align Overview UI with kit mockup: adaptive Reference card, TickerHeader hier...Tyler Hoang