tcmb
tcmb_compare_currencies
Compare multiple currencies over a time period. Shows current rates and historical performance statistics for multiple currencies against a base currency. Useful for analyzing currency trends.
Remote ofurkanuygur/tcmb_mcp
Other tools also called tcmb_compare_currencies?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"days": {
"type": "integer",
"title": "Days",
"default": 30,
"description": "Number of days to look back for comparison (default: 30)"
},
"base_currency": {
"type": "string",
"title": "Base Currency",
"default": "TRY",
"description": "Base currency for comparison (default: 'TRY')"
},
"target_currencies": {
"type": "array",
"items": {
"type": "string"
},
"title": "Target Currencies",
"description": "List of currency codes to compare (e.g., ['USD', 'EUR', 'GBP'])"
}
}
}