Skip to content

DOP to UGX exchange rate API

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

65.8241

▲ +5.66% over 5Y

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 5 years, DOP/UGX traded between 54.3197 and 65.8241, averaged 60.2034 and rose 5.66%. 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 5Y

DOP/UGX over 5Y: show the values
PointDOP/UGX
2024-08-2462.2956
2024-10-0760.6842
2024-11-0660.7255
2024-12-0660.6017
2025-01-0560.1848
2025-02-0459.3471
2025-03-0658.7790
2025-04-0658.2350
2025-05-0662.3369
2025-06-0761.3466
2025-07-0759.9535
2025-08-0658.9233
2025-09-0555.7015
2025-10-0655.1891
2025-11-0554.3197
2025-12-0555.8364
2026-01-0557.2926
2026-02-0456.7679
2026-03-0661.9049
2026-04-0561.8965
2026-05-0562.9766
2026-06-0664.6074
2026-07-0861.9248
2026-08-0763.8556
2026-09-0763.7785

High

65.8241

Low

54.3197

Average

60.2034

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.