SEC EDGAR Tracker — Insider Filings, 13F, 8K, 10K
Pricing
Pay per usage
SEC EDGAR Tracker — Insider Filings, 13F, 8K, 10K
Live SEC EDGAR latest filings feed: 10-K/10-Q/8-K/S-1/20-F/13F-HR/DEF-14A/424B5 and more. Filter by form type, CIK, or company name. Returns filer, CIK, role, filed date, accession #, document URL and size. Compliant SEC User-Agent. No API key.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Hojun Lee
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
SEC EDGAR Filing Tracker
Live SEC EDGAR latest filings feed: 10-K, 10-Q, 8-K, S-1, 20-F, 13F-HR, DEF 14A, 424B5 and more. Filter by form type, CIK, or company name. No API key.
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
forms | array | ['10-K', '10-Q', '8-K', 'S-1', 'S-3', '20-F', '13F-HR', 'DEF 14A', '424B5'] | SEC form types to fetch. Defaults to common ones. |
ciksFilter | array | [] | Only include filings from these CIK numbers (e.g. 320193 = A |
companyContains | string | `` | Case-insensitive substring filter on filer name (e.g. 'apple |
countPerForm | integer | 40 | How many of the latest filings to pull for each form type. |
limit | integer | 200 | Max combined rows to return after filters. |
contactEmail | string | research@example.com | SEC requires an identifying User-Agent with a contact. Provi |
alertOnAny | boolean | False | Send a digest to Telegram after run. |
telegramBotToken | string | — | Telegram bot token. |
telegramChatId | string | `` | Telegram chat ID to send alerts to (get it from @userinfobot |
Why this exists
SEC EDGAR exposes every public-company filing in real time via atom feeds, but the official UI is from 1997. Bloomberg / Capital IQ charge thousands per seat per year for the same data with a nicer UI.
This actor pulls multiple form-type feeds in parallel, parses the atom XML, and returns one clean row per filing — ready to drop into Sheets, a database, or trigger a webhook.
What you get per row
| Field | Example | Notes |
|---|---|---|
form | 10-K | parsed from title (supports hyphenated codes) |
form_requested | 10-K | feed type requested |
filer | J M SMUCKER Co | company name |
cik | 91419 | SEC central index key (without leading zeros) |
filer_role | Filer | Filer / Issuer / Reporting / etc |
filed_date | 2026-06-09 | filing date |
accession_no | 0000091419-26-000050 | unique filing ID |
size_kb | 1240 | filing size |
filing_url | https://www.sec.gov/Archives/... | direct link to filing |
title | 10-K - J M SMUCKER Co (91419) (Filer) | raw atom title |
Form types covered (default)
| Code | What it is |
|---|---|
10-K | Annual report |
10-Q | Quarterly report |
8-K | Material event (acquisitions, departures, earnings) |
S-1 | IPO registration |
S-3 | Shelf registration |
20-F | Foreign company annual report |
13F-HR | Institutional holder quarterly portfolio (Buffett's filings!) |
DEF 14A | Proxy statement |
424B5 | Prospectus / pricing supplement |
Override forms to track any other valid EDGAR form code.
Use cases
- 8-K monitoring — Catch material events the moment they hit EDGAR
- 13F tracking — Discover what hedge funds added/removed each quarter
- IPO pipeline — Monitor fresh S-1 filings for upcoming IPOs
- Insider compliance — Combine with Form 4 (use Insider Trading Tracker)
- Compliance archive — Daily snapshot of all filings for your covered tickers
Quick start
Default — recent filings of all major form types
{}
Track Berkshire Hathaway's 13F filings
{"forms": ["13F-HR"],"ciksFilter": ["1067983"]}
Apple-specific filings (any form)
{"companyContains": "apple","countPerForm": 60,"limit": 100}
Daily 8-K digest to Telegram
{"forms": ["8-K"],"countPerForm": 100,"alertOnAny": true,"telegramBotToken": "YOUR_BOT_TOKEN","telegramChatId": "YOUR_CHAT_ID"}
Pricing
Pay-Per-Event: $0.002 per filing row returned.
| Run | Rows | Cost |
|---|---|---|
| Default (9 forms × 40) | ~360 → 200 (limit) | $0.40 |
| 8-K only, 100 latest | 100 | $0.20 |
| Watch a single CIK | 5–10 | $0.01–0.02 |
vs Edgar Online subscription ($300+/mo), with the same source data.
Compliance
The SEC's Fair Use Policy requires that requests carry a descriptive User-Agent with a contact email. This actor sets User-Agent: Apify Forge SEC EDGAR Tracker <your-email> — pass contactEmail in input to override the default.
Data source
SEC EDGAR Atom Feeds — free, public, real-time.
Related actors (same author)
- Insider Trading Tracker — Parses Form 4 XML for actual share-by-share trades
- Stock Earnings Calendar Tracker
- Treasury Yield Curve Tracker
- Economic Calendar Tracker
Feedback
A short review helps researchers find it: Leave a review on Apify Store