SEC EDGAR Filing Monitor - Full-Text Search to JSON
Pricing
Pay per usage
SEC EDGAR Filing Monitor - Full-Text Search to JSON
Search & monitor SEC EDGAR filings via the official full-text search API. Filter by keyword, form type and date; structured records with direct filing links.
SEC EDGAR Filing Monitor — Full-Text Search to JSON (with stock tickers)
Search and monitor SEC EDGAR filings through the official EDGAR full-text search API — 10-K, 10-Q, 8-K, S-1 and more — by keyword, form type, and date. No browser, no proxy: a public government API, so it's fast, reliable, and fully legal.
What makes this different: every filer mapped to its stock ticker
Each EDGAR record already carries the filer's CIK (the SEC's permanent company ID),
so this actor performs an exact CIK → ticker join against SEC's official company
list. The result: tickers + a primary ticker on every filing, near-100% accurate
for publicly-traded filers (no fuzzy name matching). Raw filings are free; filings
already attached to an investable ticker are research-ready signal.
Input
| Field | Description |
|---|---|
query | Full-text search across filings (keyword, company, product) — required |
forms | Filter to forms, e.g. ["10-K","8-K"] (empty = all) |
startDate / endDate | Filing date window (YYYY-MM-DD) |
maxResults | Max filings to return (≤ 10000) |
contactEmail | Your email for the SEC-required User-Agent |
mapTickers | Add ticker + CIK per filer (default true) |
Output (one item per filing)
{"companies": ["NVIDIA CORP (NVDA) (CIK 0001045810)"],"ciks": ["0001045810"],"tickers": ["NVDA"],"ticker": "NVDA","form": "10-K","fileDate": "2025-02-26","accessionNumber": "0001045810-25-000023","indexUrl": "https://www.sec.gov/Archives/edgar/data/1045810/.../-index.htm"}
Use cases
- Quant / alternative data — turn full-text filing hits into ticker-tagged events.
- Finance research & monitoring — watch 8-K/S-1 flow for a keyword or sector.
- Watchlists & screeners — filter filings down to traded companies.
Pricing
Pay-per-result (PPE): billed per filing returned. Schedule it to keep a fresh, ticker-mapped feed of new filings.
Legal & data notes
All data comes from SEC EDGAR's official full-text search API (public filings, no
personal data). Ticker/CIK mapping uses SEC's public company_tickers.json. SEC
requires a descriptive User-Agent with a contact email — set contactEmail.