Financial Modeling Prep

getAftermarketQuote

Access real-time aftermarket quotes for stocks with the FMP Aftermarket Quote API. Track bid and ask prices, volume, and other relevant data outside of regular trading hours.

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

Other tools also called getAftermarketQuote? See providers with this name

Input Schema


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