Skip to content

DOP to MVR exchange rate API

Dominican Peso to Rufiyaa · quoted 2026-09-27

0.25988

▲ +6.18% over YTD

1 DOP = 0.25988 MVR · 1 MVR = 3.8480 DOP · Get this rate via the API

1 DOP buys 0.25988 MVR as of 2026-09-27, so 1 MVR buys 3.8480 DOP. Over the year to date, DOP/MVR traded between 0.24255 and 0.26596, averaged 0.25788 and rose 6.18%. The API holds daily DOP/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/MVR over YTD

DOP/MVR over YTD: show the values
PointDOP/MVR
2025-12-310.24474
2026-01-070.24388
2026-01-140.24255
2026-01-210.24416
2026-01-280.24595
2026-02-040.24623
2026-02-110.24652
2026-02-180.25049
2026-02-250.25374
2026-03-040.25982
2026-03-110.25626
2026-03-180.25446
2026-03-250.25837
2026-04-010.25725
2026-04-080.25478
2026-04-150.25926
2026-04-220.25656
2026-04-290.26075
2026-05-060.25993
2026-05-140.26174
2026-05-210.26226
2026-05-290.26202
2026-06-050.26503
2026-06-140.26321
2026-06-210.26439
2026-06-280.25963
2026-07-050.26207
2026-07-120.26391
2026-07-190.26448
2026-07-260.26596
2026-08-020.26585
2026-08-090.26558
2026-08-160.26410
2026-08-240.26351
2026-08-310.26280
2026-09-070.26112
2026-09-140.26161
2026-09-210.26243

High

0.26596

Low

0.24255

Average

0.25788

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/MVR API questions

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

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

How far back does DOP/MVR historical data go?

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