Skip to content

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

DOP/MMK over YTD: show the values
PointDOP/MMK
2025-12-3133.2461
2026-01-0733.1258
2026-01-1432.9474
2026-01-2133.1684
2026-01-2833.4059
2026-02-0433.4500
2026-02-1133.4861
2026-02-1834.0709
2026-02-2534.4699
2026-03-0435.2953
2026-03-1134.8100
2026-03-1834.5669
2026-03-2535.0950
2026-04-0134.9401
2026-04-0834.6149
2026-04-1535.2156
2026-04-2234.8477
2026-04-2935.4414
2026-05-0635.3165
2026-05-1435.5790
2026-05-2135.6565
2026-05-2935.6281
2026-06-0536.0114
2026-06-1435.7379
2026-06-2135.9163
2026-06-2835.2772
2026-07-0535.5929
2026-07-1235.8395
2026-07-1935.9170
2026-07-2636.1356
2026-08-0236.1073
2026-08-0936.0848
2026-08-1635.8687
2026-08-2435.7867
2026-08-3135.6790
2026-09-0735.4687
2026-09-1435.5411
2026-09-2135.6717

High

36.1356

Low

32.9474

Average

35.0308

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=MMK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=MMK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=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&currencies=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.