Skip to main content
GET
/
v1
/
etf
/
sector
Get ETF Sector Allocation
curl --request GET \
  --url https://api.aries.com/v1/etf/sector \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "sectorExposure": [
      {
        "sector": "Technology",
        "exposure": 31.219999313354492
      },
      {
        "sector": "Financial Services",
        "exposure": 12.470000267028809
      },
      {
        "sector": "Healthcare",
        "exposure": 11.529999732971191
      }
    ],
    "symbol": "SPY"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

symbol
string
required

(Required) ETF ticker symbol

isin
string

(Optional) ISIN identifier

Response

Successful response

data
object

ETF sector allocation data wrapper