Default
Mutual Funds Profile
Get mutual funds profile information. This endpoint covers both US and global mutual funds. For international funds, you must query the data using ISIN. A list of supported funds can be found <a href="/api/v1/mutual-fund/list?token=" target="_blank">here</a>.
get/mutual-fund/profile
Query parameters
symbolstring
Fund's symbol.
isinstring
Fund's isin.
Response
successful operation
Example response
{
"symbol": "symbol",
"profile": {
"cusip": "cusip",
"deferredLoad": 5.962134,
"description": "description",
"className": "className",
"fee12b1": 5.637377,
"seriesId": "seriesId",
"standardMinInvestment": 3.6160767,
"classId": "classId",
"fundCompany": "fundCompany",
"inceptionDate": "2000-01-23",
"currency": "currency",
"turnover": 2.027123,
"investmentSegment": "investmentSegment",
"beta": 1.4658129,
"maxRedemptionFee": 9.301444,
"sfdrClassification": "sfdrClassification",
"manager": "manager",
"iraMinInvestment": 7.0614014,
"seriesName": "seriesName",
"totalNav": 0.8008282,
"benchmark": "benchmark",
"frontLoad": 2.302136,
"expenseRatio": 6.0274563,
"name": "name",
"category": "category",
"fundFamily": "fundFamily",
"isin": "isin",
"status": "status"
}
}