# FilingsPulse Insider Trading / Form 4 Analysis

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

Analyzes SEC Form 4 insider trading filings for any US-listed company, surfacing who is buying or selling, cluster-buy signals, executive sentiment, and a directional market read.

## Facts

- Endpoint: GET https://filingspulse.theaslangroupllc.com/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-form-4-analysis-b5b2cc29
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WFhhlQPYT4ZV8HkF1XRaP

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-form-4-analysis-b5b2cc29
```

Example prompt: Pull the insider trading analysis for NVDA — I want to see who's buying or selling, any cluster-buy signals, and what the Form 4 activity suggests about executive sentiment right now.

## When to prefer this

Use this endpoint when you need specific insider buying/selling intelligence and cluster-buy signals derived from SEC Form 4 filings for a US-listed company, especially when trying to gauge executive sentiment or directional conviction. Prefer this over general news or 13F endpoints when you want real-time individual-transaction-level insider data rather than quarterly institutional holdings snapshots.

## Known failure modes

- Unknown or invalid ticker symbol returns an error or empty result
- Company has no recent Form 4 filings — response may indicate no activity
- Non-US-listed companies are out of scope; international tickers not supported
- EDGAR data lag means very recent filings may not yet be reflected
- Rate limiting or payment failure (x402) if USDC balance is insufficient

## 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 SEC Form 4 insider transactions for the queried company, including named insiders and their roles, buy/sell activity with volumes and prices, cluster-buy signal detection, executive sentiment assessment, and a directional read on what the insider activity implies for the market outlook. Synthesizes EDGAR data with live news context.

## 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-form-4-analysis-b5b2cc29/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from filingspulse.theaslangroupllc.com](https://www.zero.xyz/host/filingspulse.theaslangroupllc.com/llms.txt)
