Skip to content

DOP to UGX exchange rate API

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

65.8241

▲ +5.08% over 6M

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 6 months, DOP/UGX traded between 61.4490 and 66.6242, averaged 63.6113 and rose 5.08%. 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 6M

DOP/UGX over 6M: show the values
PointDOP/UGX
2026-03-3062.6419
2026-04-0661.7689
2026-04-1361.4490
2026-04-2061.7721
2026-04-2762.4498
2026-05-0463.2122
2026-05-1163.0074
2026-05-1963.6649
2026-05-2764.1180
2026-06-0364.9735
2026-06-1264.4364
2026-06-1962.8039
2026-06-2662.6887
2026-07-0361.8312
2026-07-1062.7098
2026-07-1762.9896
2026-07-2464.0382
2026-07-3164.4376
2026-08-0763.8556
2026-08-1463.4118
2026-08-2263.3294
2026-08-2964.3940
2026-09-0563.8098
2026-09-1265.4404
2026-09-1966.6242
2026-09-2665.8241

High

66.6242

Low

61.4490

Average

63.6113

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.