SEC Insider Trading Monitor (Form 4) avatar

SEC Insider Trading Monitor (Form 4)

Pricing

from $5.00 / 1,000 insider transactions

Go to Apify Store
SEC Insider Trading Monitor (Form 4)

SEC Insider Trading Monitor (Form 4)

Track when company insiders buy and sell their own stock, straight from SEC Form 4 filings. Watch specific tickers or monitor the whole market.

Pricing

from $5.00 / 1,000 insider transactions

Rating

0.0

(0)

Developer

Dev D

Dev D

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

SEC Insider Trading Monitor (Form 4) ๐Ÿ“ˆ

Track when corporate insiders buy and sell their own company's stock โ€” straight from official SEC Form 4 filings.

When a director, officer, or 10%+ owner of a US public company trades that company's shares, the SEC requires them to disclose it on a Form 4 within two business days. Those filings are one of the most-watched signals in the market โ€” a CEO buying millions of dollars of their own stock, or dumping it, moves prices and headlines.

This Actor turns that raw filing stream into clean, structured, ready-to-use data. Watch a list of tickers you care about, or monitor every insider trade filed across the entire market.

Data comes exclusively from SEC EDGAR โ€” public, government-mandated disclosures. No login, no personal data beyond what the SEC itself publishes, no gray areas.


What you can do with it

  • ๐Ÿ‹ Follow the smart money โ€” see which executives are buying or selling, and how much.
  • ๐Ÿ”” Build insider-trading alerts โ€” run it on a schedule and pipe results to Slack, email, a Google Sheet, or your app.
  • ๐Ÿ“Š Feed dashboards & newsletters โ€” power an "insider buys of the week" feed.
  • ๐Ÿค– Signal for trading models โ€” a normalized dataset of insider buys/sells with dollar values.
  • ๐Ÿ”Ž Due diligence & research โ€” pull an insider-transaction history for any ticker in seconds.

Features

  • โœ… Two modes โ€” Watchlist (specific tickers/CIKs) or Market (every Form 4 filed).
  • โœ… Ticker โ†’ company resolution built in โ€” just type AAPL, not a CIK number.
  • โœ… Buy/sell signal filtering โ€” defaults to open-market purchases (P) and sales (S), the codes that actually matter. Flip on everything if you want grants, options and gifts too.
  • โœ… Dollar-value filter โ€” e.g. "only trades over $100,000".
  • โœ… Rich output โ€” insider name, role, transaction type, shares, price, total value, shares held after, and a direct link to the filing.
  • โœ… Low-maintenance & cheap โ€” official SEC endpoints, no proxy, no browser, tiny memory footprint.

Input

FieldDescription
Modewatchlist (specific companies) or market (everything filed).
Tickers to watche.g. AAPL, TSLA, NVDA. Used in Watchlist mode.
CIKs to watchSEC CIK numbers for filers without a ticker (optional).
Lookback daysHow many days back to scan (1โ€“90).
Transaction typesWhich Form 4 codes to keep. Default P, S. Pick ALL for everything.
Minimum transaction value (USD)Only keep trades worth at least this much.
Include derivativesInclude options/warrants (off by default).
Include amendmentsInclude Form 4/A amended filings (on by default).
Max resultsCap the number of transactions returned.
Contact emailSent to SEC in the User-Agent, per their fair-access policy.

Example โ€” watch three companies for big trades

{
"mode": "watchlist",
"tickers": ["AAPL", "TSLA", "NVDA"],
"daysBack": 30,
"transactionCodes": ["P", "S"],
"minTransactionValue": 100000,
"contactEmail": "you@example.com"
}

Example โ€” every large insider buy across the market, last 2 days

{
"mode": "market",
"daysBack": 2,
"transactionCodes": ["P"],
"minTransactionValue": 250000,
"contactEmail": "you@example.com"
}

Output

Each row is a single insider transaction:

{
"issuer_ticker": "AAPL",
"issuer_name": "Apple Inc.",
"issuer_cik": "320193",
"insider_name": "COOK TIMOTHY D",
"insider_title": "Chief Executive Officer",
"relationship": "Director, Chief Executive Officer",
"is_director": true,
"is_officer": true,
"is_ten_percent_owner": false,
"security_title": "Common Stock",
"transaction_date": "2026-04-01",
"filing_date": "2026-04-03",
"transaction_code": "S",
"transaction_label": "Open-market sale",
"direction": "sell",
"acquired_disposed": "D",
"shares": 50000.0,
"price_per_share": 190.25,
"transaction_value": 9512500.0,
"shares_owned_after": 3200000.0,
"ownership_type": "D",
"is_derivative": false,
"form_type": "4",
"accession_number": "0000320193-26-000045",
"filing_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000045/0000320193-26-000045-index.htm",
"document_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000045/"
}

Run it on a schedule

Set the Actor to run on a schedule (e.g. every morning) with a short daysBack (2โ€“3) to get a daily digest of new insider activity. Connect an integration (Slack, email, webhook, Google Sheets, Zapier/Make) to get alerts pushed to you automatically.

Transaction codes cheat sheet

CodeMeaningSignal
POpen-market purchase๐ŸŸข Strong bullish
SOpen-market sale๐Ÿ”ด Bearish
AGrant / awardNeutral (compensation)
MOption/derivative exerciseNeutral
FShares withheld for taxesNeutral
GGiftNeutral
CConversion of derivativeNeutral
XIn-the-money option exerciseNeutral

Notes & limitations

  • Uses SEC EDGAR's official public endpoints; respects SEC's fair-access rate limits.
  • Market mode inspects every Form 4 filed in the window, so it takes longer and returns more โ€” use the value/type filters to focus it.
  • This is factual public data, not investment advice. Insiders trade for many reasons; do your own research.

Keywords

SEC insider trading scraper, Form 4 scraper, EDGAR scraper, insider transactions, insider buys, insider selling, stock market data, executive stock trades, SEC filings API, insider trading tracker, insider trading monitor, insider trading alerts, 10% owner, director officer trades, follow the insiders, smart money tracker, insider sentiment, stock signals, equity research data, financial data scraper, SEC EDGAR Form 4, insider trading feed.