API Documentation

⌘K
GET/api/1/etf/countries/{identifier}

ETF Countries API

Returns country allocation for the given ETF

Parameters

1
identifierstringrequired
path

Security identifier: ISIN or ticker symbol (e.g. IE00B4L5Y983, IWDA)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/etf/countries/IE00B4L5Y983' \
  -H 'Accept: application/json'
200 Response
[
  {
  "symbol": "SWDA.L",
  "country": "United States",
  "exposure": 72.31035
}
]