---
title: "ETFs Country Exposure"
method: GET
path: "/etf/country"
tags: ["Default"]
---

# ETFs Country Exposure

`GET /etf/country`

Get ETF country exposure data.

## Query parameters

- `symbol` string
- `isin` string

## Response `200`

successful operation

- ETFsCountryExposure
  - `symbol` string — ETF symbol.
  - `countryExposure` ETFCountryExposureData[] — Array of countries and and exposure levels.
    - `country` string — Country
    - `exposure` number, float — Percent of exposure.

## Changes

- **2023-10-17** `916ab58ae589` — 2 info
  - added the new optional `query` request parameter `isin`
  - the `query` request parameter `symbol` became optional
- **2021-07-26** `0f755a71e903` — 2 info
  - added the optional property `countryExposure/items/country` to the response with the `200` status
  - added the optional property `countryExposure/items/exposure` to the response with the `200` status
- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added
- **2020-08-01** `718b3bbfff65` — 1 warning, 1 info
  - removed the optional property `holdings` from the response with the `200` status
  - added the optional property `countryExposure` to the response with the `200` status
- **2020-08-01** `e30753df924e` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/etf/country/get.md)

---

[API](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
