$ man insider-trading
/insider-trading(1)
PRICE / CALL
$0.01
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgefinanceCATEGORY
uncategorized
STATUS
● live
NAME
insider-trading — insider trading feed
SYNOPSIS
POST https://x402.org/v1/insider-trading
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Insider trading feed. Recent SEC Form 4 transactions for any US-listed ticker — officer, director, and 10% beneficial owner buys and sells. Returns transaction code (P=purchase, S=sale, A=grant, M=exercise), shares, price, post-transaction holdings, filed date, and EDGAR document URL. Wraps the same EDGAR-backed source as insider-form-4 under a more search-friendly name. Federal public data, no auth.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| ticker | string | US-listed ticker (e.g. 'AAPL'). Either ticker or cik is required. | optional |
| cik | string | SEC CIK. | optional |
| limit | number | Max filings, 1-50. Default 10. | optional |
| include_derivatives | boolean | Include derivative transactions (options, warrants, RSUs) alongside non-derivative common stock buys and sales. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| ticker | string | US-listed ticker symbol the Form 4 filings were queried for, echoed back from the request. |
| filing_count | string | Number of distinct Form 4 filings returned for the ticker in the requested window. |
| total_transactions | string | Total count of individual insider transactions across all returned Form 4 filings. |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/insider-trading \
-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-trading tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- edge-financesec-filingsinsider-tradingform-4equitiesedgarofficer-transactions
- methods
- POST
- cluster
- edgefinance
- price
- $0.01 USDC per call
ADJACENT — other endpoints in edgefinance
| endpoint | description | price |
|---|---|---|
| insider-form-4 | SEC Form 4 (insider transactions) normalizer. | $0.01 |
| sec-filing | SEC EDGAR filing fetcher + parser + summarizer. | $0.01 |
| kalshi-markets | Kalshi markets / event contracts / Kalshi API / CFTC-regulated prediction markets / Kalshi browse / KalshiEX markets list. | $0.005 |
| polymarket-leaderboard | Polymarket leaderboard / top traders / profit leaderboard / Polymarket whales / volume leaderboard / prediction market rankings. | $0.005 |
| polymarket-markets | Polymarket markets / prediction market data / Polymarket API / list active prediction markets / crypto-settled betting odds / event odds… | $0.005 |
| polymarket-trades | Polymarket trades / recent prediction market trades / on-chain bet history / Polymarket trade feed / Polymarket data API. | $0.005 |
| exchange-rates | FX rates / forex / currency converter / USD to EUR / ECB rates / historical exchange rates. | $0.002 |
| bls-occupational-stats | BLS Public Data API — wages, employment levels, growth by series ID. | $0.02 |
SEE ALSO