Normalized insider transactions (Form 4) with flow aggregates for a ticker — SEC
Normalized insider transactions (Form 4) with flow aggregates for a ticker — SEC Form 4 filings parsed into clean insider transactions: buy/sell/award classification, 10b5-1 plan flags, per-filer roles, and aggregate net flow with notable-pattern flags. Use it to gauge insider conviction before events.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.02listed 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://x402-factory.com/v1/edgar/insider/:ticker
| Category | Everything else |
|---|---|
| Provider host | x402-factory.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 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",
"pathParams": {
"ticker": "AAPL"
},
"queryParams": {
"days": 90
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"properties": {
"ticker": {
"maxLength": 6,
"minLength": 1,
"pattern": "^[A-Za-z][A-Za-z.-]*$",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"queryParams": {
"properties": {
"days": {
"default": 30,
"description": "Lookback window in days",
"maximum": 90,
"minimum": 1,
"type": "integer"
},
"min_value_usd": {
"description": "Drop transactions below this absolute USD value",
"minimum": 0,
"type": "number"
}
},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"additionalProperties": false,
"properties": {
"aggregates": {
"additionalProperties": false,
"properties": {
"buy_count": {
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"net_insider_flow_30d_usd": {
"type": "number"
},
"notable_flags": {
"items": {
"type": "string"
},
"type": "array"
},
"sell_count": {
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
}
},
"required": [
"net_insider_flow_30d_usd",
"buy_count",
"sell_count",
"notable_flags"
],
"type": "object"
},
"company": {
"type": "string"
},
"ticker": {
"type": "string"
},
"transactions": {
"items": {
"additionalProperties": false,
"properties": {
"accession": {
"type": "string"
},
"filed_at": {
"type": "string"
},
"filer_name": {
"type": "string"
},
"filer_role": {
"type": "string"
},
"is_10b5_1": {
"type": "boolean"
},
"price": {
"type": "number"
},
"shares": {
"type": "number"
},
"transaction_date": {
"type": "string"
},
"type": {
"enum": [
"buy",
"sell",
"award",
"other"
],
"type": "string"
},
"value_usd": {
"type": "number"
}
},
"required": [
"filer_name",
"filer_role",
"type",
"is_10b5_1",
"shares",
"price",
"value_usd",
"transaction_date",
"filed_at",
"accession"
],
"type": "object"
},
"type": "array"
},
"window_days": {
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
}
},
"required": [
"ticker",
"company",
"window_days",
"transactions",
"aggregates"
],
"type": "object"
},
"meta": {
"type": "object"
}
},
"required": [
"data",
"meta"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}