Skip to content

DOP to UZS exchange rate API

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

198.7443

▼ +2.94% over 6M

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 6 months, DOP/UZS traded between 198.7443 and 207.1535, averaged 202.9607 and fell 2.94%. 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 6M

DOP/UZS over 6M: show the values
PointDOP/UZS
2026-03-30204.7631
2026-04-06199.5759
2026-04-13201.9424
2026-04-20202.4149
2026-04-27201.6781
2026-05-04200.8476
2026-05-11203.9737
2026-05-19203.2579
2026-05-27204.3623
2026-06-03205.7819
2026-06-12205.3848
2026-06-19206.4896
2026-06-26203.7618
2026-07-03201.2091
2026-07-10204.4705
2026-07-17206.2011
2026-07-24207.1535
2026-07-31207.0960
2026-08-07204.3389
2026-08-14204.1208
2026-08-22202.1935
2026-08-29202.0533
2026-09-05199.2481
2026-09-12199.4853
2026-09-19200.6445
2026-09-26198.7443

High

207.1535

Low

198.7443

Average

202.9607

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.