# Stratalize SEC Form 4 Insider Trading History

> Stratalize SEC Form 4 Insider Trading History is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns 90-day SEC Form 4 insider transaction history (executive buy/sell filings) for a given stock ticker, sourced from SEC EDGAR, with filing dates and links.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/sec-insider-trading
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-sec-form-4-insider-trading-history-1321c036
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J0DfBZ0gjhZpREGrdMtQI

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 stratalize-sec-form-4-insider-trading-history-1321c036
```

Example prompt: Pull the last 90 days of SEC Form 4 insider buy and sell activity for NVDA — I want to see if executives have been loading up or dumping shares, with the filing dates and links.

## When to prefer this

Use this endpoint when an agent needs SEC EDGAR-sourced insider transaction data for a specific stock ticker, particularly when cryptographic verifiability of the data provenance is important. Prefer this over general financial data APIs when you need Form 4 filing specifics (dates, links, executive-level granularity) rather than just a summary insider sentiment score.

## Known failure modes

- Unknown or invalid ticker symbol returns an error or empty result
- Ticker with no recent Form 4 filings returns an empty transaction list
- SEC EDGAR data lag may cause most-recent filings to be missing
- Payment failure (insufficient USDC) blocks the request
- Rate limiting if too many calls are made in quick succession

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). SEC Form 4 insider transaction history — executive buy/sell filings in the last 90 days with filing dates and links. Returns insider activity signal. Source: SEC EDGAR

## Output

A list of insider transactions filed with the SEC via Form 4 over the past 90 days for the requested ticker, including executive names, transaction types (buy/sell), transaction dates, filing dates, and links to the original EDGAR filings. Also includes an aggregated insider activity signal. Each response is ML-DSA-65 cryptographically signed and verifiable via trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ticker": {
   "type": "string",
   "description": "Stock ticker symbol e.g. AAPL"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-sec-form-4-insider-trading-history-1321c036/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
