SEC EDGAR Filing Monitor - New Filings by Ticker avatar

SEC EDGAR Filing Monitor - New Filings by Ticker

Pricing

from $2.00 / 1,000 filings

Go to Apify Store
SEC EDGAR Filing Monitor - New Filings by Ticker

SEC EDGAR Filing Monitor - New Filings by Ticker

New SEC filings for any watchlist of US public companies, by ticker or CIK. Filter by form type (10-K, 10-Q, 8-K, Form 4, 13F), get direct document links and 8-K item codes, and receive only filings you have not already seen. Official SEC EDGAR API, no key needed.

Pricing

from $2.00 / 1,000 filings

Rating

0.0

(0)

Developer

Technical Dost Solutions

Technical Dost Solutions

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Categories

Share

Schedule this Actor on Apify (or from n8n / Make) to watch new SEC EDGAR filings by ticker — 8-K, 10-K, 10-Q, Form 4, 13F — and receive only filings you have not already seen.

The official SEC JSON API is used (no key). The User-Agent identifies Technical Dost Solutions and a contact email, as SEC requires. First onlyNew run returns maxItems and baselines the rest so a daily schedule is not billed for history.

Earnings desks, IR teams, and compliance monitors map 8-K item codes and a materialityScore (earnings / officer / agreement) into Slack.

What does SEC EDGAR Filing Monitor do?

It resolves tickers via company_tickers.json, pulls data.sec.gov/submissions/CIK{cik}.json, filters form types (amendments included), and writes document URLs. New-only mode stores accession numbers in a named key-value store.

It does not parse full XBRL financials.

Why monitor EDGAR filings?

  • 8-K earnings, officer, and material-agreement alerts
  • Form 4 insider feeds
  • 10-K / 10-Q document URLs for research pipelines
  • Competitor filing watches

What data can it extract?

FieldTypeDescription
ticker / cik / companyNamestringIssuer
form / filingDate / itemsstringForm metadata and 8-K items
documentUrlstringPrimary document
materialityScore / materialityLabelnumber / stringKeyword + TF-IDF theme

How to monitor SEC filings

  1. Try tickers: ["AAPL","MSFT"], forms: ["8-K","10-K"], onlyNew: true, maxItems: 10.
  2. Schedule daily after US market close or every hour around earnings.
  3. Filter materialityLabel in n8n.
  4. Call technicaldost/sec-edgar-filing-monitor from MCP.

How much does it cost?

Pay per event. Run start is $0.001. Each filing returned is $0.002. Filings you already received are not charged. Confirm the live Pricing tab.

Input

See the input tab. Example:

{
"tickers": ["AAPL", "MSFT"],
"forms": ["8-K", "10-K"],
"onlyNew": true,
"maxItems": 10
}

Output

Download JSON, CSV, HTML, or Excel.

{
"ticker": "AAPL",
"form": "8-K",
"filingDate": "2026-08-28",
"items": "2.02,9.01",
"materialityScore": 90,
"materialityLabel": "earnings"
}

MCP

Apify MCP server, actor technicaldost/sec-edgar-filing-monitor.

FAQ and support

Official SEC fair-access: we send a User-Agent with contact and rate-limit requests. Data is public EDGAR. Open Issues for bugs.