Financial Modeling Prep

getBatchAftermarketTrade

Retrieve real-time aftermarket trading data for multiple stocks with the FMP Batch Aftermarket Trade API. Track post-market trade prices, volumes, and timestamps across several companies simultaneously.

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

Other tools also called getBatchAftermarketTrade? See providers with this name

Input Schema


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