# FilingsPulse Insider Trading Analysis (Form 4)

> FilingsPulse Insider Trading Analysis (Form 4) is a paid API for AI agents from filingspulse.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Analyzes SEC Form 4 insider-trading filings to reveal who is buying or selling, cluster-buy signals, and executive sentiment with a directional market read.

## Facts

- Endpoint: GET https://filingspulse.vercel.app/api/filings/insider
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/filingspulse-insider-trading-analysis-form-4-faa8504c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lQ0-KVBw3l0tGyEVScwrf

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 filingspulse-insider-trading-analysis-form-4-faa8504c
```

Example prompt: Pull the latest Form 4 insider-trading analysis for NVDA — I want to know if executives are net buyers or sellers, whether there are any cluster-buy signals, and what the overall insider sentiment is telling the market.

## When to prefer this

Use this endpoint when you need a focused, AI-synthesized read on insider buying and selling behavior from SEC Form 4 filings, including cluster-buy signal detection and executive sentiment — particularly when building investing agents, screening for conviction signals, or evaluating management confidence before a trade or investment decision.

## Known failure modes

- Ticker not found or invalid: returns error indicating unknown symbol
- No recent Form 4 filings available for the company: returns empty or minimal result
- Rate limit or payment failure: 402 payment required or quota exceeded
- EDGAR data lag: filings may not reflect very recent transactions within the SEC's reporting window

## How this service works

Insider trading / Form 4 analysis for any US-listed company — who is buying or selling, cluster-buy signals, and executive sentiment, with a directional read on what insiders are telling the market. From EDGAR Form 4 records plus live news, for investing and trading agents.

## Output

Returns a structured analysis of recent Form 4 insider-trading activity for the requested company, including who is buying or selling, aggregate transaction data, cluster-buy signal detection, executive sentiment score, and a plain-language directional read on what insiders are signaling to the market.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "ticker": {
   "type": "string",
   "description": "ticker"
  },
  "company": {
   "type": "string",
   "description": "company"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/filingspulse-insider-trading-analysis-form-4-faa8504c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from filingspulse.vercel.app](https://www.zero.xyz/host/filingspulse.vercel.app/llms.txt)
