# Stratalize Form 4 Insider Cluster Analysis

> Stratalize Form 4 Insider Cluster Analysis is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Detects insider trading clusters by analyzing SEC EDGAR Form 4 filing density over a configurable time window for a given ticker, returning a cluster score and activity signal.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/form4-insider-cluster
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-form-4-insider-cluster-analysis-663ce712
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XEK5xMZ6CwJlGHt3MPoqN

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 stratalize-form-4-insider-cluster-analysis-663ce712
```

Example prompt: Can you check if there's an unusual insider trading cluster for NVDA based on SEC Form 4 filings over the last 60 days — I want to see the cluster score and activity signal?

## When to prefer this

Use this endpoint when you need a quantified, attestation-backed signal of insider trading cluster activity derived from SEC Form 4 filing density for a specific stock ticker. Prefer it over general news sentiment or manual SEC searches when you need a machine-readable cluster score with an independently verifiable signed receipt, especially for compliance, quant research, or risk monitoring workflows.

## Known failure modes

- Invalid or unrecognized ticker symbol — returns error or empty result
- days_back value outside the allowed 7–180 range — returns validation error
- Ticker has no Form 4 filings in the specified window — returns zero count and low cluster score
- SEC EDGAR data unavailable or delayed — may return stale or incomplete results
- Payment failure (insufficient USDC) — request rejected before processing

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when detecting insider trading clusters from Form 4 filing density over a window. Returns form4_filing_count, cluster_score, and activity signal for a ticker. Source: SEC EDGAR Form 4 cluster analysis

## Output

Returns form4_filing_count (number of Form 4 filings by insiders in the window), cluster_score (a numeric score indicating filing density and clustering patterns), and an activity signal indicating whether insider trading cluster activity is elevated, along with an attested signed receipt verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ticker": {
   "type": "string",
   "description": "Issuer ticker"
  },
  "days_back": {
   "type": "integer",
   "maximum": 180,
   "minimum": 7,
   "description": "Request parameter: days back"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-form-4-insider-cluster-analysis-663ce712/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
