# SEC Insider Trades — Form 4 Filings by Ticker

> SEC Insider Trades — Form 4 Filings by Ticker is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-14).

Retrieves and parses recent SEC Form 4 insider trading filings for a given US stock ticker symbol, including optional derivative transactions.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/sec-insider-trades
- Price: $0.008/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-form-4-filings-by-ticker-6e460160
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T0PfHKSdD0oxe2JHEcs73

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-form-4-filings-by-ticker-6e460160
```

Example prompt: Pull the last 15 SEC Form 4 insider trade filings for NVDA, including derivative transactions, so I can see what insiders have been doing recently.

## When to prefer this

Use this endpoint when you need structured, parsed insider trading data from SEC Form 4 filings for a specific US public company, without needing an account or API key — just pay per call in USDC. Prefer this over scraping SEC EDGAR directly or subscribing to a data vendor when you need lightweight, on-demand insider trade lookups for one ticker at a time.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- Limit parameter out of range (< 1 or > 25) causes a validation error
- No recent Form 4 filings available for the ticker returns an empty list
- SEC data source temporarily unavailable causes a service error
- Payment failure or insufficient USDC balance blocks the request

## How this service works

SEC EDGAR Form 4 insider trading data for any US public company — shows recent insider buys, sells, awards, and exercises with shares, price, and post-transaction ownership. No API key. EDGAR primary source.

## Output

A list of parsed SEC Form 4 filings for the requested ticker, including insider names, transaction types (buy/sell), share counts, prices, transaction dates, and optionally derivative transactions such as option exercises and conversions — up to 25 recent filings.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sec-insider-trades-form-4-filings-by-ticker-6e460160/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
