Standardized income statement, balance sheet, and cash flow data for NYSE & Nasdaq companies — sourced directly from SEC filings. Every value traces back to its accession number.
Every endpoint that powers the API also renders here — browse fundamentals, ratios, growth, and valuation for any covered company before you write a line of code.

# GET the latest snapshot for any covered company
curl https://finance.alpevox.ai/api/v1/fundamentals/AAPL/latest \
-H "Authorization: Bearer avx_..."
{
"ticker": "AAPL",
"data_last_synced": "2026-07-27T07:03:11Z",
"results": [
{ "metric": "revenue", "value": 416161000000, "period_end": "2025-09-27" },
{ "metric": "net_income", "value": 97294000000, "period_end": "2025-09-27" }
]
}Raw SEC data is powerful but painful to work with directly — Alpevox does the normalization so you don't have to.
Raw SEC XBRL is difficult to consume
Normalized metrics
Financial terminology varies
Standardized metric names
Historical data can create look-ahead bias
Point-in-time lineage
Need to calculate ratios yourself
Pre-calculated ratios
Need historical growth
YoY + CAGR
Need current valuation
Live pricing + fundamentals
Need one API
One consistent schema
Fundamentals, ratios, valuation, and growth — computed and served through one consistent API.
52 metrics across income statement, balance sheet, and cash flow, mapped from raw XBRL filings.
Liquidity, solvency, and profitability ratios, plus a full DuPont ROE breakdown, computed automatically.
P/E, P/B, P/S, and EV/EBITDA combining live pricing with the latest reported financials.
YoY growth and CAGR for any metric, across up to 15 years of annual history.
Filter the full company universe by any fundamental or valuation metric and threshold.
Every value links back to its filing date and accession number — built for backtesting.
Start with a free trial. No credit card required.
14-day free trial included
For power users & analysts
Requests beyond your monthly cap are throttled to 10 req/min, not blocked — your dashboard and API access never fully stop.
The fundamentals API is the foundation. Here's what's planned next.
News Sentiment
Company news with AI-scored sentiment
Forex
Currency pairs and historical rates
Bonds
Corporate & government bond data
Data Sources & Methodology
Financial fundamentals, insider transactions, and legal/regulatory events are all derived from SEC EDGAR filings — XBRL data, Form 4, and Form 8-K filings respectively. Market prices and news are provided through our market-data provider. Alpevox normalizes all of this into one consistent schema.