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: show the values
| Point | MUR/DOP |
|---|---|
| 2025-09-26 | 1.3725 |
| 2025-10-03 | 1.3810 |
| 2025-10-10 | 1.3897 |
| 2025-10-17 | 1.3985 |
| 2025-10-24 | 1.3995 |
| 2025-10-31 | 1.4108 |
| 2025-11-07 | 1.3991 |
| 2025-11-14 | 1.4063 |
| 2025-11-21 | 1.3816 |
| 2025-11-28 | 1.3589 |
| 2025-12-05 | 1.3816 |
| 2025-12-13 | 1.3906 |
| 2025-12-20 | 1.3574 |
| 2025-12-27 | 1.3640 |
| 2026-01-03 | 1.3673 |
| 2026-01-10 | 1.3668 |
| 2026-01-17 | 1.3697 |
| 2026-01-24 | 1.3711 |
| 2026-01-31 | 1.3833 |
| 2026-02-07 | 1.3668 |
| 2026-02-14 | 1.3571 |
| 2026-02-21 | 1.3187 |
| 2026-02-28 | 1.2982 |
| 2026-03-07 | 1.2707 |
| 2026-03-14 | 1.3291 |
| 2026-03-21 | 1.2694 |
| 2026-03-28 | 1.2770 |
| 2026-04-04 | 1.2957 |
| 2026-04-11 | 1.2983 |
| 2026-04-18 | 1.3043 |
| 2026-04-25 | 1.2689 |
| 2026-05-02 | 1.2650 |
| 2026-05-09 | 1.2676 |
| 2026-05-17 | 1.2571 |
| 2026-05-25 | 1.2408 |
| 2026-06-01 | 1.2406 |
| 2026-06-10 | 1.2192 |
| 2026-06-17 | 1.2399 |
| 2026-06-24 | 1.2264 |
| 2026-07-01 | 1.2624 |
| 2026-07-08 | 1.2575 |
| 2026-07-15 | 1.2355 |
| 2026-07-22 | 1.2365 |
| 2026-07-29 | 1.2227 |
| 2026-08-05 | 1.2511 |
| 2026-08-12 | 1.2396 |
| 2026-08-20 | 1.2434 |
| 2026-08-27 | 1.2435 |
| 2026-09-03 | 1.2420 |
| 2026-09-10 | 1.2538 |
| 2026-09-17 | 1.2351 |
| 2026-09-24 | 1.2467 |
High
1.4108
Low
1.2192
Average
1.3072
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MUR¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MUR¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MUR¤cies=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¤cies=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.