Skip to content

UZS to DOP exchange rate API

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

0.005031

▼ +1.29% over 1Y

1 UZS = 0.005031 DOP · 1 DOP = 198.7676 UZS · Get this rate via the API

1 UZS buys 0.005031 DOP as of 2026-09-26, so 1 DOP buys 198.7676 UZS. Over the last year, UZS/DOP traded between 0.004822 and 0.005366, averaged 0.005055 and fell 1.29%. The API holds daily UZS/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

UZS/DOP over 1Y

UZS/DOP over 1Y: show the values
PointUZS/DOP
2025-09-260.005097
2025-10-030.005170
2025-10-100.005202
2025-10-170.005186
2025-10-240.005260
2025-10-310.005348
2025-11-070.005351
2025-11-140.005366
2025-11-210.005356
2025-11-280.005269
2025-12-050.005325
2025-12-130.005303
2025-12-200.005208
2025-12-270.005189
2026-01-030.005248
2026-01-100.005223
2026-01-170.005307
2026-01-240.005225
2026-01-310.005131
2026-02-070.005111
2026-02-140.005115
2026-02-210.005036
2026-02-280.004936
2026-03-070.004943
2026-03-140.005114
2026-03-210.004848
2026-03-280.004893
2026-04-040.004989
2026-04-110.004965
2026-04-180.004975
2026-04-250.004934
2026-05-020.004979
2026-05-090.004890
2026-05-170.004947
2026-05-250.004907
2026-06-010.004888
2026-06-100.004842
2026-06-170.004879
2026-06-240.004890
2026-07-010.004948
2026-07-080.004911
2026-07-150.004842
2026-07-220.004874
2026-07-290.004822
2026-08-050.004890
2026-08-120.004888
2026-08-200.004972
2026-08-270.004922
2026-09-030.004974
2026-09-100.004976
2026-09-170.004975
2026-09-240.005047

High

0.005366

Low

0.004822

Average

0.005055

For developers

Get this rate via the API

One GET request returns the UZS/DOP 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=UZS&currencies=DOP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UZS&currencies=DOP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UZS&currencies=DOP").json()

Replace YOUR_API_KEY with the key from your dashboard.

UZS/DOP API questions

How do I get the UZS/DOP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UZS&currencies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest UZS/DOP rate in rates.DOP.

How far back does UZS/DOP historical data go?

Daily UZS/DOP 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 UZS/DOP 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.