Financial Modeling Prep

getBatchAftermarketQuote

Retrieve real-time aftermarket quotes for multiple stocks with the FMP Batch Aftermarket Quote API. Access bid and ask prices, volume, and other relevant data for several companies during post-market trading.

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

Other tools also called getBatchAftermarketQuote? See providers with this name

Input Schema


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