Financial Modeling Prep

getBatchQuotes

Retrieve multiple real-time stock quotes in a single request with the FMP Stock Batch Quote API. Access current prices, volume, and detailed data for multiple companies at once, making it easier to track large portfolios or monitor multiple stocks simultaneously.

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

Other tools also called getBatchQuotes? See providers with this name

Input Schema


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