Skip to main content
Glama

FrankfurterMCP

get_historical_exchange_rates

Retrieve historical currency exchange rates for a specific date or range using the Frankfurter API. Specify base and target currencies to filter results or return all supported currencies. If exact rates are unavailable, the closest previous date’s rates are provided.

Instructions

Returns historical exchange rates for a specific date or date range. If the exchange rates for a specified date is not available, the rates available for the closest date before the specified date will be provided. Either a specific date, a start date, or a date range must be provided. The symbols can be used to filter the results to specific currencies. If symbols are not provided, all supported currencies will be returned.

Input Schema

NameRequiredDescriptionDefault
base_currencyYesA base currency code for which rates are to be requested.
end_dateNoThe end date, of a date range, for which the historical rates are requested in the YYYY-MM-DD format.
specific_dateNoThe specific date for which the historical rates are requested in the YYYY-MM-DD format.
start_dateNoThe start date, of a date range, for which the historical rates are requested in the YYYY-MM-DD format.
symbolsNoA list of target currency codes for which rates against the base currency will be provided. If not provided, all supported currencies will be shown.

Input Schema (JSON Schema)

{ "properties": { "base_currency": { "description": "A base currency code for which rates are to be requested.", "title": "Base Currency", "type": "string" }, "end_date": { "anyOf": [ { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "description": "The end date, of a date range, for which the historical rates are requested in the YYYY-MM-DD format.", "title": "End Date" }, "specific_date": { "anyOf": [ { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "description": "The specific date for which the historical rates are requested in the YYYY-MM-DD format.", "title": "Specific Date" }, "start_date": { "anyOf": [ { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "description": "The start date, of a date range, for which the historical rates are requested in the YYYY-MM-DD format.", "title": "Start Date" }, "symbols": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "string" }, { "type": "null" } ], "default": null, "description": "A list of target currency codes for which rates against the base currency will be provided. If not provided, all supported currencies will be shown.", "title": "Symbols" } }, "required": [ "base_currency" ], "type": "object" }

Other Tools from FrankfurterMCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/anirbanbasu/frankfurtermcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server