Insider Trading Feed — SEC Form 4 Buys & Sells as Clean JSON avatar

Insider Trading Feed — SEC Form 4 Buys & Sells as Clean JSON

Pricing

from $15.00 / 1,000 company scans

Go to Apify Store
Insider Trading Feed — SEC Form 4 Buys & Sells as Clean JSON

Insider Trading Feed — SEC Form 4 Buys & Sells as Clean JSON

Insider transactions for any US-listed company, parsed from official SEC Form 4 filings: open-market buys and sells with insider name and role, shares, prices, totals and post-transaction holdings. Built for investors, quants and AI agents.

Pricing

from $15.00 / 1,000 company scans

Rating

0.0

(0)

Developer

Juan de Pablos

Juan de Pablos

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 days ago

Last modified

Share

When executives buy their own stock, you want to know. One call per company: every recent SEC Form 4 filing parsed into structured insider transactions — who bought or sold, how many shares, at what price, and what they hold now.

Most EDGAR scrapers hand you raw filing lists. This Actor answers the question investors actually ask: "Are insiders buying or dumping this stock — and how much?"

What you get per company

{
"ticker": "NVDA",
"company": "NVIDIA CORP",
"cik": 1045810,
"daysBack": 30,
"summary": {
"filings": 7,
"buys": 2, "sells": 5,
"buyValueUsd": 1250000.00,
"sellValueUsd": 18400000.00
},
"filings": [
{
"filedAt": "2026-06-29",
"insider": { "name": "STEVENS MARK A", "isDirector": true, "isOfficer": false, "officerTitle": null },
"transactions": [
{
"security": "Common Stock", "date": "2026-06-27",
"code": "P", "type": "buy",
"shares": 10000, "pricePerShare": 125.00, "valueUsd": 1250000.00,
"sharesOwnedAfter": 11544612, "ownership": "D"
}
],
"url": "https://www.sec.gov/Archives/edgar/data/1045810/..."
}
]
}

Why this beats raw filings

  • The signal, pre-filtered: by default only open-market buys (P) and sells (S) — the codes with information value. Grants, option exercises and gifts are noise unless you ask for them.
  • Role context included: a CEO buying is not the same as a 10%-owner rebalancing. isDirector / isOfficer / officerTitle / isTenPercentOwner on every filing.
  • Totals computed: buyValueUsd vs sellValueUsd per window — the insider-sentiment ratio in one glance.
  • Official source, auditable: parsed live from SEC EDGAR, every filing carries its official URL and accession number.

Use cases

  • Investors / quants: daily watchlist sweep — alert when net insider buying turns positive.
  • Research / journalism: who sold before the crash, with documents linked.
  • AI agents: "did any NVDA insiders buy this month?" — one tool call, structured answer.
  • Screeners: feed 25 tickers per run, rank by buyValueUsd.

Input

FieldDescription
ticker / tickersUS-listed ticker(s), up to 25 per run
daysBackFiling window (default 30, max 365)
transactionCodesDefault ["P", "S"] (open-market only); empty = all codes
maxFilingsPerCompanyCap per ticker (default 25)

Use with AI agents (MCP)

This Actor is exposed as a tool on the Apify MCP Server:

{
"mcpServers": {
"insider-trading-feed": {
"url": "https://mcp.apify.com?tools=jdepablos/insider-trading-feed",
"headers": { "Authorization": "Bearer <APIFY_TOKEN>" }
}
}
}

Pricing

Pay per event: one flat fee per company scanned — all filings in the window, parsed and totaled. Failed tickers are never charged.

FAQ

Is this investment advice? No. It is structured public regulatory data (SEC Form 4). What it means for a stock is your call.

How fresh is it? Form 4 must be filed within 2 business days of the transaction; this Actor reads EDGAR live, so you see filings minutes after they land.

Foreign companies? Any company that files Form 4 with the SEC (US-listed, including ADRs of foreign issuers that file).

More data tools by this developer