Central Bank of Myanmar Exchange Rate API

Official Central Bank of Myanmar rates for 10 Sept 2026: 1 USD = 2100.00 MMK, 1 EUR = 2443.98 MMK. All 38 currencies published, history back to 2012. Free JSON API for tax, audits, and compliant invoicing.

Myanmar flagCentral Bank of Myanmar official daily exchange rates as JSON: 38 currencies against the MMK, history back to 2012. Latest table on every plan. Get your API key.

About Central Bank of Myanmar

The Central Bank of Myanmar publishes a daily reference exchange rate for around 38 currencies against the kyat through its open forex portal. Since 2022 the official reference rate has been managed well away from street market levels — which is precisely why filings, customs valuations and audits in Myanmar must cite the official print rather than a market feed.

Quick start

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

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

Or the bank's full published table:

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

Latest published rates (2026-09-10)

Below is the current table from Central Bank of Myanmar, unmodified — what a call to /latest returns right now, with values MMK 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
AUD MMK reference 1514.73
BDT MMK reference 17.02
BND MMK reference 1660.47
BRL MMK reference 411.1
CAD MMK reference 1521.46
CHF MMK reference 2591.95
CNY MMK reference 313.15
CZK MMK reference 100.81
DKK MMK reference 326.96
EGP MMK reference 40.99
EUR MMK reference 2443.98
GBP MMK reference 2846.45
HKD MMK reference 267.81
IDR MMK reference 0.1198
ILS MMK reference 695.94
INR MMK reference 22.01
JPY MMK reference 13.673699999999998
KES MMK reference 16.23
KHR MMK reference 0.5183
KRW MMK reference 1.5654
KWD MMK reference 6848.2
LAK MMK reference 0.09390000000000001
LKR MMK reference 6.4
MYR MMK reference 516.48
NOK MMK reference 227.71
NPR MMK reference 13.76
NZD MMK reference 1227.66
PHP MMK reference 33.56
PKR MMK reference 7.57
RSD MMK reference 20.82
RUB MMK reference 24.95
SAR MMK reference 559.27
SEK MMK reference 218.76
SGD MMK reference 1660.47
THB MMK reference 63.81
USD MMK reference 2100
VND MMK reference 0.08109999999999999
ZAR MMK reference 130.73

Node.js / TypeScript client

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

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

const pair = await getRate('USD', 'MMK', { 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: cbm-exchange-rate documentation.

Why use the official Central Bank of Myanmar rate?

When an auditor or tax office in Myanmar asks which rate you used, "the MMK mid-market rate at 14:32" is not an answer — the official rate published by Central Bank of Myanmar for that date is. This API returns exactly those published figures, stamped with the bank's own rate_date; on weekends and holidays the most recent published table is returned, as compliance rules expect.

Pairs the bank doesn't print directly are resolved from its table (inverse or cross via MMK) 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

Is there an API for Central Bank of Myanmar exchange rates?

Yes — this one. Official daily MMK rates as clean JSON, latest table on every plan including free.

How often does Central Bank of Myanmar update its rates?

New tables land once per business day — the API picks each one up shortly after Central Bank of Myanmar publishes it (latest: 2026-09-10).

Is this the official published table?

Yes — the rows are Central Bank of Myanmar's published figures, untouched, with the original publication date attached. Pairs the bank didn't print are computed and flagged derived.

Central Bank of Myanmar rates, one API key

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

Get Free API Key Read the Docs