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

# Mutual Funds Country Exposure

`GET /mutual-fund/country`

Get Mutual Funds country exposure data.

## Query parameters

- `symbol` string
- `isin` string

## Response `200`

successful operation

- MutualFundCountryExposure
  - `symbol` string — Symbol.
  - `countryExposure` MutualFundCountryExposureData[] — Array of countries and and exposure levels.
    - `country` string — Country
    - `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/revisions/415b27331384/schema)
