DOP to UYU exchange rate API
Dominican Peso to Peso Uruguayo · quoted 2026-09-26
0.67362
▲ +4.64% over 1Y
1 DOP = 0.67362 UYU · 1 UYU = 1.4845 DOP · Get this rate via the API
1 DOP buys 0.67362 UYU as of 2026-09-26, so 1 UYU buys 1.4845 DOP. Over the last year, DOP/UYU traded between 0.60400 and 0.69344, averaged 0.65480 and rose 4.64%. The API holds daily DOP/UYU rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
DOP/UYU over 1Y: show the values
| Point | DOP/UYU |
|---|---|
| 2025-09-26 | 0.64373 |
| 2025-10-03 | 0.63771 |
| 2025-10-10 | 0.63698 |
| 2025-10-17 | 0.63248 |
| 2025-10-24 | 0.62345 |
| 2025-10-31 | 0.62165 |
| 2025-11-07 | 0.61910 |
| 2025-11-14 | 0.61718 |
| 2025-11-21 | 0.62423 |
| 2025-11-28 | 0.63465 |
| 2025-12-05 | 0.61507 |
| 2025-12-13 | 0.61487 |
| 2025-12-20 | 0.62568 |
| 2025-12-27 | 0.62340 |
| 2026-01-03 | 0.61958 |
| 2026-01-10 | 0.61430 |
| 2026-01-17 | 0.60998 |
| 2026-01-24 | 0.60949 |
| 2026-01-31 | 0.60400 |
| 2026-02-07 | 0.61241 |
| 2026-02-14 | 0.61893 |
| 2026-02-21 | 0.63430 |
| 2026-02-28 | 0.63778 |
| 2026-03-07 | 0.66792 |
| 2026-03-14 | 0.65162 |
| 2026-03-21 | 0.68253 |
| 2026-03-28 | 0.67779 |
| 2026-04-04 | 0.66368 |
| 2026-04-11 | 0.66806 |
| 2026-04-18 | 0.65886 |
| 2026-04-25 | 0.66589 |
| 2026-05-02 | 0.67037 |
| 2026-05-09 | 0.67193 |
| 2026-05-17 | 0.67833 |
| 2026-05-25 | 0.68127 |
| 2026-06-01 | 0.68299 |
| 2026-06-10 | 0.69344 |
| 2026-06-17 | 0.68936 |
| 2026-06-24 | 0.68360 |
| 2026-07-01 | 0.67341 |
| 2026-07-08 | 0.68160 |
| 2026-07-15 | 0.68586 |
| 2026-07-22 | 0.68871 |
| 2026-07-29 | 0.69182 |
| 2026-08-05 | 0.69079 |
| 2026-08-12 | 0.69048 |
| 2026-08-20 | 0.68508 |
| 2026-08-27 | 0.69062 |
| 2026-09-03 | 0.68544 |
| 2026-09-10 | 0.68467 |
| 2026-09-17 | 0.68971 |
| 2026-09-24 | 0.67407 |
High
0.69344
Low
0.60400
Average
0.65480
Get this rate via the API
One GET request returns the DOP/UYU 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=UYU"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=UYU");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=UYU").json()Replace YOUR_API_KEY with the key from your dashboard.
DOP/UYU API questions
How do I get the DOP/UYU exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=UYU, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/UYU rate in rates.UYU.
How far back does DOP/UYU historical data go?
Daily DOP/UYU 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/UYU 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.