# SEC Insider Trades - Recent Transactions Feed

> SEC Insider Trades - Recent Transactions Feed is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns recent SEC Form 4 insider buy/sell transactions filtered by transaction code, minimum USD value, and insider role, sorted newest first

## Facts

- Endpoint: GET https://x402.professorsausages.com/insider-trades/recent
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sec-insider-trades-recent-transactions-feed-c94e8d24
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rLFat4RTN2_qoE03hTolh

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability sec-insider-trades-recent-transactions-feed-c94e8d24
```

Example prompt: Pull the most recent insider trades from SEC Form 4 filings — show me only open market buys (transaction code P) by C-suite executives worth at least $500,000, newest first.

## When to prefer this

Use this endpoint when you need a curated, filterable stream of recent SEC Form 4 insider transactions without scraping EDGAR yourself. Ideal for identifying clusters of insider buying/selling activity, screening by deal size or executive tier, or building alerts around meaningful insider moves. Prefer this over general EDGAR search when you want pre-parsed, structured transaction data with USD value calculations already applied.

## Known failure modes

- Invalid transaction code filter returns no results or validation error
- Minimum USD value set too high returns empty result set
- Unknown or unsupported insider role filter returns empty list
- Rate limiting or payment failure returns 402 or 429 error
- Temporary data feed lag means most recent filings may be delayed by hours

## How this service works

Latest SEC Form 4 insider trades market-wide — every filing from the last N days, fully normalized (issuer, owner + role, code, shares, price, USD value, post-trade holdings), newest first; filter by transaction code, minimum USD value, and insider role

## Output

A list of recent SEC Form 4 insider transactions sorted newest first, each including the insider's name and role, company ticker, transaction type code, number of shares, price per share, total USD value, and filing date. Results are pre-filtered by the requested transaction code, minimum USD value, and insider role.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sec-insider-trades-recent-transactions-feed-c94e8d24/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.professorsausages.com](https://www.zero.xyz/host/x402.professorsausages.com/llms.txt)
