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: show the values
| Point | DOP/UZS |
|---|---|
| 2026-03-30 | 204.7631 |
| 2026-04-06 | 199.5759 |
| 2026-04-13 | 201.9424 |
| 2026-04-20 | 202.4149 |
| 2026-04-27 | 201.6781 |
| 2026-05-04 | 200.8476 |
| 2026-05-11 | 203.9737 |
| 2026-05-19 | 203.2579 |
| 2026-05-27 | 204.3623 |
| 2026-06-03 | 205.7819 |
| 2026-06-12 | 205.3848 |
| 2026-06-19 | 206.4896 |
| 2026-06-26 | 203.7618 |
| 2026-07-03 | 201.2091 |
| 2026-07-10 | 204.4705 |
| 2026-07-17 | 206.2011 |
| 2026-07-24 | 207.1535 |
| 2026-07-31 | 207.0960 |
| 2026-08-07 | 204.3389 |
| 2026-08-14 | 204.1208 |
| 2026-08-22 | 202.1935 |
| 2026-08-29 | 202.0533 |
| 2026-09-05 | 199.2481 |
| 2026-09-12 | 199.4853 |
| 2026-09-19 | 200.6445 |
| 2026-09-26 | 198.7443 |
High
207.1535
Low
198.7443
Average
202.9607
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.