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

# Ownership

`GET /stock/ownership`

Get a full list of shareholders of a company in descending order of the number of shares held. Data is sourced from <code>13F form</code>, <code>Schedule 13D</code> and <code>13G</code> for US market, <code>UK Share Register</code> for UK market, <code>SEDI</code> for Canadian market and equivalent filings for other international markets.

## Query parameters

- `symbol` string, required
- `limit` integer

## Response `200`

successful operation

- Ownership
  - `symbol` string — Symbol of the company.
  - `ownership` OwnershipInfo[] — Array of investors with detailed information about their holdings.
    - `name` string — Investor's name.
    - `share` integer — Number of shares held by the investor.
    - `change` integer — Number of share changed (net buy or sell) from the last period.
    - `filingDate` string, date — Filing date.

---

[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/revisions/415b27331384/schema)
