Central Bank of Myanmar Exchange Rate API
Official Central Bank of Myanmar (Myanmar) daily exchange rates as JSON: 38 currencies, history back to 2026. The published MMK rates required for tax, audits, and compliant invoicing.
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.
- Official website: www.cbm.gov.mm
- Official rate publication: Reference exchange rates
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-08-20)
The most recent table as published by Central Bank of Myanmar — exactly what the /latest endpoint returns right now. Values are MMK per 1 unit of each currency:
Download this table: Excel (.xlsx) CSV (paid plan required)
One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.
| Base | Quote | Type | Rate |
|---|---|---|---|
AUD | MMK | reference | 1496.46 |
BDT | MMK | reference | 17.18 |
BND | MMK | reference | 1652.57 |
BRL | MMK | reference | 405.39 |
CAD | MMK | reference | 1524.33 |
CHF | MMK | reference | 2630.26 |
CNY | MMK | reference | 312.32 |
CZK | MMK | reference | 101.69 |
DKK | MMK | reference | 328.49 |
EGP | MMK | reference | 41.35 |
EUR | MMK | reference | 2455.64 |
GBP | MMK | reference | 2862.72 |
HKD | MMK | reference | 267.74 |
IDR | MMK | reference | 0.1184 |
ILS | MMK | reference | 704.2 |
INR | MMK | reference | 21.95 |
JPY | MMK | reference | 13.258 |
KES | MMK | reference | 16.23 |
KHR | MMK | reference | 0.5221 |
KRW | MMK | reference | 1.5081 |
KWD | MMK | reference | 6845.97 |
LAK | MMK | reference | 0.0932 |
LKR | MMK | reference | 6.36 |
MYR | MMK | reference | 519.74 |
NOK | MMK | reference | 225.11 |
NPR | MMK | reference | 13.72 |
NZD | MMK | reference | 1250.34 |
PHP | MMK | reference | 34.06 |
PKR | MMK | reference | 7.57 |
RSD | MMK | reference | 20.92 |
RUB | MMK | reference | 25.04 |
SAR | MMK | reference | 559.3 |
SEK | MMK | reference | 222.15 |
SGD | MMK | reference | 1652.57 |
THB | MMK | reference | 63.94 |
USD | MMK | reference | 2100 |
VND | MMK | reference | 0.08039999999999999 |
ZAR | MMK | reference | 130.45 |
Why use the official Central Bank of Myanmar rate?
Live market rates move continuously, but tax filings, customs declarations, audits, and statutory accounting in Myanmar and beyond typically require the official rate published by Central Bank of Myanmar 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.
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
GET /api/v1/central-bank/cbm/latest— latest table or single pair (all plans)GET /api/v1/central-bank/cbm/{YYYY-MM-DD}— the table for any date (paid plans)GET /api/v1/central-bank/cbm/history— time series, up to 5,000 rows (paid plans)GET /api/v1/central-bank/cbm/availability— publication calendar: the dates the bank actually published (all plans)
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 are the rates updated?
Central Bank of Myanmar publishes once per business day; the API ingests each new table shortly after publication (latest: 2026-08-20).
Are these the official rates?
Yes — ingested from Central Bank of Myanmar's own published data, served unmodified with the bank's publication date. Anything computed rather than published is flagged derived.
Central Bank of Myanmar rates, one API key
Latest table on every plan. History back to 2026 on paid plans. No credit card to start.
Get Free API Key Read the Docs