---
title: "Get owners of symbol"
method: GET
path: "/equity/{symbol}/owners"
tags: ["Equities"]
---

# Get owners of symbol

`GET /equity/{symbol}/owners`

## Path parameters

- `symbol` string, nullable, required

## Response `200`

Successful Response

- ResponseModelListOwner
  - `data` Owner[], nullable
    - `name` string, required — Conformed name of owner
    - `reportDate` string, required — Report date
    - `sharesHeld` integer, required — Shares held
    - `changeInShares` integer, required — Change in shares held
    - `portfolioWeight` number, required — Weight in owner portfolio as a decimal
  - `message` string, nullable — A message with the response status.
  - `info` union — Additional information or metadata about the response. Varies by response type.
    - object
    - string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/dataglade/apis/dataglade-api.md) · [All operations](https://skmtc.dev/dataglade/apis/dataglade-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dataglade/dataglade-api/revisions/de5c0ca32353/schema)
