DOP to MRO exchange rate API
Dominican Peso to Ouguiya · quoted 2026-09-26
6.7566
▲ +5.24% over 1Y
1 DOP = 6.7566 MRO · 1 MRO = 0.14800 DOP · Get this rate via the API
1 DOP buys 6.7566 MRO as of 2026-09-26, so 1 MRO buys 0.14800 DOP. Over the last year, DOP/MRO traded between 6.1848 and 6.9018, averaged 6.5631 and rose 5.24%. The API holds daily DOP/MRO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
DOP/MRO over 1Y: show the values
| Point | DOP/MRO |
|---|---|
| 2025-09-26 | 6.4203 |
| 2025-10-03 | 6.3811 |
| 2025-10-10 | 6.3475 |
| 2025-10-17 | 6.3158 |
| 2025-10-24 | 6.2769 |
| 2025-10-31 | 6.2625 |
| 2025-11-07 | 6.1848 |
| 2025-11-14 | 6.2099 |
| 2025-11-21 | 6.2514 |
| 2025-11-28 | 6.3575 |
| 2025-12-05 | 6.2712 |
| 2025-12-13 | 6.2230 |
| 2025-12-20 | 6.3892 |
| 2025-12-27 | 6.3153 |
| 2026-01-03 | 6.3012 |
| 2026-01-10 | 6.2906 |
| 2026-01-17 | 6.2695 |
| 2026-01-24 | 6.3333 |
| 2026-01-31 | 6.3558 |
| 2026-02-07 | 6.3248 |
| 2026-02-15 | 6.4303 |
| 2026-02-22 | 6.5222 |
| 2026-03-01 | 6.6900 |
| 2026-03-08 | 6.6443 |
| 2026-03-15 | 6.4984 |
| 2026-03-22 | 6.7266 |
| 2026-03-30 | 6.7398 |
| 2026-04-06 | 6.5394 |
| 2026-05-19 | 6.7543 |
| 2026-05-27 | 6.7854 |
| 2026-06-03 | 6.8953 |
| 2026-06-12 | 6.8416 |
| 2026-06-19 | 6.8237 |
| 2026-06-26 | 6.7391 |
| 2026-07-04 | 6.7679 |
| 2026-07-11 | 6.7843 |
| 2026-07-18 | 6.8014 |
| 2026-07-25 | 6.9018 |
| 2026-08-01 | 6.8889 |
| 2026-08-08 | 6.8885 |
| 2026-08-15 | 6.8617 |
| 2026-08-23 | 6.8236 |
| 2026-08-30 | 6.8395 |
| 2026-09-06 | 6.8298 |
| 2026-09-13 | 6.8079 |
| 2026-09-21 | 6.8038 |
High
6.9018
Low
6.1848
Average
6.5631
Get this rate via the API
One GET request returns the DOP/MRO 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=DOP¤cies=MRO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=MRO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=MRO").json()Replace YOUR_API_KEY with the key from your dashboard.
DOP/MRO API questions
How do I get the DOP/MRO exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=MRO, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/MRO rate in rates.MRO.
How far back does DOP/MRO historical data go?
Daily DOP/MRO 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/MRO 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.