---
title: "Fund holders"
method: GET
path: "/fund_holders"
tags: ["regulatory"]
---

# Fund holders

`GET /fund_holders`

The fund holders endpoint provides detailed information about the proportion of a company's stock that is owned by mutual fund holders. It returns data on the number of shares held, the percentage of total shares outstanding, and the names of the mutual funds involved. This endpoint is useful for users looking to understand mutual fund investment in a specific company.

## Query parameters

- `symbol` string
- `figi` string
- `isin` string
- `cusip` string
- `exchange` string
- `mic_code` string
- `country` string

## Response `200`

- object
  - `meta` object, required — Meta information about the financial instrument
    - `symbol` string, required — Ticker symbol of instrument
    - `name` string, required — Name of symbol
    - `currency` string, required — Currency of the instrument according to the ISO 4217 standard
    - `exchange` string, required — Exchange where instrument is traded
    - `mic_code` string, required — Market identifier code (MIC) under ISO 10383 standard
    - `exchange_timezone` string, required — Timezone of the exchange
  - `fund_holders` FundHolderItem[], required — List of fund holders for the financial instrument
    - `entity_name` string, required — Refers to the legal name of the institution
    - `date_reported` string — Refers to date reported
    - `shares` integer — Refers to the number of shares owned
    - `value` integer — Total value of shares owned, calculated by multiplying `shares` by the current price
    - `percent_held` number, double — Represents the percentage of shares outstanding that are owned by the financial institution

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
