# SEC Form 4 Insider Trading Aggregate Statistics

> SEC Form 4 Insider Trading Aggregate Statistics is a paid API for AI agents from joyful-charm-production-bf6d.up.railway.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns aggregate insider-trading market statistics including total trades tracked, last 24h activity, top 20 most-traded tickers, and top 20 most-active insiders by filing count and dollar volume.

## Facts

- Endpoint: GET https://joyful-charm-production-bf6d.up.railway.app/stats
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sec-form-4-insider-trading-aggregate-statistics-0ee2b58f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MR1AJfmAHeSFrS4z3sNRM

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-form-4-insider-trading-aggregate-statistics-0ee2b58f
```

Example prompt: Give me a market-wide snapshot of insider trading right now — which tickers and insiders are seeing the most Form 4 activity by filing count and dollar volume?

## When to prefer this

Use this endpoint when you need a broad, high-level overview of insider trading activity across the entire market in a single call — ideal for dashboards, morning briefings, or screening which tickers or insiders to investigate further. Prefer the sibling ticker-specific or insider-specific endpoints when you need detailed trade history for a particular stock or individual.

## Known failure modes

- Service unavailable or Railway deployment down — returns 5xx error
- Payment not processed or x402 authentication failure — returns 402 Payment Required
- Data freshness lag if upstream SEC EDGAR feed is delayed
- Empty or partial results if the database has not yet been populated

## How this service works

Aggregate insider-trading market statistics: total Form 4 trades tracked, trades in the last 24h, top 20 most-traded tickers and top 20 most-active insiders by filing count and dollar volume. A one-call overview of where insider activity is concentrated right now. Returns JSON.

## Output

A JSON object containing: total count of Form 4 trades in the database, number of trades filed in the last 24 hours, a ranked list of the top 20 most-traded tickers by insider activity, and a ranked list of the top 20 most-active insiders including their filing count and dollar volume.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sec-form-4-insider-trading-aggregate-statistics-0ee2b58f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from joyful-charm-production-bf6d.up.railway.app](https://www.zero.xyz/host/joyful-charm-production-bf6d.up.railway.app/llms.txt)
