Skip to content

DOP to UGX exchange rate API

Dominican Peso to Uganda Shilling · quoted 2026-09-26

65.8241

▲ +17.52% over 1Y

1 DOP = 65.8241 UGX · 1 UGX = 0.01519 DOP · Get this rate via the API

1 DOP buys 65.8241 UGX as of 2026-09-26, so 1 UGX buys 0.01519 DOP. Over the last year, DOP/UGX traded between 54.2443 and 66.9233, averaged 60.3379 and rose 17.52%. The API holds daily DOP/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/UGX over 1Y

DOP/UGX over 1Y: show the values
PointDOP/UGX
2025-09-2656.0087
2025-10-0355.3970
2025-10-1054.5237
2025-10-1754.8937
2025-10-2454.7774
2025-10-3154.2443
2025-11-0754.3107
2025-11-1455.9203
2025-11-2157.1292
2025-11-2857.8830
2025-12-0555.8364
2025-12-1355.6213
2025-12-2057.0124
2025-12-2757.6080
2026-01-0357.4340
2026-01-1056.7382
2026-01-1756.0856
2026-01-2456.2936
2026-01-3156.6938
2026-02-0756.5709
2026-02-1456.8521
2026-02-2158.6798
2026-02-2859.8618
2026-03-0761.1044
2026-03-1460.7889
2026-03-2163.9407
2026-03-2862.3807
2026-04-0461.6063
2026-04-1161.2648
2026-04-1861.3366
2026-04-2562.5381
2026-05-0263.2057
2026-05-0963.1259
2026-05-1763.3238
2026-05-2564.3342
2026-06-0164.2117
2026-06-1064.5951
2026-06-1763.0311
2026-06-2462.2968
2026-07-0161.5145
2026-07-0861.9248
2026-07-1563.3295
2026-07-2263.5647
2026-07-2964.8904
2026-08-0564.2576
2026-08-1263.8488
2026-08-2063.6193
2026-08-2764.3692
2026-09-0364.4243
2026-09-1064.5034
2026-09-1766.9233
2026-09-2465.4529

High

66.9233

Low

54.2443

Average

60.3379

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/UGX API questions

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

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

How far back does DOP/UGX historical data go?

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