# BusterCall Insider Trades Recent Lookup

> BusterCall Insider Trades Recent Lookup is a paid API for AI agents from lookup.bustercall.workers.dev, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Fetches recent U.S. financial insider trading disclosures and transactions

## Facts

- Endpoint: POST https://lookup.bustercall.workers.dev/financial/insider-trades/recent
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lookup-bustercall-workers-dev-a7d4cf30
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Oxczi5Q_1VqdT0Mvd0Wkl

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 lookup-bustercall-workers-dev-a7d4cf30 -d '<json body>'
```

Example prompt: Pull the most recent insider trades for NVDA — I want to see who bought or sold shares, how many, and when.

## When to prefer this

Use this endpoint when you need structured, recent insider trading data for U.S. publicly traded companies, especially for research or monitoring executive buy/sell activity. Prefer this over scraping SEC EDGAR directly when you need a clean JSON response with minimal setup.

## Known failure modes

- Invalid or unrecognized ticker symbol returns empty result or 400 error
- Payment not included or insufficient USDC results in 402 Payment Required
- Upstream SEC data source unavailable returns 503
- No recent insider trades found for specified ticker returns empty array
- Malformed POST body returns 400 Bad Request

## Output

A JSON array of recent insider trading records including insider name, company ticker, transaction type (buy/sell), number of shares, transaction value, and filing date.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lookup-bustercall-workers-dev-a7d4cf30/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lookup.bustercall.workers.dev](https://www.zero.xyz/host/lookup.bustercall.workers.dev/llms.txt)
