SEC EDGAR 10-K, 10-Q & 8-K Filings Scraper
Scrape SEC EDGAR company filings by ticker or CIK. Get form type (10-K, 10-Q, 8-K, Form 4), filing date, accession number, report date, insider transactions and direct sec.gov document links. Export to JSON, CSV or Excel.
{ "companyName": "Apple Inc.", "ticker": "AAPL", "cik": "0000320193", "entityType": "operating", "filerCategory": "Large accelerated filer", "stateOfIncorporation": "CA", "stateOfIncorporationDescription": "CA", "fiscalYearEnd": "0926", "ein": "942404110" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Company Name | Ticker | Cik | Entity Type |
|---|---|---|---|
| Apple Inc. | AAPL | 0000320193 | operating |
| Apple Inc. | AAPL | 0000320193 | operating |
| Apple Inc. | AAPL | 0000320193 | operating |
| Apple Inc. | AAPL | 0000320193 | operating |
| Apple Inc. | AAPL | 0000320193 | operating |
{ "companyName": "Apple Inc.", "ticker": "AAPL", "cik": "0000320193", "entityType": "operating", "filerCategory": "Large accelerated filer", "stateOfIncorporation": "CA", "stateOfIncorporationDescription": "CA", "fiscalYearEnd": "0926", "ein": "942404110" }
常见问题
How do I choose which companies to scrape?
You can provide stock tickers such as AAPL or MSFT, raw CIK numbers, or a company name substring that matches the SEC ticker directory. Tickers are resolved to CIK numbers automatically, and you can mix all three inputs in one run.
Which filings does it return?
It returns the filings listed in a company submissions history on EDGAR, newest first. You can filter by form type, for example only 10-K, 10-Q and 8-K, and by a filing date range. Companies with long histories also have older filings paged in from EDGAR archive files when needed.
Can I get a direct link to each document?
Yes. Every record includes a primaryDocumentUrl that opens the main document on sec.gov and a filingUrl that opens the full filing index, so you can move from the dataset straight to the source.
Can I see insider transactions from Form 4 filings?
Yes. Enable Insider Transaction Details and filter the form types to 3, 4 and 5. For each ownership filing the actor opens the ownership document and parses every trade, including the insider name, their role at the company, the number of shares, the price per share, the transaction date, and the shares owned afterward.
How current is the data?
The data comes straight from the SEC EDGAR submissions API, which updates as new filings are accepted, so a run reflects filings available at the moment it runs.
What happens if a company cannot be found?
If a ticker or CIK cannot be resolved, the actor records an error row for that input and continues with the rest, so one bad symbol never stops the run.