currency-intel__rate_history
ActiveTool of TO1 Intelligence Fleet
declared in 1.0.0
[currency-intel] Get the exchange rate history between two currencies over a date range. Returns daily rates, min/max/average, and trend direction (up/down/flat).
Parameters schema
{
"type": "object",
"required": [
"from",
"to",
"start_date",
"end_date"
],
"properties": {
"to": {
"type": "string",
"description": "Target currency code (e.g. 'EUR')"
},
"from": {
"type": "string",
"description": "Base currency code (e.g. 'USD')"
},
"end_date": {
"type": "string",
"description": "End date in YYYY-MM-DD format (e.g. '2024-12-31')"
},
"start_date": {
"type": "string",
"description": "Start date in YYYY-MM-DD format (e.g. '2024-01-01')"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
TO1 Intelligence Fleet
1/7 registries