Financial Modeling Prep

getFundSectorWeighting

The FMP ETF Sector Weighting API provides a breakdown of the percentage of an ETF's assets that are invested in each sector. For example, an investor may want to invest in an ETF that has a high exposure to the technology sector if they believe that the technology sector is poised for growth.

Remote cfocoder/financial-modeling-prep-mcp-server

Other tools also called getFundSectorWeighting? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "symbol": {
      "type": "string",
      "description": "Fund symbol"
    }
  }
}