API Documentation
⌘K
API Key
Get free key GET
/api/1/etf/holdings/{identifier}ETF Holdings API
Returns the top holdings of 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/holdings/IE00B4L5Y983' \
-H 'Accept: application/json'200 Response
[
{
"etf_symbol": "SWDA.L",
"symbol": "NVDA",
"name": "NVIDIA",
"isin": "US67066G1040",
"cusip": "67066G104",
"percent": 5.53806,
"share": 37247231,
"value": 6910851240,
"assetType": "Equity",
"logo": "US67066G1040.png"
}
]