---
title: "Institutional Ownership"
method: GET
path: "/institutional/ownership"
tags: ["Default"]
---

# Institutional Ownership

`GET /institutional/ownership`

Get a list institutional investors' positions for a particular stock overtime. Data from 13-F filings. Limit to 1 year of data at a time.

## Query parameters

- `symbol` string, required
- `cusip` string, required
- `from` string, required
- `to` string, required

## Response `200`

successful operation

- InstitutionalOwnership
  - `symbol` string — Symbol.
  - `cusip` string — Cusip.
  - `data` InstitutionalOwnershipGroup[] — Array of institutional investors.
    - `reportDate` string — Report date.
    - `ownership` InstitutionalOwnershipInfo[] — Array of institutional investors.
      - `cik` string — Investor's company CIK.
      - `name` string — Firm's name.
      - `putCall` string — <code>put</code> or <code>call</code> for options.
      - `change` number, float — Number of shares change.
      - `noVoting` number, float — Number of shares with no voting rights.
      - `percentage` number, float — Percentage of portfolio.
      - `share` number, float — News score.
      - `sharedVoting` number, float — Number of shares with shared voting rights.
      - `soleVoting` number, float — Number of shares with sole voting rights.
      - `value` number, float — Position value.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/versions/415b27331384/schema)
