SEC Insider Trading Tracker — Form 4 avatar

SEC Insider Trading Tracker — Form 4

Pricing

from $0.01 / 1,000 results

Go to Apify Store
SEC Insider Trading Tracker — Form 4

SEC Insider Trading Tracker — Form 4

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

Deepthi

Deepthi

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Track insider stock trades the moment they're filed. When a company's officers, directors or 10% owners buy or sell their own stock, they file a Form 4 with the SEC. This actor turns those filings into clean, structured signals: company, ticker, insider, role, buy/sell, shares, price and holdings after.

Why this actor

Insider buying is one of the most-watched signals in investing — executives buying their own stock often know something. But the raw SEC system is clunky. This actor makes it usable:

  • Official, public, reliable — straight from SEC EDGAR.
  • One row per transaction — company, ticker, insider name + title, buy/sell, shares, price, value, shares owned after.
  • Filter by date or transaction type (e.g. only open-market purchases).
  • Pay-per-event — pay only for transactions you get.

Input

FieldTypeDescription
keywordstringFull-text filter (company/ticker). Blank = all
startDatestringEarliest filing date, YYYY-MM-DD
endDatestringLatest filing date, YYYY-MM-DD
transactionTypestringSEC code filter: P buy, S sell, A grant. Blank = all
maxFilingsintegerFilings to process (default 100)
dedupebooleanRemove duplicates (default true)

Example

{ "startDate": "2026-06-01", "endDate": "2026-06-09", "transactionType": "P", "maxFilings": 200 }

Output

{
"source": "sec-form4",
"issuer": "Westrock Coffee Co",
"ticker": "WEST",
"insiderName": "Harvey Larry Keith",
"insiderTitle": "SVP - Chief Legal Officer",
"action": "BUY/ACQUIRE",
"transactionType": "A",
"shares": 20359,
"pricePerShare": 0,
"value": 0,
"sharesOwnedAfter": 20389,
"transactionDate": "2026-06-08",
"filingDate": "2026-06-09",
"scrapedAt": "2026-06-10T00:00:00.000Z"
}

Use cases

  • Retail & professional investors following insider-buying signals.
  • Quant & research teams building insider-activity datasets.
  • Financial media & newsletters surfacing notable insider trades.
  • AI investing agents — callable as an MCP tool for live insider data.

Notes

All data comes from the SEC's public EDGAR system. Requests use a descriptive User-Agent per SEC guidelines. Not investment advice — raw public data only. Pure HTTP, fast, low cost.

Pricing

Pay-per-event: small flat fee per run + per-transaction fee. See the Pricing tab.