SEC EDGAR Financial Data Scraper
Pricing
from $2.00 / 1,000 results
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
Actor stats
0
Bookmarked
2
Total users
0
Monthly active users
20 hours ago
Last modified
Categories
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
1. Filings Search
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
| Parameter | Required | Default | Description |
|---|---|---|---|
mode | Yes | filings | filings, financials, or company |
query | For filings | - | Search term (company name, keyword) |
ticker | For financials/company | - | Stock ticker (AAPL) or CIK number. Comma-separated for multiple. |
formTypes | No | 10-K,10-Q | Comma-separated form types to filter |
startDate | No | - | Start date (YYYY-MM-DD) for filings search |
endDate | No | - | End date (YYYY-MM-DD) for filings search |
metrics | No | all | Specific XBRL metrics to extract (comma-separated) |
maxResults | No | 100 | Maximum 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
| Metric | Description |
|---|---|
| Revenues | Total revenue |
| NetIncomeLoss | Net income/loss |
| Assets | Total assets |
| Liabilities | Total liabilities |
| StockholdersEquity | Shareholders' equity |
| OperatingIncomeLoss | Operating income |
| EarningsPerShareBasic | Basic EPS |
| CashAndCashEquivalentsAtCarryingValue | Cash on hand |
| LongTermDebt | Long-term debt |
| CommonStockSharesOutstanding | Shares outstanding |
SEC form types
| Form | Description |
|---|---|
| 10-K | Annual report |
| 10-Q | Quarterly report |
| 8-K | Current report (material events) |
| S-1 | IPO registration |
| DEF 14A | Proxy statement |
| 4 | Insider trading |
| SC 13D | Beneficial ownership (>5%) |
| 20-F | Annual 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.