Skip to content

DOP to MMK exchange rate API

Dominican Peso to Kyat · quoted 2026-09-24

35.1865

▼ +1.75% over 7D

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-24, so 1 MMK buys 0.02842 DOP. Over the last 7 days, DOP/MMK traded between 35.1865 and 35.8143, averaged 35.4769 and fell 1.75%. 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 7D

DOP/MMK over 7D: show the values
PointDOP/MMK
2026-09-1735.8143
2026-09-1835.4541
2026-09-1935.5685
2026-09-2035.5608
2026-09-2135.6717
2026-09-2235.5666
2026-09-2335.2809
2026-09-2435.1889

High

35.8143

Low

35.1865

Average

35.4769

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.