API Documentation

⌘K
GET/api/1/etf/profile/{identifier}

ETF Profile API

Returns comprehensive profile information for the given ETF identifier

Parameters

1
identifierstringrequired
path

Security identifier: ISIN or ticker symbol (e.g. IE00B4L5Y983, IWDA)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/etf/profile/IE00B4L5Y983' \
  -H 'Accept: application/json'
200 Response
{
  "isin": "IE00B4L5Y983",
  "symbol": "SWDA.L",
  "name": "iShares Core MSCI World UCITS ETF",
  "description": "SWDA.L was created on 2009-09-25 by iShares. The fund's investment portfolio concentrates primarily on total market equity. The ETF currently has 121372.55m in AUM and 1322 holdings.",
  "assetClass": "Equity",
  "investmentSegment": "Total Market",
  "etfCompany": "iShares",
  "expenseRatio": 0.2,
  "aum": 121372550000,
  "nav": 124.4348,
  "currency": "USD",
  "exchangeRate": 0.85,
  "latestQuotes": 124.4348,
  "inceptionDate": "2009-09-25T00:00:00.000Z",
  "domicile": "Ireland",
  "trackingIndex": "MSCI World",
  "isLeveraged": false,
  "isInverse": false,
  "leverageFactor": 1,
  "dividendYield": 1.4,
  "website": "https://www.ishares.com",
  "tickers": {
    "ticker": "SWDA.L",
    "exchange": "LSE"
  }
}