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: show the values
| Point | DOP/UGX |
|---|---|
| 2026-03-30 | 62.6419 |
| 2026-04-06 | 61.7689 |
| 2026-04-13 | 61.4490 |
| 2026-04-20 | 61.7721 |
| 2026-04-27 | 62.4498 |
| 2026-05-04 | 63.2122 |
| 2026-05-11 | 63.0074 |
| 2026-05-19 | 63.6649 |
| 2026-05-27 | 64.1180 |
| 2026-06-03 | 64.9735 |
| 2026-06-12 | 64.4364 |
| 2026-06-19 | 62.8039 |
| 2026-06-26 | 62.6887 |
| 2026-07-03 | 61.8312 |
| 2026-07-10 | 62.7098 |
| 2026-07-17 | 62.9896 |
| 2026-07-24 | 64.0382 |
| 2026-07-31 | 64.4376 |
| 2026-08-07 | 63.8556 |
| 2026-08-14 | 63.4118 |
| 2026-08-22 | 63.3294 |
| 2026-08-29 | 64.3940 |
| 2026-09-05 | 63.8098 |
| 2026-09-12 | 65.4404 |
| 2026-09-19 | 66.6242 |
| 2026-09-26 | 65.8241 |
High
66.6242
Low
61.4490
Average
63.6113
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.