SEC Insider Trading Tracker (Form 4) avatar

SEC Insider Trading Tracker (Form 4)

Pricing

from $5.00 / 1,000 results

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

SEC Insider Trading Tracker (Form 4)

Track the latest SEC Form 4 insider transactions — open-market buys and sells by company officers, directors and 10% owners — from EDGAR public data.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Tuhin

Tuhin

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

See what company insiders are actually buying and selling — the latest SEC Form 4 transactions, parsed and ranked.

Pulls the most recent Form 4 filings from SEC EDGAR, parses each insider's non-derivative transactions (open-market buys/sells, grants, option exercises), and returns clean rows with dollar value and signals.

Public data — SEC EDGAR. SEC requires a contact in the request User-Agent; set yours in userAgentContact.

Who it's for

Retail traders, funds, and researchers who track insider activity as a signal.

Input

FieldDefaultDescription
tickersOnly keep these tickers (e.g. ["AAPL","NVDA"]). Empty = all recent filings.
transactionTypes["P","S"]Codes to keep. P=buy, S=sell, A=grant, M=option exercise, G=gift, F=tax, or all.
maxFilings80How many recent Form 4 filings to parse.
minTransactionValueUsd0Skip transactions below this dollar value.
userAgentContactRequired by SEC — your name + email.

Example

{ "transactionTypes": ["P"], "minTransactionValueUsd": 100000, "maxFilings": 200, "userAgentContact": "Jane Doe jane@example.com" }

Output (per transaction)

{
"ticker": "WULF", "issuer": "TERAWULF INC.",
"ownerName": "Prager Paul B.", "ownerTitle": "CEO",
"isDirector": true, "isOfficer": true, "isTenPercentOwner": false,
"transactionCode": "S", "transactionType": "sell", "acquiredDisposed": "D",
"shares": 137500, "pricePerShare": 17.06, "valueUsd": 2345654, "sharesOwnedAfter": 4200000,
"transactionDate": "2026-08-28", "filingDate": "2026-08-28",
"accessionNumber": "0001214659-26-011109", "cik": "1211677",
"url": "https://www.sec.gov/Archives/edgar/data/…/form4.xml",
"signals": ["insider-sell","large","ceo"],
"collectedAt": "2026-08-30T18:00:00Z"
}

Signals: insider-buy (code P) · insider-sell (S) · large (≥ $1M) · ceo (CEO filer).

Scheduling

Schedule it (e.g. hourly) to build a live insider-activity feed. Duplicate/amended filings of the same trade are de-duplicated.

Notes

  • Parses non-derivative transactions (direct share buys/sells). Not financial advice.
  • Be considerate of SEC's fair-access rate limits — the actor throttles requests.