Financial Modeling Prep

getFundInfo

Access comprehensive data on ETFs and mutual funds with the FMP ETF & Mutual Fund Information API. Retrieve essential details such as ticker symbol, fund name, expense ratio, assets under management, and more.

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

Other tools also called getFundInfo? See providers with this name

Input Schema


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