Financial Modeling Prep

getBatchMarketCap

Retrieve market capitalization data for multiple companies in a single request with the FMP Batch Market Capitalization API. This API allows users to compare the market size of various companies simultaneously, streamlining the analysis of company valuations.

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

Other tools also called getBatchMarketCap? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "symbols": {
      "type": "string",
      "description": "Comma-separated list of stock symbols"
    }
  }
}