| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-18 | feat: add projection_years to DcfResult schema and service output | Tyler Hoang | |
| Add projection_years: int = 5 field to the DcfResult Pydantic schema and emit it from the data_service.get_valuation() function across all three dcf_out cases (unavailable, error, and successful). This enables frontend DCF sliders to know the default projection horizon. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-18 | fix: add no-key fallback for sector ratio benchmarks | Tyler Hoang | |
| 2026-05-18 | fix: populate sector benchmark values for ratios tab | Tyler Hoang | |
| 2026-05-18 | feat: add GET /api/tickers/{symbol}/ratios route | Tyler Hoang | |
| 2026-05-18 | fix: correct historical ratios share and debt inputs | Tyler Hoang | |
| 2026-05-18 | Add ratios service and tests | Tyler Hoang | |
| 2026-05-18 | feat: add GET /api/tickers/{symbol}/valuation route | Tyler Hoang | |
| 2026-05-18 | feat: add get_valuation() service function | Tyler Hoang | |
| 2026-05-18 | feat: add _run_dcf, _run_ev_ebitda, _run_ev_revenue, _run_price_to_book | Tyler Hoang | |
| 2026-05-18 | feat: add valuation math helpers and VALUATION_CACHE | Tyler Hoang | |
| 2026-05-18 | feat: add DcfResult, MultipleResult, ValuationResponse schemas | Tyler Hoang | |
| 2026-05-18 | fix: give each statement fetcher its own cache to prevent key collisions | Tyler Hoang | |
| 2026-05-18 | feat: add /api/tickers/{symbol}/financials endpoint | Tyler Hoang | |
| 2026-05-18 | feat: add get_financials() with income/balance/cashflow builders | Tyler Hoang | |
| Implements _build_income, _build_balance, _build_cash_flow, and get_financials() (cached) in data_service.py. Annual mode appends TTM (income/CF) and MRQ (balance) columns; quarterly mode returns up to 8 periods. Adds annual_frame helper and 5 TDD tests covering column labels, TTM sums, MRQ values, FCF computation, and empty-statement graceful returns. Test count: 19 → 24. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-17 | feat: add FinancialRow/Statement/Response schemas | Tyler Hoang | |
| 2026-05-17 | Refine overview ratios and shell | Tyler Hoang | |
| 2026-05-17 | Add stack start and stop scripts | Tyler Hoang | |
