Skip to content

DOP to UZS exchange rate API

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

198.7443

▲ +1.31% over 1Y

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 year, DOP/UZS traded between 186.3499 and 207.3567, averaged 198.0105 and rose 1.31%. 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 1Y

DOP/UZS over 1Y: show the values
PointDOP/UZS
2025-09-26196.1815
2025-10-03193.3944
2025-10-10192.2291
2025-10-17192.8236
2025-10-24190.0802
2025-10-31186.9548
2025-11-07186.8680
2025-11-14186.3499
2025-11-21186.6796
2025-11-28189.7799
2025-12-05187.7592
2025-12-13188.5583
2025-12-20192.0068
2025-12-27192.6867
2026-01-03190.5277
2026-01-10191.4437
2026-01-17188.4012
2026-01-24191.3791
2026-01-31194.8807
2026-02-07195.6272
2026-02-14195.4795
2026-02-21198.5318
2026-02-28202.5662
2026-03-07202.2962
2026-03-14195.5092
2026-03-21206.2379
2026-03-28204.3532
2026-04-04200.4082
2026-04-11201.4077
2026-04-18200.9937
2026-04-25202.6470
2026-05-02200.8272
2026-05-09204.4637
2026-05-17202.1336
2026-05-25203.7810
2026-06-01204.5768
2026-06-10206.5013
2026-06-17204.9556
2026-06-24204.4794
2026-07-01202.0675
2026-07-08203.5892
2026-07-15206.4963
2026-07-22205.1685
2026-07-29207.3567
2026-08-05204.4918
2026-08-12204.5534
2026-08-20201.1099
2026-08-27203.1589
2026-09-03201.0205
2026-09-10200.9451
2026-09-17200.9952
2026-09-24198.1006

High

207.3567

Low

186.3499

Average

198.0105

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.