Skip to content

MUR to DOP exchange rate API

Mauritius Rupee to Dominican Peso · quoted 2026-09-26

1.2517

▼ +8.80% over 1Y

1 MUR = 1.2517 DOP · 1 DOP = 0.79891 MUR · Get this rate via the API

1 MUR buys 1.2517 DOP as of 2026-09-26, so 1 DOP buys 0.79891 MUR. Over the last year, MUR/DOP traded between 1.2192 and 1.4108, averaged 1.3072 and fell 8.80%. The API holds daily MUR/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MUR/DOP over 1Y

MUR/DOP over 1Y: show the values
PointMUR/DOP
2025-09-261.3725
2025-10-031.3810
2025-10-101.3897
2025-10-171.3985
2025-10-241.3995
2025-10-311.4108
2025-11-071.3991
2025-11-141.4063
2025-11-211.3816
2025-11-281.3589
2025-12-051.3816
2025-12-131.3906
2025-12-201.3574
2025-12-271.3640
2026-01-031.3673
2026-01-101.3668
2026-01-171.3697
2026-01-241.3711
2026-01-311.3833
2026-02-071.3668
2026-02-141.3571
2026-02-211.3187
2026-02-281.2982
2026-03-071.2707
2026-03-141.3291
2026-03-211.2694
2026-03-281.2770
2026-04-041.2957
2026-04-111.2983
2026-04-181.3043
2026-04-251.2689
2026-05-021.2650
2026-05-091.2676
2026-05-171.2571
2026-05-251.2408
2026-06-011.2406
2026-06-101.2192
2026-06-171.2399
2026-06-241.2264
2026-07-011.2624
2026-07-081.2575
2026-07-151.2355
2026-07-221.2365
2026-07-291.2227
2026-08-051.2511
2026-08-121.2396
2026-08-201.2434
2026-08-271.2435
2026-09-031.2420
2026-09-101.2538
2026-09-171.2351
2026-09-241.2467

High

1.4108

Low

1.2192

Average

1.3072

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MUR/DOP API questions

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

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

How far back does MUR/DOP historical data go?

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