SEC EDGAR Filings Scraper — 10-K, 10-Q, 8-K & More
Pricing
from $0.0016 / filing scraped
SEC EDGAR Filings Scraper — 10-K, 10-Q, 8-K & More
Scrape SEC EDGAR company filings by ticker or CIK: company profile (name, SIC, exchange, state) plus every filing (form type, filing/report date, accession number, primary document URL). Filter by form type and date. Fast clean HTTP via the official SEC API, no key.
Pricing
from $0.0016 / filing scraped
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
SEC EDGAR Filings Scraper — 10-K, 10-Q, 8-K & More by Ticker or CIK
Scrape SEC EDGAR company filings by stock ticker or CIK and get back clean, structured JSON: a full company profile (name, SIC, exchanges, state of incorporation) merged with every filing — form type, filing and report dates, accession number, and a ready-to-open primary document URL. It uses the official SEC data API — no account, no API key. Built for financial analysts, compliance teams and researchers who need dependable filings data with filters for form type and date.
Features
- 🎯 Ticker or CIK input — resolves tickers (AAPL, MSFT) to CIKs automatically, or accept raw CIK numbers.
- 🗂️ Every filing — form type,
filingDate,reportDate,acceptanceDateTime,accessionNumberand 8-Kitems. - 🔎 Form filters — narrow to specific forms like 10-K, 10-Q, 8-K, 4, S-1 or DEF 14A, or fetch all.
- 📅 Date filter —
dateFromreturns only filings on or after a given date, most recent first. - 🏢 Company profile — SIC code and description, exchanges, EIN, fiscal year end and state of incorporation on every row.
- 🔗 Direct links —
documentUrlto the primary document andfilingIndexUrlto the filing index. - ⚙️ Polite & reliable — descriptive User-Agent, retries on 429/403 and pacing to respect SEC limits.
What you get
Each filing becomes one clean JSON record (company profile fields merged in):
{"cik": "0000320193","companyName": "Apple Inc.","ticker": "AAPL","tickers": ["AAPL"],"exchanges": ["Nasdaq"],"sic": "3571","sicDescription": "Electronic Computers","ein": "942404110","category": "Large accelerated filer","fiscalYearEnd": "0928","stateOfIncorporation": "CA","website": null,"form": "10-K","filingDate": "2023-11-03","reportDate": "2023-09-30","acceptanceDateTime": "2023-11-02T18:08:27.000Z","accessionNumber": "0000320193-23-000106","primaryDocument": "aapl-20230930.htm","primaryDocDescription": "10-K","items": null,"size": 12345678,"isXBRL": true,"documentUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019323000106/aapl-20230930.htm","filingIndexUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019323000106/0000320193-23-000106-index.htm"}
Input
{"tickers": ["AAPL", "MSFT"],"ciks": [],"formTypes": ["10-K", "10-Q", "8-K"],"maxFilingsPerCompany": 100,"dateFrom": "2020-01-01"}
| Field | Description |
|---|---|
tickers | Stock tickers to fetch filings for (e.g. AAPL, MSFT, NVDA), one per line. |
ciks | SEC Central Index Keys, as an alternative or addition to tickers. |
formTypes | Filter to specific forms (10-K, 10-Q, 8-K, 4, S-1, DEF 14A). Empty = all forms. |
maxFilingsPerCompany | Cap filings returned per company, most recent first (1–5000). |
dateFrom | Only filings on or after this date (YYYY-MM-DD). |
Use cases
- Pull every 10-K and 10-Q for a portfolio of tickers for fundamental analysis.
- Monitor recent 8-K filings since a given date for event-driven research.
- Build a compliance archive of a company's filings with direct document links.
- Extract company profile data (SIC, exchange, state) for market segmentation.
Pricing
Pay-per-event: you're billed a small amount per run and per item scraped — you only pay for what you get. See the Pricing tab for current rates.
FAQ
Do I need an API key or account? No. The Actor uses the official SEC EDGAR data API (data.sec.gov), which is free and open — no login and no key. It sends a descriptive User-Agent and paces requests to respect SEC limits.
How many filings can I get per run?
Set maxFilingsPerCompany from 1 to 5,000 per company, most recent first, across as many tickers or CIKs as you pass in.
How fresh is the data?
Filings are read live from SEC EDGAR, so new submissions appear as soon as the SEC publishes them. Use dateFrom to return only filings on or after a given date.
Is the data official? Yes — it comes directly from the SEC's own EDGAR data API and reads only publicly available filings. This Actor is an independent tool and is not affiliated with or endorsed by the U.S. Securities and Exchange Commission.
What's the output format?
Flat JSON, one record per filing with the company profile merged in — form type, filing/report dates, accession number, plus a documentUrl and filingIndexUrl. Export as JSON, CSV or Excel.
Related Actors
More finance and regulatory data scrapers from the same publisher:
- Yahoo Finance Scraper — live quotes and OHLCV price history for stocks, ETFs, crypto and forex.
- USASpending.gov Scraper — federal contracts, grants, loans and awards.
- CoinGecko Scraper — live crypto prices, market cap, volume and ATH/ATL.
Notes
This actor uses the official SEC EDGAR data API (data.sec.gov) and reads only publicly available filing data. It is an independent tool and is not affiliated with, endorsed by, or sponsored by the U.S. Securities and Exchange Commission.