Skip to content

DOP to UGX exchange rate API

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

65.8241

▲ +14.88% over YTD

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 year to date, DOP/UGX traded between 54.6739 and 66.8753, averaged 61.8824 and rose 14.88%. 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 YTD

DOP/UGX over YTD: show the values
PointDOP/UGX
2025-12-3157.2996
2026-01-0757.1557
2026-01-1456.1949
2026-01-2154.6739
2026-01-2856.8459
2026-02-0456.7679
2026-02-1156.6466
2026-02-1857.3404
2026-02-2558.8202
2026-03-0462.5621
2026-03-1161.6528
2026-03-1861.9671
2026-03-2562.5665
2026-04-0162.5972
2026-04-0861.8585
2026-04-1562.2531
2026-04-2261.4703
2026-04-2962.7721
2026-05-0663.3594
2026-05-1463.6188
2026-05-2164.0436
2026-05-2964.0587
2026-06-0564.6904
2026-06-1463.8229
2026-06-2162.3103
2026-06-2861.6898
2026-07-0561.8853
2026-07-1262.8906
2026-07-1963.2160
2026-07-2664.9670
2026-08-0264.4829
2026-08-0964.0447
2026-08-1663.3891
2026-08-2463.4516
2026-08-3164.0956
2026-09-0763.7785
2026-09-1465.4755
2026-09-2166.8753

High

66.8753

Low

54.6739

Average

61.8824

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.