Financial Modeling Prep
getForexQuotes
Retrieve real-time quotes for multiple forex currency pairs with the FMP Batch Forex Quote API. Get real-time price changes and updates for a variety of forex pairs in a single request.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getForexQuotes?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"short": {
"type": "boolean",
"description": "Whether to use short format"
}
}
}