# Insider Trades Summary

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

Returns aggregate insider-flow analytics for a company — net open-market buy/sell flow, non-open-market breakdown, cluster-buy signals, and a per-insider transaction ledger

## Facts

- Endpoint: GET https://x402.professorsausages.com/insider-trades/company/:idOrTicker/summary
- 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/insider-trades-summary-eda65f49
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4W2s9IZjdOIcXqnXhROXn

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 insider-trades-summary-eda65f49
```

Example prompt: Can you pull up the insider trading summary for NVDA — I want to see the net open-market buy vs sell flow, any cluster-buy signals, and a breakdown of what each insider has been doing?

## When to prefer this

Use this endpoint when you need a consolidated insider-activity analytics summary for a single issuer — especially when you want cluster-buy detection and net flow aggregation beyond raw transaction lists. Prefer this over raw SEC EDGAR lookups when you need pre-computed buy/sell ratios and per-insider ledgers in a single call.

## Known failure modes

- Unknown ticker or company ID returns 404 or empty result
- Company has no recent insider filings — returns empty ledger
- Rate limit exceeded — 402 payment required
- Malformed ticker input returns 400 validation error
- Data may lag SEC filing dates by hours or days

## How this service works

Aggregate insider-flow analytics for one issuer — open-market buy vs sell net flow, non-open-market breakdown, cluster-buy detection, and a per-insider ledger

## Output

A structured analytics object containing: net open-market insider buy and sell flow figures, non-open-market transaction breakdown, cluster-buy detection flags, and a per-insider ledger listing individual insider names and their respective transaction histories for the queried company.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/insider-trades-summary-eda65f49/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)
