tcmb
tcmb_get_rate_history
Get exchange rate history with statistics for a date range. Returns daily rates and calculates statistics including min, max, average, and percentage change over the period. Maximum range is 365 days.
Remote ofurkanuygur/tcmb_mcp
Other tools also called tcmb_get_rate_history?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"currency": {
"type": "string",
"title": "Currency",
"description": "Currency code to get history for (e.g., 'USD', 'EUR')"
},
"end_date": {
"type": "string",
"title": "End Date",
"description": "End date in YYYY-MM-DD format"
},
"rate_type": {
"type": "string",
"title": "Rate Type",
"default": "selling",
"description": "Rate type: 'buying' or 'selling'"
},
"start_date": {
"type": "string",
"title": "Start Date",
"description": "Start date in YYYY-MM-DD format"
}
}
}