ETFs Country Exposure
Get ETF country exposure data.
Query parameters
ETF symbol.
ETF isin.
Response
successful operation
Example response
{
"symbol": "symbol",
"countryExposure": [
{
"country": "country",
"exposure": 0.8008282
},
{
"country": "country",
"exposure": 0.8008282
}
]
}Changes
Changed in 6 of the 35 revisions of this API.117
- ○
added the new optional
queryrequest parameterisinnew-optional-request-parameter
- ○
the
queryrequest parametersymbolbecame optionalrequest-parameter-became-optional
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
api tag
Defaultaddedapi-tag-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ○
added the optional property
to the response with the statusresponse-optional-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲