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
Example response
{
"symbol": "symbol",
"countryExposure": [
{
"country": "country",
"exposure": 0.8008282
},
{
"country": "country",
"exposure": 0.8008282
}
]
}