Which public companies are insiders buying as a cluster right now?
Which public companies are insiders buying as a cluster right now? Bulk feed over SEC Form 4 open-market BUY clusters — issuers where several distinct officers/directors/10%-owners bought in a trailing 30- or 90-day window. Flat rows newest-first by the cluster's most recent buy, cursor-paginated up to 1000/page, filterable by ticker, exchange, min insiders, min value, window, or since. Every issuer is a public company with ticker and CIK. Observational filings as filed, never advice.
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/feeds/insider-buying
| Category | Company and compliance |
|---|---|
| Provider host | api.govparse.io |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 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": {
"exchange": "NYSE",
"ticker": "TSM",
"window": "90"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"cursor": {
"description": "Opaque page cursor \u2014 pass the previous page's next_cursor unchanged.",
"examples": [
"eyJkIjoiMjAyNi0wNi0zMCIsImsiOiIxMDQ2MTc5In0"
],
"type": "string"
},
"exchange": {
"description": "Listing exchange(s), CSV: NYSE, Nasdaq, OTC...",
"examples": [
"NYSE"
],
"type": "string"
},
"limit": {
"description": "Rows per page (default 500, cap 1000).",
"examples": [
500
],
"type": "integer"
},
"min_insiders": {
"description": "Minimum distinct insiders in the cluster (>= 2).",
"examples": [
3
],
"type": "integer"
},
"min_value": {
"description": "Minimum total $ purchased across the cluster window.",
"examples": [
1000000
],
"type": "integer"
},
"since": {
"description": "Only clusters whose most recent buy is on or after this date (YYYY-MM-DD).",
"examples": [
"2026-05-01"
],
"type": "string"
},
"ticker": {
"description": "Issuer ticker(s), CSV.",
"examples": [
"TSM"
],
"type": "string"
},
"window": {
"description": "Trailing cluster window in days: 30 | 90. Default 90.",
"examples": [
"90"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}