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: show the values
| Point | DOP/UZS |
|---|---|
| 2026-08-27 | 203.1589 |
| 2026-08-28 | 200.8349 |
| 2026-08-29 | 202.0533 |
| 2026-08-30 | 201.4440 |
| 2026-08-31 | 201.0578 |
| 2026-09-01 | 200.4627 |
| 2026-09-02 | 200.6902 |
| 2026-09-03 | 201.0205 |
| 2026-09-04 | 199.0164 |
| 2026-09-05 | 199.2481 |
| 2026-09-06 | 199.8726 |
| 2026-09-07 | 198.9524 |
| 2026-09-08 | 198.8777 |
| 2026-09-09 | 200.4634 |
| 2026-09-10 | 200.9451 |
| 2026-09-11 | 200.2512 |
| 2026-09-12 | 199.4853 |
| 2026-09-13 | 199.1483 |
| 2026-09-14 | 198.7096 |
| 2026-09-15 | 198.9941 |
| 2026-09-16 | 199.1749 |
| 2026-09-17 | 200.9952 |
| 2026-09-18 | 199.6632 |
| 2026-09-19 | 200.6445 |
| 2026-09-20 | 200.5238 |
| 2026-09-21 | 201.0642 |
| 2026-09-22 | 199.7994 |
| 2026-09-23 | 198.0747 |
| 2026-09-24 | 198.1006 |
| 2026-09-25 | 198.8919 |
| 2026-09-26 | 198.7443 |
High
203.1589
Low
198.0747
Average
199.9721
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.