get_timeseries
ActiveTool of Frankfurter
declared in 0.1.0
Get exchange rates over a date range for trend analysis. Returns daily rates between start and end dates. Example: get_timeseries(start_date: "2024-01-01", end_date: "2024-03-31", base: "USD", symbols: "EUR").
Parameters schema
{
"type": "object",
"examples": [
{
"base": "USD",
"symbols": "EUR",
"end_date": "2024-03-31",
"start_date": "2024-01-01"
},
{
"base": "EUR",
"symbols": "GBP,JPY,CHF",
"end_date": "2023-12-31",
"start_date": "2023-06-01"
}
],
"required": [
"start_date",
"end_date"
],
"properties": {
"base": {
"type": "string",
"description": "Base currency code (default \"EUR\")"
},
"symbols": {
"type": "string",
"description": "Comma-separated target currency codes (e.g., \"USD,GBP\")"
},
"end_date": {
"type": "string",
"description": "End date in YYYY-MM-DD format"
},
"start_date": {
"type": "string",
"description": "Start date in YYYY-MM-DD format"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Frankfurter
https://github.com/pipeworx-io/mcp-frankfurter
2/7 registries