Default
ETFs Sector Exposure
Get ETF sector exposure data.
get/etf/sector
Query parameters
symbolstring
ETF symbol.
isinstring
ETF isin.
Response
successful operation
Example response
{
"symbol": "symbol",
"sectorExposure": [
{
"exposure": 0.8008282,
"industry": "industry"
},
{
"exposure": 0.8008282,
"industry": "industry"
}
]
}