PeerHosting / APIs / SEC EDGAR Filing Monitor
Live
SEC EDGAR Filing Monitor — search + new-filing alerts
Search and monitor SEC filings through EDGAR's official free JSON APIs. Track any company's filings by ticker or CIK with new-since-last-run alerts, or run full-text search across every filing in EDGAR. Each result is clean filing metadata plus the canonical SEC document URL. No API key, no scraping.
Two modes, combinable in one run
- Company mode — pass tickers and/or CIKs, get each company's recent filings filtered by form type and date. Turn on
monitorand schedule it: only filings new since the last run come back, flaggedisNew: true - Full-text mode — pass a query, get matching filings from EDGAR's full-text index across all companies, with optional form and date filters
- Tickers resolve to CIK automatically — no manual lookup table
What you get per filing
{
"type": "filing",
"company": "Apple Inc.",
"ticker": "AAPL",
"cik": "0000320193",
"form": "8-K",
"filedAt": "2026-06-09",
"title": "...",
"filingUrl": "https://www.sec.gov/Archives/..."
}
Metadata and the canonical SEC URL only — document bodies are not extracted, which keeps runs fast, cheap, and free of personal-data concerns.
Use cases
- Watchlists — 8-K, 10-Q, 10-K, S-1 alerts for the companies you follow, into Slack or email via webhooks
- Quant and research pipelines — a scheduled, deduplicated stream of filings as a clean dataset
- Topic monitoring — full-text search for product names, risks, technologies across every filer
- Agent tool — "any new filings from X since yesterday?" answered synchronously
Pricing
| Event | Price (USD) |
|---|---|
| Run start | $0.0005 |
| Per filing returned | $0.001 |
| New-filing alert | $0.01 |
| API call (standby) | $0.02 |
A 50-company watchlist checked daily costs pennies per day. The live price on the Apify page is authoritative.
Runs on Apify — free account, pay per event, schedule it or call the standby endpoint from your stack.
Run on Apify →Related: Feed Digest Monitor · Structured Data Extractor