Central Bank of Turkmenistan Exchange Rates Today & Official API

Official Central Bank of Turkmenistan rates for 26 Sept 2026: 1 EUR = 3.9858 TMT, 1 GBP = 4.6309 TMT (1 USD fixed at 3.5 TMT). All 48 currencies published, history back to 2009, CSV/Excel download. Free JSON API for tax, audits, and compliant invoicing.

Turkmenistan flagCentral Bank of Turkmenistan publishes official daily exchange rates — 48 currencies against the TMT — and this API serves them as JSON, with history back to 2009. The latest table is on every plan. Get your API key.

About Central Bank of Turkmenistan

The Central Bank of Turkmenistan publishes the official manat rates every business day, Monday to Saturday: about 45 currencies plus the SDR in manat per unit, from the US dollar, euro and pound to the currencies of the CIS and Central Asian neighbours, the Gulf, East Asia and the Indian subcontinent. The dollar has been fixed at 3.5000 manat since January 2015 and every other quote is a cross of that peg, so the table is the rate that Turkmen banks, customs and state enterprises convert at. Our archive runs from January 2009, the first weeks of the redenominated manat.

Quick start

You need a free API key to run these. Register in under a minute — no card required.

Get a free API key Already registered? Copy your key from the dashboard.

One request for the pair you need — USD to TMT at the official Central Bank of Turkmenistan rate:

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

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/cbt/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/cbt/history?source=USD&target=TMT&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-26)

The most recent table as published by Central Bank of Turkmenistan — exactly what the /latest endpoint returns right now. Values are TMT 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 TMT reference 0.953
AFN TMT reference 0.054054
AMD TMT reference 0.009669
AUD TMT reference 2.4588
AZN TMT reference 2.0649
BYN TMT reference 1.1584
CAD TMT reference 2.4744
CHF TMT reference 4.222
CNY TMT reference 0.5214
CZK TMT reference 0.1636
DKK TMT reference 0.5333
EGP TMT reference 0.0677
EUR TMT reference 3.9858
GBP TMT reference 4.6309
GEL TMT reference 1.3619
HKD TMT reference 0.4463
ILS TMT reference 1.1542
INR TMT reference 0.036512
IQD TMT reference 0.0026728
IRR TMT reference 0.00000255
JPY TMT reference 0.022159
KGS TMT reference 0.040023
KRW TMT reference 0.0025842
KWD TMT reference 11.3747
KZT TMT reference 0.007907
MDL TMT reference 0.1983
MKD TMT reference 0.064947
MMK TMT reference 0.001672
MOP TMT reference 0.4333
MRU TMT reference 0.08739
MYR TMT reference 0.8597
NOK TMT reference 0.3676
PKR TMT reference 0.012638
PLN TMT reference 0.911
QAR TMT reference 0.9612
RON TMT reference 0.7564
RUB TMT reference 0.04151
SAR TMT reference 0.9322
SEK TMT reference 0.3533
SGD TMT reference 2.7393
THB TMT reference 0.105011
TJS TMT reference 0.3813
TRY TMT reference 0.0715
TWD TMT reference 0.110257
UAH TMT reference 0.078
USD TMT reference 3.5
UZS TMT reference 0.0002961
XDR TMT reference 4.7554

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — central-bank-of-turkmenistan-exchange-rate:

npm install central-bank-of-turkmenistan-exchange-rate
import { getRate } from 'central-bank-of-turkmenistan-exchange-rate';

const pair = await getRate('USD', 'TMT', { 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: central-bank-of-turkmenistan-exchange-rate documentation.

Why use the official Central Bank of Turkmenistan rate?

Live market rates move continuously, but tax filings, customs declarations, audits, and statutory accounting in Turkmenistan and beyond typically require the official rate published by Central Bank of Turkmenistan for a given date — a fixed, citable number that never changes after publication. This API serves those published tables with the bank's own rate_date on every response; weekends and holidays return the most recent published date, which is the rate compliance rules require you to apply.

If a pair isn't in the bank's published table, the API computes it from that table (inverse or cross via TMT) and marks it "derived": true — published and computed values are never silently mixed.

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

Can I get Central Bank of Turkmenistan exchange rates via an API?

Yes — this API serves the bank's official daily TMT rates as JSON, and the latest table is on every plan, free included.

When do new rates appear here?

Once per business day, per Central Bank of Turkmenistan's own schedule; ingestion follows within the hour (latest table: 2026-09-26).

Are these the official rates?

Yes — ingested from Central Bank of Turkmenistan's own published data, served unmodified with the bank's publication date. Anything computed rather than published is flagged derived.

Central Bank of Turkmenistan rates, one API key

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

Get Free API Key Read the Docs