latestSwagger 2.02026-08-12187723.0 MB

c4a12725cdb5

etfs

ETFs types

The ETFs Types endpoint provides a concise list of ETF categories by market (e.g., Singapore, United States), including types like "Equity Precious Metals" and "Large Blend." It supports targeted investment research and portfolio diversification.

get/etfs/type

Query parameters

countrystring

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

fund_typestring

Filter by the type of fund

Response

resultobject required

List of fund types by country

statusstring required

Status of the response

Example response

{
  "result": {
    "Singapore": [
      "Property - Indirect Asia",
      "Sector Equity Water"
    ],
    "United States": [
      "Asia-Pacific ex-Japan Equity",
      "EUR Flexible Allocation - Global"
    ]
  },
  "status": "ok"
}