DOP to MMK exchange rate API
Dominican Peso to Kyat · quoted 2026-09-25
35.1865
▼ +2.21% over 30D
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 last 30 days, DOP/MMK traded between 35.1865 and 36.0679, averaged 35.6062 and fell 2.21%. 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 30D: show the values
| Point | DOP/MMK |
|---|---|
| 2026-08-26 | 35.9823 |
| 2026-08-27 | 36.0679 |
| 2026-08-28 | 35.7208 |
| 2026-08-29 | 35.8727 |
| 2026-08-30 | 35.7723 |
| 2026-08-31 | 35.6790 |
| 2026-09-01 | 35.6392 |
| 2026-09-02 | 35.6601 |
| 2026-09-03 | 35.7982 |
| 2026-09-04 | 35.4728 |
| 2026-09-05 | 35.4830 |
| 2026-09-06 | 35.6053 |
| 2026-09-07 | 35.4687 |
| 2026-09-08 | 35.4743 |
| 2026-09-09 | 35.6425 |
| 2026-09-10 | 35.7303 |
| 2026-09-11 | 35.6723 |
| 2026-09-12 | 35.5312 |
| 2026-09-13 | 35.5386 |
| 2026-09-14 | 35.5411 |
| 2026-09-15 | 35.6154 |
| 2026-09-16 | 35.5322 |
| 2026-09-17 | 35.8143 |
| 2026-09-18 | 35.4541 |
| 2026-09-19 | 35.5685 |
| 2026-09-20 | 35.5608 |
| 2026-09-21 | 35.6717 |
| 2026-09-22 | 35.5666 |
| 2026-09-23 | 35.2809 |
| 2026-09-24 | 35.1889 |
High
36.0679
Low
35.1865
Average
35.6062
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.