SEC EDGAR Financials — Clean JSON avatar

SEC EDGAR Financials — Clean JSON

Pricing

from $20.00 / 1,000 results

Go to Apify Store
SEC EDGAR Financials — Clean JSON

SEC EDGAR Financials — Clean JSON

Turn the messy SEC XBRL companyfacts blob into clean, latest-period financials JSON. Give a ticker or CIK, get normalized revenue, net income, assets, equity, EPS and more. Free official source, no API key.

Pricing

from $20.00 / 1,000 results

Rating

0.0

(0)

Developer

SonniTech Solutions

SonniTech Solutions

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

SEC EDGAR Financials — Clean JSON API

Get clean, structured financial data from any US public company in one call. Pass a stock ticker (AAPL) or CIK, and receive the latest revenue, net income, total assets, stockholders' equity, EPS and more — already normalized from the messy SEC XBRL companyfacts blob.

Why this exists

SEC EDGAR data is free and official, but the raw companyfacts endpoint returns hundreds of accounting concepts across multiple taxonomies, each with dozens of overlapping periods. It's a nightmare to parse. This actor does the dirty work: deduplicates, picks the most recent period (preferring annual 10-K filings), and hands you a flat, ready-to-use JSON object.

Input

{
"identifiers": ["AAPL", "MSFT", "NVDA"],
"concepts": []
}
  • identifiers — tickers or CIK numbers. One result per identifier.
  • concepts — optional list of exact us-gaap concept names. Empty = a curated high-value default set.

Output (one item per company)

{
"entityName": "Apple Inc.",
"cik": 320193,
"financials": {
"NetIncomeLoss": {
"value": 101464000000, "unit": "USD",
"periodEnd": "2026-06-27", "fiscalYear": 2026,
"fiscalPeriod": "Q3", "form": "10-Q"
}
}
}

Use cases

  • Feed clean fundamentals into an AI / LLM pipeline or valuation model.
  • Screener / dashboard fundamentals without paying for a data vendor.
  • Enrich a watchlist with the latest reported financials.

Notes

  • Source: data.sec.gov (official, free, no key). Respects SEC's 10 req/s limit.
  • Not investment advice. Data is as-reported in SEC filings.

Keywords: SEC EDGAR API, XBRL to JSON, company financials scraper, stock fundamentals API, 10-K 10-Q data, financial statements JSON, us-gaap data.