v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Mutual Funds Country Exposure

Get Mutual Funds country exposure data.

get/mutual-fund/country

Query parameters

symbolstring

Symbol.

isinstring

Fund's isin.

Response

successful operation

symbolstring

Symbol.

Example response

{
  "symbol": "symbol",
  "countryExposure": [
    {
      "country": "country",
      "exposure": 0.8008282
    },
    {
      "country": "country",
      "exposure": 0.8008282
    }
  ]
}