SEC EDGAR Financials — Company Fundamentals by Ticker
Pricing
Pay per event
SEC EDGAR Financials — Company Fundamentals by Ticker
Company financial statements from SEC XBRL — revenue, net income, assets, equity, EPS, cash flow, margins — by ticker or CIK. Annual & quarterly, with ratios. No API key.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Dev D
Maintained by CommunityActor stats
0
Bookmarked
5
Total users
4
Monthly active users
4 days ago
Last modified
Categories
Share
SEC EDGAR Financials 📊
Company financial statements straight from the SEC — revenue, net income, assets, equity, EPS, cash flow and margins — by ticker or CIK. Annual and quarterly, with computed ratios. No API key.
Every US-listed company files its numbers with the SEC in structured XBRL. This Actor maps a ticker to its filer, pulls the official reported figures, and hands you clean, comparable rows — no scraping of 10-K PDFs, no paid fundamentals API.
Four modes
| Mode | What you get |
|---|---|
| metrics | A curated set of key financials — revenue, gross/operating income, net income, assets, liabilities, equity, cash, operating cash flow, R&D, EPS — as tidy rows, annual and/or quarterly. |
| snapshot | One row per company: the latest fiscal year's figures plus computed margins & returns (net margin, gross margin, ROE, ROA). |
| concept | The full time series for one exact XBRL concept (e.g. NetIncomeLoss). |
| frames | One concept across all companies for a period (e.g. every company's Revenues for CY2023). |
What you get per row (metrics mode)
| Field | Example |
|---|---|
ticker · company · cik | AAPL · Apple Inc. · 0000320193 |
metric · tag | Net income · NetIncomeLoss |
value · unit | 112,010,000,000 · USD |
fiscal_year · period_type · period_end | 2025 · annual · 2025-09-27 |
form · filed | 10-K · 2025-10-31 |
Examples
Key financials for Apple & Microsoft (last 10 years)
{ "mode": "metrics", "tickers": ["AAPL", "MSFT"] }
A one-row fundamentals snapshot with margins & ROE
{ "mode": "snapshot", "tickers": ["AAPL", "MSFT", "NVDA"] }
Net income history for one company
{ "mode": "concept", "ticker": "TSLA", "tag": "NetIncomeLoss" }
Every company's 2023 revenue
{ "mode": "frames", "tag": "Revenues", "period": "CY2023" }
Run it on a schedule
Schedule a quarterly run to refresh a fundamentals database as new 10-Ks and 10-Qs land, power a stock-screener or valuation model, or diff snapshots to catch reporting changes.
Data source & notes
- Source: the SEC's official XBRL financial data APIs (
data.sec.gov) — public and keyless. - As reported: values are exactly what companies filed (including later restatements — we keep the most recently filed value per period).
- Companies use different XBRL tags over time; the metrics mode tries the common tags per line item, so occasionally a metric is unavailable for a given filer.
- US filers report in us-gaap; foreign filers (20-F) may use ifrs-full — pass
taxonomyin concept/frames mode. - Not investment advice — this is raw reported data.
Keywords
SEC EDGAR, SEC API, company financials, financial statements, fundamentals, XBRL, 10-K, 10-Q, revenue, net income, EPS, balance sheet, income statement, cash flow, financial ratios, net margin, ROE, stock fundamentals, ticker financials, company facts, CIK, financial data API, no API key.