Skip to content

ETB to MMK exchange rate API

Ethiopian Birr to Kyat · quoted 2026-09-27

12.9574

▼ +4.07% over 6M

1 ETB = 12.9574 MMK · 1 MMK = 0.07718 ETB · Get this rate via the API

1 ETB buys 12.9574 MMK as of 2026-09-27, so 1 MMK buys 0.07718 ETB. Over the last 6 months, ETB/MMK traded between 12.9574 and 13.5125, averaged 13.1880 and fell 4.07%. The API holds daily ETB/MMK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ETB/MMK over 6M

ETB/MMK over 6M: show the values
PointETB/MMK
2026-03-3113.5067
2026-04-0713.4048
2026-04-1413.3745
2026-04-2113.5125
2026-04-2813.4164
2026-05-0513.3688
2026-05-1213.4023
2026-05-2013.4258
2026-05-2813.1629
2026-06-0413.0328
2026-06-1313.1870
2026-06-2013.1624
2026-06-2713.2166
2026-07-0413.1479
2026-07-1113.1794
2026-07-1813.0071
2026-07-2513.1250
2026-08-0113.1837
2026-08-0813.1065
2026-08-1512.9895
2026-08-2313.0321
2026-08-3013.0825
2026-09-0613.0387
2026-09-1313.0242
2026-09-2013.0721
2026-09-2712.9574

High

13.5125

Low

12.9574

Average

13.1880

For developers

Get this rate via the API

One GET request returns the ETB/MMK rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB&currencies=MMK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB&currencies=MMK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB&currencies=MMK").json()

Replace YOUR_API_KEY with the key from your dashboard.

ETB/MMK API questions

How do I get the ETB/MMK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB&currencies=MMK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ETB/MMK rate in rates.MMK.

How far back does ETB/MMK historical data go?

Daily ETB/MMK rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free ETB/MMK exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.