get_historical
ActiveTool of Frankfurter
declared in 0.1.0
Get exchange rates for a specific historical date. ECB rates available from 1999-01-04 onward. Example: get_historical(date: "2024-01-15", base: "USD").
Parameters schema
{
"type": "object",
"examples": [
{
"base": "USD",
"date": "2024-01-15",
"symbols": "EUR,GBP"
},
{
"base": "EUR",
"date": "2020-03-20",
"symbols": "USD"
}
],
"required": [
"date"
],
"properties": {
"base": {
"type": "string",
"description": "Base currency code (default \"EUR\")"
},
"date": {
"type": "string",
"description": "Date in YYYY-MM-DD format (e.g., \"2024-01-15\")"
},
"symbols": {
"type": "string",
"description": "Comma-separated target currency codes (e.g., \"USD,GBP\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Frankfurter
https://github.com/pipeworx-io/mcp-frankfurter
2/7 registries