API Documentation
⌘K
API Key
Get free key GET
/api/1/etf/sectors/{identifier}ETF Sectors API
Returns sector allocation for the given ETF
Parameters
1identifierstringrequiredSecurity identifier: ISIN or ticker symbol (e.g. IE00B4L5Y983, IWDA)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/etf/sectors/IE00B4L5Y983' \
-H 'Accept: application/json'200 Response
[
{
"symbol": "SWDA.L",
"industry": "Information Technology",
"exposure": 26.45
}
]