Financial Modeling Prep

getForexQuote

Access real-time forex quotes for currency pairs with the Forex Quote API. Retrieve up-to-date information on exchange rates and price changes to help monitor market movements.

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

Other tools also called getForexQuote? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "symbol": {
      "type": "string",
      "description": "Forex pair symbol (e.g., EURUSD)"
    }
  }
}