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: show the values
| Point | DOP/UZS |
|---|---|
| 2025-12-31 | 190.4259 |
| 2026-01-07 | 188.9443 |
| 2026-01-14 | 189.6167 |
| 2026-01-21 | 190.5282 |
| 2026-01-28 | 192.9684 |
| 2026-02-04 | 195.1502 |
| 2026-02-11 | 196.6195 |
| 2026-02-18 | 197.1629 |
| 2026-02-25 | 200.2600 |
| 2026-03-04 | 205.2082 |
| 2026-03-11 | 201.6371 |
| 2026-03-18 | 199.2711 |
| 2026-03-25 | 203.5710 |
| 2026-04-01 | 203.2204 |
| 2026-04-08 | 200.9390 |
| 2026-04-15 | 203.7699 |
| 2026-04-22 | 200.3956 |
| 2026-04-29 | 203.7118 |
| 2026-05-06 | 202.2410 |
| 2026-05-14 | 204.7189 |
| 2026-05-21 | 205.2343 |
| 2026-05-29 | 203.7712 |
| 2026-06-05 | 205.4605 |
| 2026-06-14 | 204.0157 |
| 2026-06-21 | 206.2683 |
| 2026-06-28 | 201.7662 |
| 2026-07-05 | 203.0125 |
| 2026-07-12 | 206.1299 |
| 2026-07-19 | 205.8373 |
| 2026-07-26 | 206.9296 |
| 2026-08-02 | 205.6668 |
| 2026-08-09 | 205.4179 |
| 2026-08-16 | 203.1838 |
| 2026-08-24 | 201.9543 |
| 2026-08-31 | 201.0578 |
| 2026-09-07 | 198.9524 |
| 2026-09-14 | 198.7096 |
| 2026-09-21 | 201.0642 |
High
206.9296
Low
188.9443
Average
200.8599
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.