Default
ETFs Profile
Get ETF profile information. This endpoint has global coverage.
get/etf/profile
Query parameters
symbolstring
ETF symbol.
isinstring
ETF isin.
Response
successful operation
Example response
{
"symbol": "symbol",
"profile": {
"nav": 6.0274563,
"website": "website",
"cusip": "cusip",
"priceToEarnings": 5.962134,
"avgVolume": 2.302136,
"description": "description",
"assetClass": "assetClass",
"etfCompany": "etfCompany",
"inceptionDate": "2000-01-23",
"expenseRatio": 1.4658129,
"name": "name",
"aum": 0.8008282,
"domicile": "domicile",
"trackingIndex": "trackingIndex",
"priceToBook": 5.637377,
"investmentSegment": "investmentSegment",
"navCurrency": "navCurrency",
"isin": "isin"
}
}