Skip to content

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

DOP/MMK over 1Y: show the values
PointDOP/MMK
2025-09-2533.8261
2025-10-0233.6449
2025-10-0933.5164
2025-10-1633.3426
2025-10-2333.0463
2025-10-3032.7084
2025-11-0632.6443
2025-11-1332.6690
2025-11-2033.1045
2025-11-2733.5486
2025-12-0433.1247
2025-12-1232.8496
2025-12-1933.4523
2025-12-2633.4936
2026-01-0233.2894
2026-01-0933.0298
2026-01-1632.9171
2026-01-2333.3917
2026-01-3033.3559
2026-02-0633.2529
2026-02-1333.6357
2026-02-2034.1178
2026-02-2734.7800
2026-03-0635.3151
2026-03-1334.2677
2026-03-2035.7293
2026-03-2735.3113
2026-04-0334.6393
2026-04-1034.7815
2026-04-1735.0762
2026-04-2435.1980
2026-05-0135.3457
2026-05-0835.1952
2026-05-1635.2385
2026-05-2435.5857
2026-05-3136.1435
2026-06-0936.1356
2026-06-1635.8341
2026-06-2335.8373
2026-06-3035.1773
2026-07-0735.5585
2026-07-1435.6957
2026-07-2135.9325
2026-07-2836.0261
2026-08-0436.1299
2026-08-1135.9886
2026-08-1835.7138
2026-08-2635.9823
2026-09-0235.6601
2026-09-0935.6425
2026-09-1635.5322
2026-09-2335.2809

High

36.1435

Low

32.6443

Average

34.5638

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.