index
:
prism-v2.git
master
Prism rewritten using FastAPI + NextJS
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
/
app
Age
Commit message (
Expand
)
Author
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 RatioPoint and RatiosResponse schemas
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
Merge worktree-financials-tab: add financials tab (income/balance/cashflow)
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
2026-05-18
feat: add financials cache and row-builder helper functions
Tyler Hoang
2026-05-18
feat: add financials cache and row-builder helper functions
Tyler Hoang
2026-05-17
feat: add FinancialRow/Statement/Response schemas
Tyler Hoang
2026-05-17
Fix _json_value crashing on array-valued yfinance info fields
Tyler Hoang
2026-05-17
Add computed beta fallback and FMP short interest fallback
Tyler Hoang
2026-05-17
Refine overview ratios and shell
Tyler Hoang
2026-05-17
Add stack start and stop scripts
Tyler Hoang