Skip to content

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

DOP/UYU over 1Y: show the values
PointDOP/UYU
2025-09-260.64373
2025-10-030.63771
2025-10-100.63698
2025-10-170.63248
2025-10-240.62345
2025-10-310.62165
2025-11-070.61910
2025-11-140.61718
2025-11-210.62423
2025-11-280.63465
2025-12-050.61507
2025-12-130.61487
2025-12-200.62568
2025-12-270.62340
2026-01-030.61958
2026-01-100.61430
2026-01-170.60998
2026-01-240.60949
2026-01-310.60400
2026-02-070.61241
2026-02-140.61893
2026-02-210.63430
2026-02-280.63778
2026-03-070.66792
2026-03-140.65162
2026-03-210.68253
2026-03-280.67779
2026-04-040.66368
2026-04-110.66806
2026-04-180.65886
2026-04-250.66589
2026-05-020.67037
2026-05-090.67193
2026-05-170.67833
2026-05-250.68127
2026-06-010.68299
2026-06-100.69344
2026-06-170.68936
2026-06-240.68360
2026-07-010.67341
2026-07-080.68160
2026-07-150.68586
2026-07-220.68871
2026-07-290.69182
2026-08-050.69079
2026-08-120.69048
2026-08-200.68508
2026-08-270.69062
2026-09-030.68544
2026-09-100.68467
2026-09-170.68971
2026-09-240.67407

High

0.69344

Low

0.60400

Average

0.65480

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=UYU"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=UYU");
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=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&currencies=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.