Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man insider-form-4

/insider-form-4(1)

agentutility / edge-finance / insider-form-4
PRICE / CALL
$0.01
USDC · base mainnet · scheme: exact
METHOD
POST
CATEGORY
finance
STATUS
live
NAME
insider-form-4 sec form 4 (insider transactions) normalizer
SYNOPSIS
POST https://x402.org/v1/insider-form-4
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

SEC Form 4 (insider transactions) normalizer. Recent officer/director/10%+ trades for any US ticker. Per-transaction shape: who, when, code (purchase/sale/grant/exercise/etc), shares, price, post-tx holdings, role. 100% public-domain SEC EDGAR data.

INPUTrequest schema
propertytypedescriptionreq?
tickerstringUS stock ticker (e.g. 'AAPL'). Either ticker or cik required.optional
cikstringSEC Central Index Key.optional
limitnumberMax Form 4 filings to return (1-50). Default 10.optional
include_derivativesbooleanInclude derivative (option/RSU) transactions. Default true.optional
OUTPUTresponse shape
fieldtypedescription
tickerstringStock ticker symbol queried (e.g., AAPL, TSLA).
cikstringSEC Central Index Key for the company, zero-padded 10-digit identifier used across EDGAR.
company_namestringRegistered company name as listed on the SEC EDGAR filing.
form_4_filingsarrayArray of normalized Form 4 filings, each containing per-transaction insider trade details.
filing_countnumberNumber of distinct Form 4 filings returned for this ticker.
total_transactionsnumberTotal count of individual insider transactions across all returned Form 4 filings.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/insider-form-4 \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the insider-form-4 tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
secform-4insider-tradingedgarstocksofficersdirectorsfinancesignalscompliance
methods
POST
cluster
edgefinance
price
$0.01 USDC per call
ADJACENTother endpoints in edgefinance
endpointdescriptionprice
insider-tradingInsider trading feed.$0.01
sec-filingSEC EDGAR filing fetcher + parser + summarizer.$0.01
kalshi-marketsKalshi markets / event contracts / Kalshi API / CFTC-regulated prediction markets / Kalshi browse / KalshiEX markets list.$0.005
polymarket-leaderboardPolymarket leaderboard / top traders / profit leaderboard / Polymarket whales / volume leaderboard / prediction market rankings.$0.005
polymarket-marketsPolymarket markets / prediction market data / Polymarket API / list active prediction markets / crypto-settled betting odds / event odds…$0.005
polymarket-tradesPolymarket trades / recent prediction market trades / on-chain bet history / Polymarket trade feed / Polymarket data API.$0.005
exchange-ratesFX rates / forex / currency converter / USD to EUR / ECB rates / historical exchange rates.$0.002
bls-occupational-statsBLS Public Data API — wages, employment levels, growth by series ID.$0.02
SEE ALSO
agentutility(7) · edgefinance(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org