SEC EDGAR Financial Data Scraper avatar

SEC EDGAR Financial Data Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
SEC EDGAR Financial Data Scraper

SEC EDGAR Financial Data Scraper

Extract SEC filings, XBRL financial data, and company submissions from the official SEC EDGAR database. Get 10-K, 10-Q, 8-K filings, balance sheets, income statements, and 500+ financial metrics for any US public company. No API key required.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

kettledrum

kettledrum

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

20 hours ago

Last modified

Share

Extract official SEC filings, financial data, and company information from the SEC EDGAR database — the U.S. Securities and Exchange Commission's electronic filing system. Every public company in the United States files here.

Why use this Actor?

  • Official government data — direct from SEC EDGAR, not scraped from third-party sites
  • No API key required — SEC EDGAR is a free public API, no authentication needed
  • No proxy needed — accessible worldwide with no geographic restrictions
  • 3 modes in one Actor — filings search, XBRL financial data extraction, and company information
  • 500+ financial metrics — revenue, net income, assets, liabilities, cash flow, and more via XBRL
  • 20+ years of data — historical filings dating back to the 1990s

How much does it cost?

This Actor uses pay-per-event pricing. You are charged per result item returned.

No proxy costs. No API key costs. SEC EDGAR is freely accessible from any location.

Three modes

Search SEC filings by keyword, company name, or ticker. Filter by form type and date range.

Use cases: Find 10-K annual reports, 10-Q quarterly reports, 8-K material events, S-1 IPO filings, insider trading (Form 4), proxy statements (DEF 14A).

2. Financial Data (XBRL)

Extract structured financial metrics from XBRL filings. Get revenue, profit, assets, equity, and 500+ other metrics with historical values across all filing periods.

Use cases: Build financial models, compare companies, track metrics over time, screen stocks by fundamentals.

3. Company Info

Get company details (SIC code, ticker, state, fiscal year end) and complete filing history.

Use cases: Company research, due diligence, regulatory compliance monitoring.

Input parameters

ParameterRequiredDefaultDescription
modeYesfilingsfilings, financials, or company
queryFor filings-Search term (company name, keyword)
tickerFor financials/company-Stock ticker (AAPL) or CIK number. Comma-separated for multiple.
formTypesNo10-K,10-QComma-separated form types to filter
startDateNo-Start date (YYYY-MM-DD) for filings search
endDateNo-End date (YYYY-MM-DD) for filings search
metricsNoallSpecific XBRL metrics to extract (comma-separated)
maxResultsNo100Maximum results to return

Example: Filings search output

{
"entityName": "Apple Inc.",
"ticker": "AAPL",
"cik": "0000320193",
"form": "10-K",
"filingDate": "2025-11-01",
"period": "2025-09-27",
"accessionNumber": "0000320193-25-000106",
"businessLocation": "Cupertino, CA"
}

Example: Financial data output

{
"entityName": "Apple Inc.",
"cik": "320193",
"metric": "Revenues",
"label": "Revenues",
"value": 391035000000,
"unit": "USD",
"startDate": "2024-09-29",
"endDate": "2025-09-27",
"form": "10-K",
"fiscalYear": 2025,
"fiscalPeriod": "FY"
}

Common XBRL metrics

MetricDescription
RevenuesTotal revenue
NetIncomeLossNet income/loss
AssetsTotal assets
LiabilitiesTotal liabilities
StockholdersEquityShareholders' equity
OperatingIncomeLossOperating income
EarningsPerShareBasicBasic EPS
CashAndCashEquivalentsAtCarryingValueCash on hand
LongTermDebtLong-term debt
CommonStockSharesOutstandingShares outstanding

SEC form types

FormDescription
10-KAnnual report
10-QQuarterly report
8-KCurrent report (material events)
S-1IPO registration
DEF 14AProxy statement
4Insider trading
SC 13DBeneficial ownership (>5%)
20-FAnnual report (foreign private issuer)

Use cases

  • Investment research — analyze company fundamentals with 500+ XBRL metrics
  • Financial screening — filter companies by revenue, profit, assets, debt ratios
  • Regulatory monitoring — track new filings from specific companies or industries
  • Academic research — study corporate disclosures, governance, financial trends
  • Due diligence — comprehensive company background checks using official data
  • Competitive analysis — compare financial metrics across competitors

Technical details

This Actor uses three official SEC EDGAR APIs:

  • EFTS (full-text search) for filing discovery
  • XBRL Company Facts for structured financial data
  • Submissions for company details and filing history

All APIs are rate-limited to 10 requests/second per SEC guidelines. The Actor automatically handles this.

Data is sourced directly from SEC.gov — no intermediaries, no scraping, no authentication required.