Skip to main content
Glama

FrankfurterMCP

convert_currency_specific_date

Convert currency amounts using exchange rates from a specific date or the closest prior date if unavailable. Ideal for historical financial analysis or accurate cross-currency calculations.

Instructions

Convert an amount from one currency to another using the exchange rates for a specific date. If there is no exchange rate available for the specific date, the rate for the closest available date before the specified date will be used.

Input Schema

NameRequiredDescriptionDefault
amountYesThe amount in the source currency to convert.
from_currencyYesThe source currency code.
specific_dateYesThe specific date for which the conversion is requested in the YYYY-MM-DD format.
to_currencyYesThe target currency code.

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "The amount in the source currency to convert.", "title": "Amount", "type": "number" }, "from_currency": { "description": "The source currency code.", "title": "From Currency", "type": "string" }, "specific_date": { "description": "The specific date for which the conversion is requested in the YYYY-MM-DD format.", "format": "date", "title": "Specific Date", "type": "string" }, "to_currency": { "description": "The target currency code.", "title": "To Currency", "type": "string" } }, "required": [ "amount", "from_currency", "to_currency", "specific_date" ], "type": "object" }
Install Server

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