v3
latestOpenAPI 3.1.02026-07-26490368.4 KBGet insider transactions for a company
Returns insider transaction rows for the requested company. Transactions from holders flagged as is_removed via analyst override are always hidden. Transactions from holders flagged is_active = false are hidden by default; pass includeInactive=true to include them — matching the /insider/holders endpoint semantics.
Query parameters
API Key (alternatively send via X-Api-Key header)
API Key (alternatively send via X-Api-Key header)
Company ticker, use with mic or alone for US tickers
Company ticker, use with mic or alone for US tickers
Company MIC, use with ticker
Company MIC, use with ticker
Company exchange code, use with ticker
Company exchange code, use with ticker
Company key (alternative to ticker/micCode/exchange)
Company key (alternative to ticker/micCode/exchange)
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN
FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.
FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.
Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.
Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.
Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.
Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.
Set to true to include insiders who are no longer actively affiliated with the company. Defaults to excluding them.
Set to true to include insiders who are no longer actively affiliated with the company. Defaults to excluding them.
Page number (1-indexed)
Page number (1-indexed)
Number of records per page, max 1000
Number of records per page, max 1000
Response
Insider transactions
Example response
{
"pagination": {
"page": 1,
"pageSize": 1000,
"totalCount": 142,
"totalPages": 1
},
"data": [
{
"holderId": "9df95a60-4b3a-41f7-8dc1-4042f935ce95",
"holderName": "Tim Cook",
"filingDate": "2025-04-15",
"relationship": [
"officer"
],
"title": "Chief Executive Officer",
"transactionDate": "2025-04-10",
"transactionType": "Open Market Sale",
"acquiredDisposed": "disposed",
"shares": 25000,
"priceLow": 197.5,
"priceHigh": 199.1,
"transactionValue": 4937500,
"currency": "USD",
"sharesAfter": 3280180,
"securityName": "Common Stock",
"sources": [
{
"document": "https://api.fiscal.ai/v1/company/ownership/filing/0000320193-25-000073/pdf?companyKey=NASDAQ_AAPL"
}
]
}
]
}