---
title: "ETFs Sector Exposure"
method: GET
path: "/etf/sector"
tags: ["Default"]
---

# ETFs Sector Exposure

`GET /etf/sector`

Get ETF sector exposure data.

## Query parameters

- `symbol` string
- `isin` string

## Response `200`

successful operation

- ETFsSectorExposure
  - `symbol` string — ETF symbol.
  - `sectorExposure` ETFSectorExposureData[] — Array of industries and exposure levels.
    - `industry` string — Industry
    - `exposure` number, float — Percent of exposure.

---

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