latestSwagger 2.02026-08-12187723.0 MB

c4a12725cdb5

mutual_funds

MFs families

The mutual funds family endpoint provides a comprehensive list of MF families, which are groups of mutual funds managed by the same investment company. This data is useful for users looking to explore or compare different fund families, understand the range of investment options offered by each, and identify potential investment opportunities within specific fund families.

get/mutual_funds/family

Query parameters

fund_familystring

Filter by investment company that manages the fund

countrystring

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

Response

resultobject required

List of fund families by country

statusstring required

Response status

Example response

{
  "result": {
    "India": [
      "Aberdeen Standard Fund Managers Limited",
      "Aditya Birla Sun Life AMC Ltd"
    ],
    "United States": [
      "Aegon Asset Management UK PLC",
      "Ampega Investment GmbH",
      "Aviva SpA"
    ]
  },
  "status": "ok"
}