Financial Modeling Prep

getExchangeQuotes

Retrieve real-time stock quotes for all listed stocks on a specific exchange with the FMP Exchange Stock Quotes API. Track price changes and trading activity across the entire exchange.

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

Other tools also called getExchangeQuotes? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "short": {
      "type": "boolean",
      "description": "Whether to use short format"
    },
    "exchange": {
      "type": "string",
      "description": "Exchange name (e.g., NASDAQ, NYSE)"
    }
  }
}