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

Changes

Changed in 4 of the 35 revisions of this API.15

    • added the new optional query request parameter isin

      new-optional-request-parameter

    • the query request parameter symbol became optional

      request-parameter-became-optional

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property sectorExposure/items/exposure to the response with the 200 status

      response-optional-property-added

    • added the optional property sectorExposure/items/sector to the response with the 200 status

      response-optional-property-added

    This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog