API Documentation
⌘K
API Key
Get free key GET
/api/1/etf/description/{identifier}ETF Description API
Returns a description for the given ETF in the requested language. Currently only English (en) and German (de) is supported
Parameters
2languagestringThe language of the returned description
identifierstringrequiredSecurity identifier: ISIN or ticker symbol (e.g. IE00B4L5Y983, IWDA)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/etf/description/IE00B4L5Y983?language=en' \
-H 'Accept: application/json'200 Response
{
"description": "SWDA.L was founded on 25.09.2009 by iShares. The fund primarily focuses on total market equity. The ETF currently has an AUM of 71,729.59m and 1,462 holdings."
}