---
title: "ETFs Holdings"
method: GET
path: "/etf/holdings"
tags: ["Default"]
---

# ETFs Holdings

`GET /etf/holdings`

Get full ETF holdings/constituents. This endpoint has global coverage. Widget only shows top 10 holdings. A list of supported ETFs can be found <a href="/api/v1/etf/list?token=" target="_blank">here</a>.

## Query parameters

- `symbol` string
- `isin` string
- `skip` integer
- `date` string

## Response `200`

successful operation

- ETFsHoldings
  - `symbol` string — ETF symbol.
  - `atDate` string, date — Holdings update date.
  - `numberOfHoldings` integer — Number of holdings.
  - `holdings` ETFHoldingsData[] — Array of holdings.
    - `symbol` string — Symbol description
    - `name` string — Security name
    - `isin` string — ISIN.
    - `cusip` string — CUSIP.
    - `share` number, float — Number of shares owned by the ETF.
    - `percent` number, float — Portfolio's percent
    - `value` number, float — Market value
    - `assetType` string — Asset type. Can be 1 of the following values: <code>Equity</code>, <code>ETP</code>, <code>Fund</code>, <code>Bond</code>, <code>Other</code> or empty.

---

[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)
