DOP to MMK exchange rate API
Dominican Peso to Kyat · quoted 2026-09-25
35.1865
▲ +5.84% over YTD
1 DOP = 35.1865 MMK · 1 MMK = 0.02842 DOP · Get this rate via the API
1 DOP buys 35.1865 MMK as of 2026-09-25, so 1 MMK buys 0.02842 DOP. Over the year to date, DOP/MMK traded between 32.9474 and 36.1356, averaged 35.0308 and rose 5.84%. The API holds daily DOP/MMK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
DOP/MMK over YTD: show the values
| Point | DOP/MMK |
|---|---|
| 2025-12-31 | 33.2461 |
| 2026-01-07 | 33.1258 |
| 2026-01-14 | 32.9474 |
| 2026-01-21 | 33.1684 |
| 2026-01-28 | 33.4059 |
| 2026-02-04 | 33.4500 |
| 2026-02-11 | 33.4861 |
| 2026-02-18 | 34.0709 |
| 2026-02-25 | 34.4699 |
| 2026-03-04 | 35.2953 |
| 2026-03-11 | 34.8100 |
| 2026-03-18 | 34.5669 |
| 2026-03-25 | 35.0950 |
| 2026-04-01 | 34.9401 |
| 2026-04-08 | 34.6149 |
| 2026-04-15 | 35.2156 |
| 2026-04-22 | 34.8477 |
| 2026-04-29 | 35.4414 |
| 2026-05-06 | 35.3165 |
| 2026-05-14 | 35.5790 |
| 2026-05-21 | 35.6565 |
| 2026-05-29 | 35.6281 |
| 2026-06-05 | 36.0114 |
| 2026-06-14 | 35.7379 |
| 2026-06-21 | 35.9163 |
| 2026-06-28 | 35.2772 |
| 2026-07-05 | 35.5929 |
| 2026-07-12 | 35.8395 |
| 2026-07-19 | 35.9170 |
| 2026-07-26 | 36.1356 |
| 2026-08-02 | 36.1073 |
| 2026-08-09 | 36.0848 |
| 2026-08-16 | 35.8687 |
| 2026-08-24 | 35.7867 |
| 2026-08-31 | 35.6790 |
| 2026-09-07 | 35.4687 |
| 2026-09-14 | 35.5411 |
| 2026-09-21 | 35.6717 |
High
36.1356
Low
32.9474
Average
35.0308
Get this rate via the API
One GET request returns the DOP/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=DOP¤cies=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=MMK").json()Replace YOUR_API_KEY with the key from your dashboard.
DOP/MMK API questions
How do I get the DOP/MMK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=MMK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/MMK rate in rates.MMK.
How far back does DOP/MMK historical data go?
Daily DOP/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 DOP/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.