latestSwagger 2.02026-08-12187723.0 MB

c4a12725cdb5

etfs

ETFs families

Retrieve a comprehensive list of exchange-traded fund (ETF) families, providing users with detailed information on various ETF groups available in the market. This endpoint is ideal for users looking to explore different ETF categories, compare offerings, or integrate ETF family data into their financial applications.

get/etfs/family

Query parameters

countrystring

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

fund_familystring

Filter by investment company that manages the fund

Response

resultobject required

List of fund families by country

statusstring required

Status of the response

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"
}