Skip to content

MDL to DOP exchange rate API

Moldovan Leu to Dominican Peso · quoted 2026-09-25

3.3778

▼ +9.35% over 1Y

1 MDL = 3.3778 DOP · 1 DOP = 0.29605 MDL · Get this rate via the API

1 MDL buys 3.3778 DOP as of 2026-09-25, so 1 DOP buys 0.29605 MDL. Over the last year, MDL/DOP traded between 3.3110 and 3.7905, averaged 3.5376 and fell 9.35%. The API holds daily MDL/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/DOP over 1Y

MDL/DOP over 1Y: show the values
PointMDL/DOP
2025-09-253.7264
2025-10-023.7436
2025-10-093.7503
2025-10-163.7253
2025-10-233.7379
2025-10-303.7767
2025-11-063.7616
2025-11-133.7905
2025-11-203.7339
2025-11-273.6566
2025-12-043.7340
2025-12-123.7634
2025-12-193.7240
2025-12-263.7296
2026-01-023.7535
2026-01-093.7900
2026-01-163.7349
2026-01-233.6967
2026-01-303.7416
2026-02-063.7143
2026-02-133.6807
2026-02-203.5935
2026-02-273.5238
2026-03-063.4396
2026-03-133.5178
2026-03-203.3552
2026-03-273.3949
2026-04-033.4531
2026-04-103.5003
2026-04-173.5037
2026-04-243.4382
2026-05-013.4470
2026-05-083.4565
2026-05-163.4440
2026-05-243.4006
2026-05-313.3537
2026-06-093.3392
2026-06-163.3697
2026-06-233.3243
2026-06-303.3815
2026-07-073.3554
2026-07-143.3460
2026-07-213.3200
2026-07-283.3110
2026-08-043.3263
2026-08-113.3550
2026-08-183.4133
2026-08-263.3807
2026-09-023.4017
2026-09-093.4209
2026-09-163.4002
2026-09-233.3837

High

3.7905

Low

3.3110

Average

3.5376

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/DOP API questions

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

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

How far back does MDL/DOP historical data go?

Daily MDL/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 MDL/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.