What did a company's insiders actually file?
What did a company's insiders actually file? Search individual SEC Form 4 transaction lines by ticker, issuer CIK, insider name, direction (buy/sell/other), transaction code (P/S/A/M/F/G), role (officer/director/ten_percent), state, security type, minimum value, or date. Returns the insider, role, security, code, shares, price, and value per filing — the raw feed behind the cluster signal. Public SEC filings as filed — observational, not 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/insiders/transactions
| Category | Code and developer |
|---|---|
| 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": {
"issuer_cik": "1571996",
"owner": "Dell",
"ticker": "DELL"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"direction": {
"description": "buy | sell | other (grants, option exercises, tax withholding...).",
"examples": [
"sell"
],
"type": "string"
},
"issuer_cik": {
"description": "SEC issuer CIK.",
"examples": [
"1571996"
],
"type": "string"
},
"limit": {
"description": "Max rows (default 25, cap 100).",
"examples": [
25
],
"type": "integer"
},
"min_value": {
"description": "Minimum transaction value in $ (shares \u00d7 price).",
"examples": [
"100000"
],
"type": "string"
},
"offset": {
"description": "Rows to skip, for paging.",
"examples": [
0
],
"type": "integer"
},
"owner": {
"description": "Reporting-insider name fragment.",
"examples": [
"Dell"
],
"type": "string"
},
"role": {
"description": "Insider role: officer | director | ten_percent.",
"examples": [
"director"
],
"type": "string"
},
"security_type": {
"description": "nonderiv (common shares) | deriv (options/warrants).",
"examples": [
"nonderiv"
],
"type": "string"
},
"since": {
"description": "Transaction on/after this date (YYYY-MM-DD).",
"examples": [
"2026-05-01"
],
"type": "string"
},
"sort": {
"description": "txn_date | txn_value | shares | filing_date :asc|:desc. Default txn_date:desc.",
"examples": [
"txn_date:desc"
],
"type": "string"
},
"state": {
"description": "Insider state code(s), CSV.",
"examples": [
"TX"
],
"type": "string"
},
"ticker": {
"description": "Issuer ticker(s), CSV (as filed on the Form 4).",
"examples": [
"DELL"
],
"type": "string"
},
"txn_code": {
"description": "SEC transaction code(s), CSV: P (buy), S (sell), A (grant), M, F, G...",
"examples": [
"P"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}