v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

ETFs Sector Exposure

Get ETF sector exposure data.

get/etf/sector

Query parameters

symbolstring

ETF symbol.

isinstring

ETF isin.

Response

successful operation

symbolstring

ETF symbol.

Example response

{
  "symbol": "symbol",
  "sectorExposure": [
    {
      "exposure": 0.8008282,
      "industry": "industry"
    },
    {
      "exposure": 0.8008282,
      "industry": "industry"
    }
  ]
}