v3
latestOpenAPI 3.1.02026-07-26490368.4 KBGet holdings for an institutional holder
Returns a holder-centric portfolio. 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)
Ownership holder UUID. Provide either holderId or cik.
Ownership holder UUID. Provide either holderId or cik.
SEC CIK of the holder (with or without leading zeros). Provide either holderId or cik.
SEC CIK of the holder (with or without leading zeros). Provide either holderId or cik.
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 holder
Example response
{
"pagination": {
"page": 1,
"pageSize": 1000,
"totalCount": 142,
"totalPages": 1
},
"data": [
{
"holderId": "88b0adf8-ff23-4540-8f15-56d930a71050",
"holdingType": "company",
"company": {
"companyId": 1234,
"name": "Apple Inc.",
"ticker": "AAPL",
"exchangeSymbol": "NASDAQ"
},
"fund": {
"fundId": "88b0adf8-ff23-4540-8f15-56d930a71050",
"name": "SPDR S&P 500 ETF Trust",
"ticker": "SPY",
"exchangeSymbol": "ARCA"
},
"reportDate": "2025-12-31",
"filingDate": "2026-02-14",
"shares": 1354289280,
"currency": "USD",
"value": 339120000000,
"sharesChange": 1250000,
"sharesChangePercent": 9,
"valueChange": 420000000,
"percentOfPortfolio": 4.32,
"sources": [
{
"document": "https://api.fiscal.ai/v1/company/ownership/filing/0000320193-25-000073/pdf?companyKey=NASDAQ_AAPL"
}
]
}
]
}