Verified, not scraped
Facts are extracted from official SEC XBRL and iXBRL filings and span-verified against the filing HTML — the value in our database is the value displayed in the document.
Most financial data APIs give you a number. StockAlloy gives you the number
and the proof: every fact row carries an evidence_url that opens the
actual SEC filing with the exact figure highlighted. When your AI product
quotes Deckers’ direct-to-consumer revenue, your users — and their compliance
teams — can click through to the 10-K table cell it came from.
{ "metric_label": "Revenue", "period_end": "2024-03-31", "value_num": "4287763000", "source_form_type": "10-K", "source_filed_at": "2024-05-24", "evidence_url": "https://stockalloy.com/api/evidence/01HYX…/open?cik=0001011570&accession=0001011570-24-000039"}Verified, not scraped
Facts are extracted from official SEC XBRL and iXBRL filings and span-verified against the filing HTML — the value in our database is the value displayed in the document.
Evidence links on every number
Each fact carries a stable evidence_url that opens the source filing
with the figure highlighted. Provenance is the product, not an add-on.
Segments, products, geography
Beyond headline metrics: full dimensional breakdowns (business segments, product lines, regions) plus operational KPIs like launch counts and backlog.
Built for AI products
A small, legible REST surface plus an MCP server so Claude and other agents can pull cited facts directly into answers.
curl -s "https://api.stockalloy.com/api/sandbox/facts?ticker=DECK&metric=revenue"The sandbox allows 5 requests per day per IP. When you’re ready, create a free API key — 500 calls/month, no credit card — and head to the Quickstart.
Wondering if we cover your tickers? Browse the full coverage explorer — every company, filing count, and year range in the dataset.
| Verified facts | Consolidated and dimensional facts per company, with exact decimal values and filing provenance |
| Search | Full-text search over companies, metrics, series, and filing content (MD&A, risk factors, notes, tables) |
| Evidence | Machine-readable provenance payloads: snippets, table locators, highlight offsets, viewer URLs |
| MCP server | search_facts, get_series, get_evidence tools for Claude Code, Claude Desktop, and other MCP clients |