---
title: "Mutual Funds Sector Exposure"
method: GET
path: "/mutual-fund/sector"
tags: ["Default"]
---

# Mutual Funds Sector Exposure

`GET /mutual-fund/sector`

Get Mutual Funds sector exposure data.

## Query parameters

- `symbol` string
- `isin` string

## Response `200`

successful operation

- MutualFundSectorExposure
  - `symbol` string — Mutual symbol.
  - `sectorExposure` MutualFundSectorExposureData[] — Array of sector and exposure levels.
    - `sector` string — Sector
    - `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)
