latestSwagger 2.02026-08-12187723.0 MB

c4a12725cdb5

mutual_funds

MFs types

This endpoint provides detailed information on various types of mutual funds, such as equity, bond, and balanced funds, allowing users to understand the different investment options available.

get/mutual_funds/type

Query parameters

fund_typestring

Filter by the type of fund

countrystring

Filter by country name or alpha code, e.g., United States or US

Response

resultobject required

List of fund types by country

statusstring required

Response status

Example response

{
  "result": {
    "Singapore": [
      "Property - Indirect Asia",
      "Sector Equity Water",
      "SGD Bond",
      "Singapore Equity",
      "Taiwan Large-Cap Equity"
    ],
    "United States": [
      "Asia-Pacific ex-Japan Equity",
      "EUR Flexible Allocation - Global",
      "Euro Short Bond PP",
      "Large Blend",
      "Other Allocation"
    ]
  },
  "status": "ok"
}