ToolAssay

Where are corporate insiders buying or selling as a cluster?

Where are corporate insiders buying or selling as a cluster? Search SEC Form 4 clusters — issuers where several distinct officers/directors/10%-owners transacted the same direction in a trailing 30- or 90-day window (buy=accumulation, sell=distribution). Filter by ticker, direction, window, minimum insiders, minimum value, or exchange. Returns issuer ticker/company/exchange, insider count, and total shares/value. Public SEC filings as filed — observational, not advice.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$1.25listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.govparse.io/v1/insiders/clusters

CategoryCompany and compliance
Provider hostapi.govparse.io
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "direction": "buy",
    "issuer_cik": "1046179",
    "ticker": "TSM"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "direction": {
          "description": "buy (open-market purchase cluster) | sell (open-market sale cluster).",
          "examples": [
            "buy"
          ],
          "type": "string"
        },
        "exchange": {
          "description": "Listing exchange(s), CSV: NYSE, Nasdaq, OTC...",
          "examples": [
            "Nasdaq"
          ],
          "type": "string"
        },
        "issuer_cik": {
          "description": "SEC issuer CIK.",
          "examples": [
            "1046179"
          ],
          "type": "string"
        },
        "limit": {
          "description": "Max rows (default 25, cap 100).",
          "examples": [
            25
          ],
          "type": "integer"
        },
        "min_insiders": {
          "description": "Minimum distinct insiders in the cluster (>= 2).",
          "examples": [
            "3"
          ],
          "type": "string"
        },
        "min_value": {
          "description": "Minimum total $ transacted in the window.",
          "examples": [
            "1000000"
          ],
          "type": "string"
        },
        "offset": {
          "description": "Rows to skip, for paging.",
          "examples": [
            0
          ],
          "type": "integer"
        },
        "since": {
          "description": "Most recent transaction in the cluster on/after this date (YYYY-MM-DD).",
          "examples": [
            "2026-05-01"
          ],
          "type": "string"
        },
        "sort": {
          "description": "insider_count | total_value | txn_count | last_txn_date :asc|:desc. Default insider_count:desc.",
          "examples": [
            "insider_count:desc"
          ],
          "type": "string"
        },
        "ticker": {
          "description": "Issuer ticker(s), CSV.",
          "examples": [
            "TSM"
          ],
          "type": "string"
        },
        "window": {
          "description": "Trailing window in days: 30 | 90.",
          "examples": [
            "90"
          ],
          "type": "string"
        }
      },
      "required": [],
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON