Skip to content

DOP to UZS exchange rate API

Dominican Peso to Uzbekistan Sum · quoted 2026-09-26

198.7443

▼ +2.17% over 30D

1 DOP = 198.7443 UZS · 1 UZS = 0.005032 DOP · Get this rate via the API

1 DOP buys 198.7443 UZS as of 2026-09-26, so 1 UZS buys 0.005032 DOP. Over the last 30 days, DOP/UZS traded between 198.0747 and 203.1589, averaged 199.9721 and fell 2.17%. The API holds daily DOP/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/UZS over 30D

DOP/UZS over 30D: show the values
PointDOP/UZS
2026-08-27203.1589
2026-08-28200.8349
2026-08-29202.0533
2026-08-30201.4440
2026-08-31201.0578
2026-09-01200.4627
2026-09-02200.6902
2026-09-03201.0205
2026-09-04199.0164
2026-09-05199.2481
2026-09-06199.8726
2026-09-07198.9524
2026-09-08198.8777
2026-09-09200.4634
2026-09-10200.9451
2026-09-11200.2512
2026-09-12199.4853
2026-09-13199.1483
2026-09-14198.7096
2026-09-15198.9941
2026-09-16199.1749
2026-09-17200.9952
2026-09-18199.6632
2026-09-19200.6445
2026-09-20200.5238
2026-09-21201.0642
2026-09-22199.7994
2026-09-23198.0747
2026-09-24198.1006
2026-09-25198.8919
2026-09-26198.7443

High

203.1589

Low

198.0747

Average

199.9721

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/UZS API questions

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

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

How far back does DOP/UZS historical data go?

Daily DOP/UZS 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/UZS 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.