v36

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2024-11-1856109168.6 KB

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"
    }
  ]
}