v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Mutual Funds Sector Exposure

Get Mutual Funds sector exposure data.

get/mutual-fund/sector

Query parameters

symbolstring

Mutual Fund symbol.

isinstring

Fund's isin.

Response

successful operation

symbolstring

Mutual symbol.

Example response

{
  "symbol": "symbol",
  "sectorExposure": [
    {
      "exposure": 0.8008282,
      "sector": "sector"
    },
    {
      "exposure": 0.8008282,
      "sector": "sector"
    }
  ]
}