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: show the values
| Point | DOP/UZS |
|---|---|
| 2025-09-26 | 196.1815 |
| 2025-10-03 | 193.3944 |
| 2025-10-10 | 192.2291 |
| 2025-10-17 | 192.8236 |
| 2025-10-24 | 190.0802 |
| 2025-10-31 | 186.9548 |
| 2025-11-07 | 186.8680 |
| 2025-11-14 | 186.3499 |
| 2025-11-21 | 186.6796 |
| 2025-11-28 | 189.7799 |
| 2025-12-05 | 187.7592 |
| 2025-12-13 | 188.5583 |
| 2025-12-20 | 192.0068 |
| 2025-12-27 | 192.6867 |
| 2026-01-03 | 190.5277 |
| 2026-01-10 | 191.4437 |
| 2026-01-17 | 188.4012 |
| 2026-01-24 | 191.3791 |
| 2026-01-31 | 194.8807 |
| 2026-02-07 | 195.6272 |
| 2026-02-14 | 195.4795 |
| 2026-02-21 | 198.5318 |
| 2026-02-28 | 202.5662 |
| 2026-03-07 | 202.2962 |
| 2026-03-14 | 195.5092 |
| 2026-03-21 | 206.2379 |
| 2026-03-28 | 204.3532 |
| 2026-04-04 | 200.4082 |
| 2026-04-11 | 201.4077 |
| 2026-04-18 | 200.9937 |
| 2026-04-25 | 202.6470 |
| 2026-05-02 | 200.8272 |
| 2026-05-09 | 204.4637 |
| 2026-05-17 | 202.1336 |
| 2026-05-25 | 203.7810 |
| 2026-06-01 | 204.5768 |
| 2026-06-10 | 206.5013 |
| 2026-06-17 | 204.9556 |
| 2026-06-24 | 204.4794 |
| 2026-07-01 | 202.0675 |
| 2026-07-08 | 203.5892 |
| 2026-07-15 | 206.4963 |
| 2026-07-22 | 205.1685 |
| 2026-07-29 | 207.3567 |
| 2026-08-05 | 204.4918 |
| 2026-08-12 | 204.5534 |
| 2026-08-20 | 201.1099 |
| 2026-08-27 | 203.1589 |
| 2026-09-03 | 201.0205 |
| 2026-09-10 | 200.9451 |
| 2026-09-17 | 200.9952 |
| 2026-09-24 | 198.1006 |
High
207.3567
Low
186.3499
Average
198.0105
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.