SEC EDGAR Filing Radar avatar

SEC EDGAR Filing Radar

Pricing

Pay per usage

Go to Apify Store
SEC EDGAR Filing Radar

SEC EDGAR Filing Radar

Track SEC EDGAR filings by CIK and form. Export structured 8-K, 10-K, 10-Q, and other filings with official links and optional monitor deduplication.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Signal Foundry

Signal Foundry

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 hours ago

Last modified

Share

Unofficial community Actor. Not affiliated with, endorsed by, or sponsored by the U.S. Securities and Exchange Commission. This is not investment or legal advice.

Monitor up to 50 public companies by CIK and receive structured records for SEC forms. The Actor reads the official SEC submissions API, not search pages or third-party feeds.

What it delivers

  • accession number, company name, padded CIK, form, filing and report dates;
  • 8-K item numbers when supplied by EDGAR;
  • canonical filing-index and primary-document URLs;
  • stateful deduplication across schedules, tasks, webhooks, and agent calls.

The default is a repeatable snapshot. For a monitor, enable onlyNew and use the same stateKey for every run of one watchlist. A first monitor run delivers matching filings in the lookback window; later runs skip accessions already delivered. Set resetState once to replay the window.

Example input

{
"ciks": ["320193", "789019"],
"forms": ["8-K", "10-K", "10-Q"],
"lookbackDays": 14,
"userAgent": "Acme Filing Monitor filings@acme.com",
"stateKey": "mega-cap-watch",
"onlyNew": true,
"maxItems": 100
}

The SEC asks automated clients to identify themselves. userAgent is therefore required and must contain a contact email. Keep scheduled request volume within SEC fair-access guidance.

Pricing

The live price shown by Apify Store is the source of truth. The Actor is prepared for pay per result after creator payout onboarding; until the Store explicitly displays that model, no separate per-result fee is promised.

Local development

npm install
export ACTOR_TEST_PAY_PER_EVENT=true
npm test
npm start