aboutsummaryrefslogtreecommitdiff
path: root/services/fmp_service.py
AgeCommit message (Collapse)Author
8 daysMigrate FMP ratios and improve comps fallbacksTyler
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>
8 daysAdd historical ratios, forward estimates, insider transactions, SEC filingsOpenclaw
- 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
8 daysUse stable FMP stock-peers endpointOpenclaw
8 daysMigrate FMP ratios and improve comps fallbacksOpenclaw
8 daysInitial commit — Prism financial analysis dashboardTyler
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>