| Age | Commit message (Collapse) | Author |
|
App now starts with no ticker selected and shows a prompt to search,
avoiding unnecessary API calls on startup. Removed the AAPL/MSFT/NVDA/JPM
quick-pick buttons from the sidebar.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
FMP stable /analyst-estimates returns revenueAvg, epsAvg, ebitdaAvg, etc.
but the code was looking for estimatedRevenueAvg, estimatedEpsAvg, etc.
Updated _build_estimates_table and the EPS chart to read both field name
variants so the Forward Estimates tab now renders correctly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
FMP free tier caps at 250 req/day; hitting the limit caused the Historical
Ratios tab to show an error. get_historical_ratios_yfinance now computes
margins, ROE, ROA, D/E, P/E, P/B, P/S, and EV/EBITDA directly from
yfinance income statements, balance sheets, and price history. FMP
functions fall back to this automatically when they receive an empty
response.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
Switch historical ratios, key metrics, and analyst estimates from
deprecated v3 legacy endpoints to stable API equivalents.
Quarterly analyst estimates dropped (premium-only on stable API).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
FMP v3 insider-trading and sec_filings endpoints are legacy-gated.
Switch to yfinance (t.insider_transactions, t.sec_filings) which
provides the same data for free with no API key required.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
- services/fmp_service.py: add get_historical_ratios, get_historical_key_metrics,
get_analyst_estimates, get_insider_transactions, get_sec_filings
- components/valuation.py: add Historical Ratios and Forward Estimates subtabs
- components/insiders.py: new — insider buy/sell summary, monthly chart, detail table
- components/filings.py: new — SEC filings with type filter and direct links
- app.py: wire in Insiders and Filings top-level tabs
|
|
Green for improvement, red for decline. Cost/expense rows use
inverse logic (decline = green). Value cells retain neutral styling.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
Document FCF growth override slider, EV/EBITDA valuation method,
analyst targets, and earnings history tabs. Regenerate HTML readme.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
|
|
|
|
|
|
|
override
- DCF model: user-adjustable FCF growth rate slider (defaults to historical median)
- EV/EBITDA valuation section with target multiple slider and implied price
- Analyst Targets tab: price target summary + recommendation breakdown chart
- Earnings History tab: EPS actual vs estimate table and line chart with next earnings date
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
|
|
|
Streamlit app with market bar, price chart, financial statements,
DCF valuation engine, comparable companies, and news feed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|