DOP to MMK exchange rate API
Dominican Peso to Kyat · quoted 2026-09-25
35.1865
▲ +4.02% over 1Y
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 year, DOP/MMK traded between 32.6443 and 36.1435, averaged 34.5638 and rose 4.02%. 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 1Y: show the values
| Point | DOP/MMK |
|---|---|
| 2025-09-25 | 33.8261 |
| 2025-10-02 | 33.6449 |
| 2025-10-09 | 33.5164 |
| 2025-10-16 | 33.3426 |
| 2025-10-23 | 33.0463 |
| 2025-10-30 | 32.7084 |
| 2025-11-06 | 32.6443 |
| 2025-11-13 | 32.6690 |
| 2025-11-20 | 33.1045 |
| 2025-11-27 | 33.5486 |
| 2025-12-04 | 33.1247 |
| 2025-12-12 | 32.8496 |
| 2025-12-19 | 33.4523 |
| 2025-12-26 | 33.4936 |
| 2026-01-02 | 33.2894 |
| 2026-01-09 | 33.0298 |
| 2026-01-16 | 32.9171 |
| 2026-01-23 | 33.3917 |
| 2026-01-30 | 33.3559 |
| 2026-02-06 | 33.2529 |
| 2026-02-13 | 33.6357 |
| 2026-02-20 | 34.1178 |
| 2026-02-27 | 34.7800 |
| 2026-03-06 | 35.3151 |
| 2026-03-13 | 34.2677 |
| 2026-03-20 | 35.7293 |
| 2026-03-27 | 35.3113 |
| 2026-04-03 | 34.6393 |
| 2026-04-10 | 34.7815 |
| 2026-04-17 | 35.0762 |
| 2026-04-24 | 35.1980 |
| 2026-05-01 | 35.3457 |
| 2026-05-08 | 35.1952 |
| 2026-05-16 | 35.2385 |
| 2026-05-24 | 35.5857 |
| 2026-05-31 | 36.1435 |
| 2026-06-09 | 36.1356 |
| 2026-06-16 | 35.8341 |
| 2026-06-23 | 35.8373 |
| 2026-06-30 | 35.1773 |
| 2026-07-07 | 35.5585 |
| 2026-07-14 | 35.6957 |
| 2026-07-21 | 35.9325 |
| 2026-07-28 | 36.0261 |
| 2026-08-04 | 36.1299 |
| 2026-08-11 | 35.9886 |
| 2026-08-18 | 35.7138 |
| 2026-08-26 | 35.9823 |
| 2026-09-02 | 35.6601 |
| 2026-09-09 | 35.6425 |
| 2026-09-16 | 35.5322 |
| 2026-09-23 | 35.2809 |
High
36.1435
Low
32.6443
Average
34.5638
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.