USD to MMK exchange rate API
US Dollar to Kyat · quoted 2026-09-25
2099.71
▲ +12.28% over 5Y
1 USD = 2099.71 MMK · 1 MMK = 0.000476 USD · Get this rate via the API
1 USD buys 2099.71 MMK as of 2026-09-25, so 1 MMK buys 0.000476 USD. Over the last 5 years, USD/MMK traded between 1777.90 and 2100.17, averaged 2056.07 and rose 12.28%. The API holds daily USD/MMK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/MMK over 5Y: show the values
| Point | USD/MMK |
|---|---|
| 2021-09-27 | 1870.14 |
| 2021-11-08 | 1814.83 |
| 2021-12-20 | 1777.90 |
| 2022-02-01 | 1777.94 |
| 2022-03-15 | 1778.33 |
| 2022-04-29 | 1851.67 |
| 2022-06-15 | 1851.54 |
| 2022-07-27 | 1851.37 |
| 2022-09-07 | 2100.17 |
| 2022-10-19 | 2100.08 |
| 2022-11-30 | 2099.94 |
| 2023-01-12 | 2100.06 |
| 2023-02-23 | 2099.90 |
| 2023-04-11 | 2099.88 |
| 2023-05-26 | 2100.08 |
| 2023-07-10 | 2099.98 |
| 2023-08-21 | 2100.12 |
| 2023-10-02 | 2100.12 |
| 2023-11-13 | 2099.83 |
| 2023-12-27 | 2100.12 |
| 2024-02-08 | 2100.16 |
| 2024-03-21 | 2099.82 |
| 2024-05-08 | 2100.15 |
| 2024-06-24 | 2099.84 |
| 2024-08-05 | 2100.02 |
| 2024-09-15 | 2095.89 |
| 2024-10-22 | 2099.41 |
| 2024-11-21 | 2099.38 |
| 2024-12-21 | 2098.74 |
| 2025-01-20 | 2099.49 |
| 2025-02-19 | 2099.38 |
| 2025-03-21 | 2099.61 |
| 2025-04-20 | 2099.36 |
| 2025-05-20 | 2099.64 |
| 2025-06-19 | 2099.70 |
| 2025-07-19 | 2098.28 |
| 2025-08-18 | 2099.60 |
| 2025-09-17 | 2099.72 |
| 2025-10-17 | 2099.65 |
| 2025-11-16 | 2099.66 |
| 2025-12-16 | 2099.83 |
| 2026-01-15 | 2099.96 |
| 2026-02-14 | 2099.50 |
| 2026-03-16 | 2100.16 |
| 2026-04-15 | 2099.96 |
| 2026-05-15 | 2099.99 |
| 2026-06-15 | 2099.44 |
| 2026-07-15 | 2099.69 |
| 2026-08-14 | 2099.98 |
| 2026-09-13 | 2099.82 |
High
2100.17
Low
1777.90
Average
2056.07
Get this rate via the API
One GET request returns the USD/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=USD¤cies=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=MMK").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/MMK API questions
How do I get the USD/MMK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=MMK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/MMK rate in rates.MMK.
How far back does USD/MMK historical data go?
Daily USD/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 USD/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.