Get Sector & Country Weights
Returns the sector and country weights for the given ETF ticker.
get/api/etfs/{ticker}/weights
Path parameters
tickerstring required
A single ticker
Response
Successful response
Example response
{
"country": [
{
"country": "Ireland",
"weight": "0.0164"
}
],
"sector": [
{
"sector": "Healthcare",
"weight": "0.1272"
}
]
}