Skip to content

UYU to DOP exchange rate API

Peso Uruguayo to Dominican Peso · quoted 2026-09-26

1.4845

▲ +2.52% over 30D

1 UYU = 1.4845 DOP · 1 DOP = 0.67362 UYU · Get this rate via the API

1 UYU buys 1.4845 DOP as of 2026-09-26, so 1 DOP buys 0.67362 UYU. Over the last 30 days, UYU/DOP traded between 1.4480 and 1.4845, averaged 1.4673 and rose 2.52%. The API holds daily UYU/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

UYU/DOP over 30D

UYU/DOP over 30D: show the values
PointUYU/DOP
2026-08-271.4480
2026-08-281.4642
2026-08-291.4531
2026-08-301.4573
2026-08-311.4543
2026-09-011.4641
2026-09-021.4598
2026-09-031.4589
2026-09-041.4734
2026-09-051.4707
2026-09-061.4658
2026-09-071.4708
2026-09-081.4709
2026-09-091.4654
2026-09-101.4606
2026-09-111.4614
2026-09-121.4697
2026-09-131.4659
2026-09-141.4707
2026-09-151.4674
2026-09-161.4713
2026-09-171.4499
2026-09-181.4732
2026-09-191.4683
2026-09-201.4707
2026-09-211.4649
2026-09-221.4681
2026-09-231.4795
2026-09-241.4835
2026-09-251.4830
2026-09-261.4845

High

1.4845

Low

1.4480

Average

1.4673

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

UYU/DOP API questions

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

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

How far back does UYU/DOP historical data go?

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