Financial Modeling Prep

getFundHoldings

Get a detailed breakdown of the assets held within ETFs and mutual funds using the FMP ETF & Fund Holdings API. Access real-time data on the specific securities and their weights in the portfolio, providing insights into asset composition and fund strategies.

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

Other tools also called getFundHoldings? See providers with this name

Input Schema


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