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: show the values
| Point | DOP/UGX |
|---|---|
| 2026-08-27 | 64.3692 |
| 2026-08-28 | 64.0624 |
| 2026-08-29 | 64.3940 |
| 2026-08-30 | 64.2160 |
| 2026-08-31 | 64.0956 |
| 2026-09-01 | 64.2344 |
| 2026-09-02 | 64.1483 |
| 2026-09-03 | 64.4243 |
| 2026-09-04 | 63.8300 |
| 2026-09-05 | 63.8098 |
| 2026-09-06 | 64.0874 |
| 2026-09-07 | 63.7785 |
| 2026-09-08 | 63.8356 |
| 2026-09-09 | 64.2771 |
| 2026-09-10 | 64.5034 |
| 2026-09-11 | 65.0886 |
| 2026-09-12 | 65.4404 |
| 2026-09-13 | 65.4732 |
| 2026-09-14 | 65.4755 |
| 2026-09-15 | 66.0396 |
| 2026-09-16 | 66.1457 |
| 2026-09-17 | 66.9233 |
| 2026-09-18 | 66.3483 |
| 2026-09-19 | 66.6242 |
| 2026-09-20 | 66.6524 |
| 2026-09-21 | 66.8753 |
| 2026-09-22 | 66.5229 |
| 2026-09-23 | 65.6358 |
| 2026-09-24 | 65.4529 |
| 2026-09-25 | 66.1255 |
| 2026-09-26 | 65.8241 |
High
66.9233
Low
63.7785
Average
65.1418
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.