Central Bank of Türkiye Exchange Rate API

Official Central Bank of Türkiye rates for 10 Sept 2026: 1 USD = 48.407 TRY, 1 EUR = 56.311 TRY. All 22 currencies published, history back to 2020. Free JSON API for tax, audits, and compliant invoicing.

Türkiye flagCentral Bank of Türkiye: every TRY rate the bank publishes, as JSON. 22 currencies, archive back to 2020, latest table free on every plan. Get your API key.

About Central Bank of Türkiye

The Central Bank of the Republic of Türkiye publishes an indicative exchange rates bulletin for the lira each business day at 15:30 local time, including the forex buying and selling rates used across Turkish banking and accounting.

Quick start

One request for the pair you need — USD to TRY at the official Central Bank of Türkiye rate:

curl "https://allratestoday.com/api/v1/central-bank/tcmb/latest?source=USD&target=TRY" \
  -H "Authorization: Bearer art_live_your_key"

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/tcmb/latest" \
  -H "Authorization: Bearer art_live_your_key"

On paid plans, any historical date or a time series:

curl "https://allratestoday.com/api/v1/central-bank/tcmb/history?source=USD&target=TRY&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-10)

Central Bank of Türkiye's newest published table, verbatim — the same rows the /latest endpoint returns at this moment. Values are TRY per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

Download history:
Choose currencies: USD
Excel (.xlsx) CSV

One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.

BaseQuoteTypeRate
AED TRY buy 13.1061
AED TRY sell 13.2776
AUD TRY buy 34.8072
AUD TRY sell 35.0342
AZN TRY buy 28.315
AZN TRY sell 28.6855
CAD TRY buy 35.0026
CAD TRY sell 35.1604
CHF TRY buy 59.6001
CHF TRY sell 59.9828
CNY TRY buy 7.1777
CNY TRY sell 7.2717
DKK TRY buy 7.5214
DKK TRY sell 7.5583
EUR TRY buy 56.3113
EUR TRY sell 56.4128
GBP TRY buy 65.4672
GBP TRY sell 65.8085
JPY TRY buy 0.314112
JPY TRY sell 0.316192
KRW TRY buy 0.03587
KRW TRY sell 0.03634
KWD TRY buy 156.9723
KWD TRY sell 159.0263
KZT TRY buy 0.107
KZT TRY sell 0.1084
NOK TRY buy 5.232
NOK TRY sell 5.2671
PKR TRY buy 0.1736
PKR TRY sell 0.17587
QAR TRY buy 13.205
QAR TRY sell 13.3778
RON TRY buy 10.6586
RON TRY sell 10.7981
RUB TRY buy 0.56942
RUB TRY sell 0.57687
SAR TRY buy 12.8918
SAR TRY sell 12.915
SEK TRY buy 5.0191
SEK TRY sell 5.0711
USD TRY buy 48.4069
USD TRY sell 48.4941
XDR TRY buy 66.5679

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — tcmb-exchange-rate:

npm install tcmb-exchange-rate
import { getRate } from 'tcmb-exchange-rate';

const pair = await getRate('USD', 'TRY', { apiKey: 'art_live_...' });
console.log(pair.rate, pair.rate_date);

Zero dependencies, TypeScript types included, and it runs anywhere fetch exists — Node 18+, Bun, Deno, and edge runtimes.

Full reference — installation, all four functions, response shapes, error codes: tcmb-exchange-rate documentation.

Why use the official Central Bank of Türkiye rate?

A market rate is a moving target; the rate Central Bank of Türkiye publishes is a fixed, citable figure that stays put once printed — which is why invoicing, customs, audit evidence, and statutory accounting in Türkiye lean on it rather than on a live feed. Every response from this API carries the bank's own rate_date, and on days with no publication you get the most recent published table — the one compliance rules tell you to apply.

Pairs the bank doesn't print directly are resolved from its table (inverse or cross via TRY) and explicitly flagged "derived": true — so what the bank printed and what was computed are never confused.

Endpoints

Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a published table locally makes a small quota go far.

Frequently asked questions

Does an exchange rate API exist for Central Bank of Türkiye data?

Yes. This endpoint returns Central Bank of Türkiye's official daily figures as JSON; the newest table is free on every plan.

How often are the rates updated?

Central Bank of Türkiye publishes once per business day; the API ingests each new table shortly after publication (latest: 2026-09-10).

Are these really Central Bank of Türkiye's official figures?

Yes. Every value comes from Central Bank of Türkiye's own publication and is served unmodified, carrying the bank's publication date; computed pairs are explicitly flagged derived.

Central Bank of Türkiye rates, one API key

Latest table on every plan. History back to 2020 on paid plans. No credit card to start.

Get Free API Key Read the Docs