v3
latestOpenAPI 3.1.02026-07-26490368.4 KBGet institutional holdings for a company
Returns institutional holder positions for a company. Defaults to the latest reported quarter; use year + quarter for history.
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.
Calendar year for a historical quarter. Must be supplied with quarter.
Calendar year for a historical quarter. Must be supplied with quarter.
Calendar quarter for a historical period. Must be supplied with year.
Calendar quarter for a historical period. Must be supplied with year.
Page number (1-indexed)
Page number (1-indexed)
Number of records per page, max 1000
Number of records per page, max 1000
Response
Institutional holdings for a company
Example response
{
"pagination": {
"page": 1,
"pageSize": 1000,
"totalCount": 142,
"totalPages": 1
},
"data": [
{
"holderId": "88b0adf8-ff23-4540-8f15-56d930a71050",
"holderName": "Vanguard Group Inc",
"cik": "102909",
"reportDate": "2025-12-31",
"filingDate": "2026-02-14",
"shares": 1354289280,
"currency": "USD",
"value": 339120000000,
"sharesChange": 1250000,
"sharesChangePercent": 9,
"valueChange": 420000000,
"percentOfSharesOutstanding": 8.71,
"sources": [
{
"document": "https://api.fiscal.ai/v1/company/ownership/filing/0000320193-25-000073/pdf?companyKey=NASDAQ_AAPL"
}
]
}
]
}