SEC EDGAR Filing Monitor - Full-Text Search to JSON avatar

SEC EDGAR Filing Monitor - Full-Text Search to JSON

Pricing

Pay per usage

Go to Apify Store
SEC EDGAR Filing Monitor - Full-Text Search to JSON

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.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

lxraa

lxraa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

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

FieldDescription
queryFull-text search across filings (keyword, company, product) — required
formsFilter to forms, e.g. ["10-K","8-K"] (empty = all)
startDate / endDateFiling date window (YYYY-MM-DD)
maxResultsMax filings to return (≤ 10000)
contactEmailYour email for the SEC-required User-Agent
mapTickersAdd 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.

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.