Skip to content

DOP to UZS exchange rate API

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

198.7443

▲ +4.37% over YTD

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 year to date, DOP/UZS traded between 188.9443 and 206.9296, averaged 200.8599 and rose 4.37%. 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 YTD

DOP/UZS over YTD: show the values
PointDOP/UZS
2025-12-31190.4259
2026-01-07188.9443
2026-01-14189.6167
2026-01-21190.5282
2026-01-28192.9684
2026-02-04195.1502
2026-02-11196.6195
2026-02-18197.1629
2026-02-25200.2600
2026-03-04205.2082
2026-03-11201.6371
2026-03-18199.2711
2026-03-25203.5710
2026-04-01203.2204
2026-04-08200.9390
2026-04-15203.7699
2026-04-22200.3956
2026-04-29203.7118
2026-05-06202.2410
2026-05-14204.7189
2026-05-21205.2343
2026-05-29203.7712
2026-06-05205.4605
2026-06-14204.0157
2026-06-21206.2683
2026-06-28201.7662
2026-07-05203.0125
2026-07-12206.1299
2026-07-19205.8373
2026-07-26206.9296
2026-08-02205.6668
2026-08-09205.4179
2026-08-16203.1838
2026-08-24201.9543
2026-08-31201.0578
2026-09-07198.9524
2026-09-14198.7096
2026-09-21201.0642

High

206.9296

Low

188.9443

Average

200.8599

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.