---
title: "Get institutional holdings for a company"
method: GET
path: "/v1/company/ownership/institutional/holders"
tags: ["Ownership"]
---

# Get institutional holdings for a company

`GET /v1/company/ownership/institutional/holders`

Returns institutional holder positions for a company. Defaults to the latest reported quarter; use year + quarter for history.

## Query parameters

- `apiKey` string — API Key (alternatively send via X-Api-Key header)
- `ticker` string — Company ticker, use with mic or alone for US tickers
- `micCode` string — Company MIC, use with ticker
- `exchange` string — Company exchange code, use with ticker
- `companyKey` string — Company key (alternative to ticker/micCode/exchange)
- `cusip` string — Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP
- `isin` string — Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN
- `figi` string — FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.
- `cik` string — Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.
- `fscl` string — Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.
- `year` integer — Calendar year for a historical quarter. Must be supplied with quarter.
- `quarter` integer — Calendar quarter for a historical period. Must be supplied with year.
- `pageNumber` integer — Page number (1-indexed)
- `pageSize` integer — Number of records per page, max 1000

## Response `200`

Institutional holdings for a company

- object
  - `pagination` object, required
    - `page` number, required — Current page number
    - `pageSize` number, required — Number of items per page
    - `totalCount` number, required — Total number of records
    - `totalPages` number, required — Total number of pages
    - `hasNextPage` boolean, required — Whether there is a next page
    - `hasPreviousPage` boolean, required — Whether there is a previous page
  - `data` object[], required
    - `holderId` string, required
    - `holderName` string
    - `cik` string
    - `reportDate` string, required
    - `filingDate` string, required
    - `shares` number, required
    - `currency` string, required
    - `value` number
    - `sharesChange` number
    - `sharesChangePercent` number
    - `valueChange` number
    - `percentOfSharesOutstanding` number
    - `sources` object[], required
      - `document` string, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/fiscal/apis/openapi.md) · [All operations](https://skmtc.net/fiscal/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fiscal/openapi/revisions/468d0b2e2906/schema)
