tcmb
tcmb_get_historical_rates
Get historical exchange rates from TCMB for a specific date. Retrieves archived exchange rates from TCMB. Data available since 1996. Automatically handles Turkish holidays by falling back to the previous business day.
Remote ofurkanuygur/tcmb_mcp
Other tools also called tcmb_get_historical_rates?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"date": {
"type": "string",
"title": "Date",
"description": "Date (YYYY-MM-DD or DD.MM.YYYY) or 'yesterday'/'dün'"
},
"currencies": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
],
"title": "Currencies",
"default": null,
"description": "List of currency codes to filter (e.g., ['USD', 'EUR'])"
}
}
}