Skip to content

DOP to MVR exchange rate API

Dominican Peso to Rufiyaa · quoted 2026-09-27

0.25988

▲ +5.40% over 1Y

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 last year, DOP/MVR traded between 0.23834 and 0.26642, averaged 0.25401 and rose 5.40%. 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 1Y

DOP/MVR over 1Y: show the values
PointDOP/MVR
2025-09-270.24656
2025-10-040.24450
2025-10-110.24320
2025-10-180.24160
2025-10-250.23908
2025-11-010.23834
2025-11-080.23979
2025-11-150.23992
2025-11-220.24365
2025-11-290.24522
2025-12-060.23966
2025-12-140.24305
2025-12-210.24664
2025-12-280.24600
2026-01-040.24463
2026-01-110.24357
2026-01-180.24392
2026-01-250.24558
2026-02-010.24577
2026-02-080.24644
2026-02-150.24868
2026-02-220.25240
2026-03-010.25905
2026-03-080.25676
2026-03-150.25127
2026-03-220.26066
2026-03-290.25881
2026-04-050.25472
2026-04-120.25714
2026-04-190.25744
2026-04-260.25978
2026-05-030.25973
2026-05-100.25971
2026-05-180.25742
2026-05-260.26261
2026-06-020.26411
2026-06-110.26488
2026-06-180.26401
2026-06-250.26419
2026-07-020.25988
2026-07-090.26285
2026-07-160.26598
2026-07-230.26507
2026-07-300.26642
2026-08-060.26546
2026-08-130.26461
2026-08-210.26424
2026-08-280.26297
2026-09-040.26119
2026-09-110.26258
2026-09-180.26087
2026-09-250.26022

High

0.26642

Low

0.23834

Average

0.25401

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.