Skip to main content
POST
curl

Authorizations

X-API-Key
string
header
required

Body

application/json

Request body for stock_insider.

symbol
string
required

Ticker or resolvable symbol.

Required string length: 1 - 24
window_days
integer
default:90

Lookback window in days. Send one of window_days or window, not both.

Required range: 1 <= x <= 1827
window
string | null

Duration-token alias such as 90d, 6mo, or 1y. Send one of window or window_days, not both.

Required string length: 2 - 8
limit
integer
default:200

Maximum transactions to return.

Required range: 1 <= x <= 1000
schema
enum<integer>
default:2

Response schema selector. Omit (or send 2) for the schema-2 envelope, the default; 1 selects the frozen legacy wire. Boolean values are rejected by the API boundary.

Available options:
1,
2
detail
enum<string>
default:core

Schema-2 response detail tier. Schema 1 ignores this field.

Available options:
core,
full,
audit

Response

Get Form 4 insider transactions. Envelope-level schema; captured examples remain authoritative for full nested payload detail.

Schema-2 envelope. The OpenAPI schema is structural; captured examples are authoritative for full nested payload detail.

data
object
required

Tool payload or typed schema-2 refusal.

meta
object
required

Schema-2 metadata. Unknown optional fields are omitted, not emitted as null.

subject
object

Resolved entity and security when the tool has a single subject.