latestOpenAPI 3.0.02026-08-2010141507.9 KB
3d5897270d8a
Insider Transactions
Insider roster
Returns all known insiders (officers and directors) for a company, with their most recent transaction date, total transaction count, and last reported share position. Derived from Form 3/4/5 filings.
get/api/insider-transactions/roster
Query parameters
symbolstring
Stock ticker symbol. Identify the entity by exactly one of: symbol, cik, cusip, composite_figi, or share_class_figi. At least one is required.
cikinteger
SEC Central Index Key (CIK).
cusipstring
CUSIP identifier (9 characters).
composite_figistring
Composite OpenFIGI identifier.
share_class_figistring
Share-class OpenFIGI identifier.
Response
List of insiders ordered by most recent transaction
Example response
[
{
"ownerName": "COOK TIMOTHY D",
"ownerCik": 1214156,
"isOfficer": true,
"officerTitle": "Chief Executive Officer",
"lastTransactionDate": "2025-08-15",
"transactionCount": 24,
"lastReportedShares": 3280557
}
]