Skip to content

MKD to DOP exchange rate API

Denar to Dominican Peso · quoted 2026-09-25

1.1062

▼ +8.24% over YTD

1 MKD = 1.1062 DOP · 1 DOP = 0.90397 MKD · Get this rate via the API

1 MKD buys 1.1062 DOP as of 2026-09-25, so 1 DOP buys 0.90397 MKD. Over the year to date, MKD/DOP traded between 1.0782 and 1.2231, averaged 1.1327 and fell 8.24%. The API holds daily MKD/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MKD/DOP over YTD

MKD/DOP over YTD: show the values
PointMKD/DOP
2025-12-311.2056
2026-01-071.2042
2026-01-141.2060
2026-01-211.2051
2026-01-281.2231
2026-02-041.2045
2026-02-111.2114
2026-02-181.1839
2026-02-251.1645
2026-03-041.1191
2026-03-111.1384
2026-03-181.1369
2026-03-251.1267
2026-04-011.1277
2026-04-081.1483
2026-04-151.1397
2026-04-221.1483
2026-04-291.1255
2026-05-061.1301
2026-05-141.1215
2026-05-211.1102
2026-05-291.1133
2026-06-051.0987
2026-06-141.1031
2026-06-211.0880
2026-06-281.1002
2026-07-051.0955
2026-07-121.0869
2026-07-191.0856
2026-07-261.0782
2026-08-021.0873
2026-08-091.0932
2026-08-161.1022
2026-08-241.1143
2026-08-311.1127
2026-09-071.1180
2026-09-141.1135
2026-09-211.0992

High

1.2231

Low

1.0782

Average

1.1327

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MKD&currencies=DOP").json()

Replace YOUR_API_KEY with the key from your dashboard.

MKD/DOP API questions

How do I get the MKD/DOP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MKD&currencies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MKD/DOP rate in rates.DOP.

How far back does MKD/DOP historical data go?

Daily MKD/DOP 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 MKD/DOP 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.