SEC Filing Monitor — Track 10-K, 10-Q & 8-K Filings avatar

SEC Filing Monitor — Track 10-K, 10-Q & 8-K Filings

Pricing

Pay per event + usage

Go to Apify Store
SEC Filing Monitor — Track 10-K, 10-Q & 8-K Filings

SEC Filing Monitor — Track 10-K, 10-Q & 8-K Filings

Monitor SEC EDGAR filings for any public company by ticker symbol. Retrieves 10-K, 10-Q, 8-K, and other filings with full metadata including filing date, type, and SEC viewer link.

Pricing

Pay per event + usage

Rating

0.0

(0)

Developer

Wingman

Wingman

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

SEC Filing Monitor — Apify Actor

Monitor SEC EDGAR filings for any public company by ticker symbol. Track 10-K, 10-Q, 8-K, and other SEC filings with metadata.

Features

  • Ticker Lookup — Convert any ticker symbol to CIK automatically
  • Multiple Filing Types — Filter by 10-K (annual), 10-Q (quarterly), 8-K (current events), and more
  • Rich Metadata — Filing type, date, description, SEC viewer URL, accession number
  • Batch Processing — Monitor up to 20 companies per run
  • No Browser Required — Uses SEC's official JSON data API (fast, lightweight)

Use Cases

  • Competitive Intelligence — Track what your competitors file with the SEC
  • Investment Research — Monitor portfolio companies for material events (8-K)
  • M&A Monitoring — Watch for M&A-related filings (S-4, etc.)
  • Compliance — Automate compliance monitoring for regulated entities

Input

{
"tickers": ["AAPL", "MSFT", "GOOGL"],
"filingTypes": ["10-K", "10-Q", "8-K"],
"maxFilingsPerCompany": 20
}

Output

Each item is a filing record:

{
"ticker": "AAPL",
"companyName": "Apple Inc.",
"cik": "0000320193",
"filingType": "10-K",
"filingDate": "2024-11-01",
"secFormUrl": "https://www.sec.gov/cgi-bin/viewer?action=view&cik=0000320193&accession_number=..."
}

Pricing

  • PAY_PER_EVENT — $0.00005 per actor start + $0.00001 per dataset item (content extraction pricing)

Tech Stack

  • TypeScript (native fetch API)
  • SEC EDGAR JSON API (no browser needed)