---
title: "Get Sector & Country Weights"
method: GET
path: "/api/etfs/{ticker}/weights"
---

# Get Sector & Country Weights

`GET /api/etfs/{ticker}/weights`

Returns the sector and country weights for the given ETF ticker.

## Path parameters

- `ticker` string, required

## Response `200`

Successful response

- WeightsResponse
  - `country` CountryWeight[] — A list of countries with their exposure by percentage.
    - `country` string — The country.
    - `weight` string — The country exposure in percentage.
  - `sector` SectorWeight[] — A list of sectors with their exposure by percentage.
    - `sector` string — The sector.
    - `weight` string — The sector exposure in percentage.

## Other responses

- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api.md) · [All operations](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/the-unnatural-group--llc/tradesignals-api/versions/0b37cadfb125/schema)
