# Insider Trades – SEC Form 4 Company Lookup

> Insider Trades – SEC Form 4 Company Lookup 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 all SEC Form 4 insider transactions for a given company (by ticker or CIK), sorted newest-first, optionally filtered by transaction date window

## Facts

- Endpoint: GET https://x402.professorsausages.com/insider-trades/company/:idOrTicker
- 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/insider-trades-sec-form-4-company-lookup-09d6ebcc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QG1mxJLm9cpdDFmkj8EW7

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-sec-form-4-company-lookup-09d6ebcc
```

Example prompt: Pull all the recent SEC Form 4 insider transactions for Tesla (TSLA) from the past 30 days — I want to see who's been buying or selling and how many shares.

## When to prefer this

Use this endpoint when you need structured, parsed SEC Form 4 insider transaction data for a specific public company, identified by ticker or CIK, especially when you want results sorted by recency and optionally scoped to a date window. Prefer this over scraping EDGAR directly when you want clean structured output without parsing overhead, and when cost per call ($0.01 USDC) is acceptable.

## Known failure modes

- Unknown ticker or CIK returns a 404 or empty result set
- Invalid date range format may return an error or unfiltered results
- Company with no recent Form 4 filings returns an empty array
- x402 payment failure or insufficient USDC balance returns a 402 Payment Required
- Rate limiting may occur for high-frequency callers

## How this service works

All SEC Form 4 insider transactions for one issuer (ticker or CIK), newest first, within a txn-date window

## Output

A list of SEC Form 4 insider transaction records for the specified company, sorted newest-first, each including the insider's name, role, transaction date, number of shares, transaction type (buy/sell/gift etc.), and price, filtered to the requested date window.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/insider-trades-sec-form-4-company-lookup-09d6ebcc/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)
