SEC EDGAR Tracker — Insider Filings, 13F, 8K, 10K avatar

SEC EDGAR Tracker — Insider Filings, 13F, 8K, 10K

Pricing

Pay per usage

Go to Apify Store
SEC EDGAR Tracker — Insider Filings, 13F, 8K, 10K

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

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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.


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

FieldExampleNotes
form10-Kparsed from title (supports hyphenated codes)
form_requested10-Kfeed type requested
filerJ M SMUCKER Cocompany name
cik91419SEC central index key (without leading zeros)
filer_roleFilerFiler / Issuer / Reporting / etc
filed_date2026-06-09filing date
accession_no0000091419-26-000050unique filing ID
size_kb1240filing size
filing_urlhttps://www.sec.gov/Archives/...direct link to filing
title10-K - J M SMUCKER Co (91419) (Filer)raw atom title

Form types covered (default)

CodeWhat it is
10-KAnnual report
10-QQuarterly report
8-KMaterial event (acquisitions, departures, earnings)
S-1IPO registration
S-3Shelf registration
20-FForeign company annual report
13F-HRInstitutional holder quarterly portfolio (Buffett's filings!)
DEF 14AProxy statement
424B5Prospectus / pricing supplement

Override forms to track any other valid EDGAR form code.


Use cases

  1. 8-K monitoring — Catch material events the moment they hit EDGAR
  2. 13F tracking — Discover what hedge funds added/removed each quarter
  3. IPO pipeline — Monitor fresh S-1 filings for upcoming IPOs
  4. Insider compliance — Combine with Form 4 (use Insider Trading Tracker)
  5. 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.

RunRowsCost
Default (9 forms × 40)~360 → 200 (limit)$0.40
8-K only, 100 latest100$0.20
Watch a single CIK5–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.



Feedback

A short review helps researchers find it: Leave a review on Apify Store