Financial Modeling Prep

getQuote

Access real-time stock quotes with the FMP Stock Quote API. Get up-to-the-minute prices, changes, and volume data for individual stocks.

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

Other tools also called getQuote? See providers with this name

Input Schema


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