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: show the values
| Point | ETB/MMK |
|---|---|
| 2026-03-31 | 13.5067 |
| 2026-04-07 | 13.4048 |
| 2026-04-14 | 13.3745 |
| 2026-04-21 | 13.5125 |
| 2026-04-28 | 13.4164 |
| 2026-05-05 | 13.3688 |
| 2026-05-12 | 13.4023 |
| 2026-05-20 | 13.4258 |
| 2026-05-28 | 13.1629 |
| 2026-06-04 | 13.0328 |
| 2026-06-13 | 13.1870 |
| 2026-06-20 | 13.1624 |
| 2026-06-27 | 13.2166 |
| 2026-07-04 | 13.1479 |
| 2026-07-11 | 13.1794 |
| 2026-07-18 | 13.0071 |
| 2026-07-25 | 13.1250 |
| 2026-08-01 | 13.1837 |
| 2026-08-08 | 13.1065 |
| 2026-08-15 | 12.9895 |
| 2026-08-23 | 13.0321 |
| 2026-08-30 | 13.0825 |
| 2026-09-06 | 13.0387 |
| 2026-09-13 | 13.0242 |
| 2026-09-20 | 13.0721 |
| 2026-09-27 | 12.9574 |
High
13.5125
Low
12.9574
Average
13.1880
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=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¤cies=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.