API Documentation
⌘K
API Key
Get free key GET
/api/1/mutual-fund/profile/{identifier}Mutual Fund Profile
Returns profile/overview for a mutual fund by ISIN or symbol
Parameters
1identifierstringrequiredSecurity identifier: ISIN, ticker, CUSIP, SEDOL, or WKN (e.g. US0378331005, AAPL, 037833100)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/mutual-fund/profile/US9229087690' \
-H 'Accept: application/json'200 Response
{
"isin": "LU0099575291",
"name": "Fidelity Global Fund",
"category": "string",
"family": "string",
"currency": "USD",
"nav": 42.15,
"totalAssets": 0,
"expenseRatio": 0,
"inceptionDate": "string"
}