The endpoint returns details on ETF assets. These details are visible in the user interface in the app. Please note that each asset type will return information related only to that asset. For example, ETF assets details will be different from crypto coins details.
Success Response
Unauthorized
Not Found
Error
Too Many Requests
Error
Maintenance or Service unavailable
{- "data": {
- "isin": "US8086251076",
- "asset_name": "iShares MSCI World",
- "current_price": "63.40619462",
- "current_price_absolute_change": "0.23700000",
- "current_price_relative_change": "0.00446656",
- "daily_high": "63.57155657",
- "daily_low": "63.38716015",
- "monthly_volatility": "0.07772818",
- "high_52_w": "63.68219297",
- "low_52_w": "48.02158662",
- "fund_size": "4886901794.01000023",
- "fund_size_year": "2021",
- "total_expense_ratio": "0.00500000",
- "distribution_policy": "Distributing",
- "replication_method": "Sampling",
- "provider": "BlackRock",
- "time": "2021-06-13T12:30:00+02:00"
}
}