Skip to content

DOP to UGX exchange rate API

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

65.8241

▲ +2.26% over 30D

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 30 days, DOP/UGX traded between 63.7785 and 66.9233, averaged 65.1418 and rose 2.26%. 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 30D

DOP/UGX over 30D: show the values
PointDOP/UGX
2026-08-2764.3692
2026-08-2864.0624
2026-08-2964.3940
2026-08-3064.2160
2026-08-3164.0956
2026-09-0164.2344
2026-09-0264.1483
2026-09-0364.4243
2026-09-0463.8300
2026-09-0563.8098
2026-09-0664.0874
2026-09-0763.7785
2026-09-0863.8356
2026-09-0964.2771
2026-09-1064.5034
2026-09-1165.0886
2026-09-1265.4404
2026-09-1365.4732
2026-09-1465.4755
2026-09-1566.0396
2026-09-1666.1457
2026-09-1766.9233
2026-09-1866.3483
2026-09-1966.6242
2026-09-2066.6524
2026-09-2166.8753
2026-09-2266.5229
2026-09-2365.6358
2026-09-2465.4529
2026-09-2566.1255
2026-09-2665.8241

High

66.9233

Low

63.7785

Average

65.1418

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.