SEC EDGAR Insider Trading & 8-K Alert Monitor avatar

SEC EDGAR Insider Trading & 8-K Alert Monitor

Pricing

from $5.00 / 1,000 results

Go to Apify Store
SEC EDGAR Insider Trading & 8-K Alert Monitor

SEC EDGAR Insider Trading & 8-K Alert Monitor

Monitor SEC EDGAR for Form 4 insider trades and 8-K material events. Watch specific tickers or all US companies. No auth, no proxies — official SEC government data only.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

CANCAP

CANCAP

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 hours ago

Last modified

Categories

Share

Monitor SEC EDGAR for Form 4 insider trades (buy/sell transactions by executives, directors, and large shareholders) and Form 8-K material events (M&A, earnings, CFO departures, bankruptcy, and more).

  • Watch specific tickers — AAPL, TSLA, MSFT, etc.
  • Firehose mode — latest filings across all public US companies
  • Minimum value filter — skip noise, surface only significant insider moves
  • Zero auth / no proxies needed — uses the official SEC EDGAR JSON & Atom APIs
  • SEC fair-access compliant — rate-limited, identifies your contact as required by SEC policy

What it outputs

Form 4 rows (one row per transaction)

FieldExample
tickerAAPL
issuerNameApple Inc.
insiderNameCOOK TIMOTHY D
insiderRoleChief Executive Officer / Director
transactionDate2026-06-10
transactionTypeOpen market sale
shares75000
pricePerShare205.32
totalValue15399000
acquiredOrDisposedDisposed
sharesOwnedAfterTransaction3185000
ownershipTypeDirect
isDerivativefalse
filingDate2026-06-20
documentUrl(direct link to the SEC filing XML)
filingIndexUrl(SEC filing index page)

8-K rows (one row per filing)

FieldExample
companyNameApple Inc.
filingDate2026-06-18
itemsSummary2.02 (Results of operations...); 5.02 (Departure/election of directors...)
items[{ code: "2.02", label: "..." }, ...]
documentUrl(direct link to the 8-K .htm file)
filingIndexUrl(SEC filing index page)

Input options

FieldTypeDefaultDescription
userAgentContactstringrequiredYour name/company + email, e.g. "MyApp contact@example.com". Sent as the User-Agent header — required by SEC fair access policy.
tickersstring[][]Tickers to monitor. Leave empty for firehose mode (all companies).
formTypes"4" / "8-K"["4","8-K"]Which filing types to watch.
lookbackDaysinteger7How many days back to look. Only applies in ticker mode. Min 1, max 90.
minTransactionValueinteger0Skip Form 4 transactions below this USD value. Set to e.g. 100000 to surface significant moves only.
maxItemsPerCompanyinteger50Cap on filings per ticker.
maxLatestFilingsinteger50Cap on filings in firehose mode (max 100).

Quickstart

Ticker mode — watch a handful of companies

{
"tickers": ["AAPL", "MSFT", "NVDA", "TSLA"],
"formTypes": ["4"],
"lookbackDays": 7,
"minTransactionValue": 100000,
"userAgentContact": "YourName contact@yourdomain.com"
}

Firehose mode — every Form 4 filing across all of US public markets

{
"tickers": [],
"formTypes": ["4"],
"maxLatestFilings": 100,
"minTransactionValue": 1000000,
"userAgentContact": "YourName contact@yourdomain.com"
}

8-K material event monitor for a watchlist

{
"tickers": ["META", "AMZN", "GOOGL"],
"formTypes": ["8-K"],
"lookbackDays": 3,
"userAgentContact": "YourName contact@yourdomain.com"
}

Scheduling tips

Run this on a daily or hourly schedule via Apify's built-in scheduler to get fresh insider trading signals as soon as they hit EDGAR. Combine with a webhook to push results to Slack, Google Sheets, or your own database.


All data is sourced from SEC EDGAR, the official US government repository of public company filings. This data is in the public domain. This actor does not scrape any third-party paid data source and complies fully with SEC's fair access policy.


Limitations

  • Form 4 parsing covers standard non-derivative and derivative transactions. Unusual formats (paper filings scanned as PDFs, legacy HTML submissions) fall back to metadata-only output rows with ok: false and a direct link so you can check manually.
  • 8-K item detection is best-effort text extraction. It correctly identifies Item codes in the vast majority of modern EDGAR HTML filings. Non-standard or inline XBRL filings may produce empty items arrays; the documentUrl link is always included.
  • Firehose mode depends on SEC's getcurrent Atom feed, which is updated in near-real-time but not officially guaranteed to list every filing within any specific SLA.