tcmb_get_current_rates
Get current exchange rates from the Turkish Central Bank (TCMB).
Returns today's official exchange rates including buying/selling rates for forex and banknotes.
Data is sourced directly from TCMB's public XML API.
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.
tcmb_list_currencies
List all available currencies supported by TCMB.
Returns currency codes, names (in Turkish and English), and optionally current rates.
Useful for discovering which currencies can be queried.
tcmb_convert_currency
Convert between currencies using TCMB rates.
Supports conversion between any currencies including TRY.
Uses official TCMB exchange rates for accurate conversions.
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.
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.