Skip to content

DOP to MMK exchange rate API

Dominican Peso to Kyat · quoted 2026-09-25

35.1865

▲ +0.12% over 6M

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 6 months, DOP/MMK traded between 34.6019 and 36.1877, averaged 35.5693 and rose 0.12%. 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 6M

DOP/MMK over 6M: show the values
PointDOP/MMK
2026-03-2935.1451
2026-04-0534.6019
2026-04-1234.9320
2026-04-1934.9690
2026-04-2635.3147
2026-05-0335.2851
2026-05-1035.4039
2026-05-1835.0793
2026-05-2635.7007
2026-06-0235.9113
2026-06-1135.9718
2026-06-1835.8602
2026-06-2535.8782
2026-07-0235.3198
2026-07-0935.7107
2026-07-1636.1244
2026-07-2336.0034
2026-07-3036.1877
2026-08-0636.0632
2026-08-1335.9401
2026-08-2135.8931
2026-08-2835.7208
2026-09-0435.4728
2026-09-1135.6723
2026-09-1835.4541

High

36.1877

Low

34.6019

Average

35.5693

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.