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: show the values
| Point | DOP/UGX |
|---|---|
| 2025-12-31 | 57.2996 |
| 2026-01-07 | 57.1557 |
| 2026-01-14 | 56.1949 |
| 2026-01-21 | 54.6739 |
| 2026-01-28 | 56.8459 |
| 2026-02-04 | 56.7679 |
| 2026-02-11 | 56.6466 |
| 2026-02-18 | 57.3404 |
| 2026-02-25 | 58.8202 |
| 2026-03-04 | 62.5621 |
| 2026-03-11 | 61.6528 |
| 2026-03-18 | 61.9671 |
| 2026-03-25 | 62.5665 |
| 2026-04-01 | 62.5972 |
| 2026-04-08 | 61.8585 |
| 2026-04-15 | 62.2531 |
| 2026-04-22 | 61.4703 |
| 2026-04-29 | 62.7721 |
| 2026-05-06 | 63.3594 |
| 2026-05-14 | 63.6188 |
| 2026-05-21 | 64.0436 |
| 2026-05-29 | 64.0587 |
| 2026-06-05 | 64.6904 |
| 2026-06-14 | 63.8229 |
| 2026-06-21 | 62.3103 |
| 2026-06-28 | 61.6898 |
| 2026-07-05 | 61.8853 |
| 2026-07-12 | 62.8906 |
| 2026-07-19 | 63.2160 |
| 2026-07-26 | 64.9670 |
| 2026-08-02 | 64.4829 |
| 2026-08-09 | 64.0447 |
| 2026-08-16 | 63.3891 |
| 2026-08-24 | 63.4516 |
| 2026-08-31 | 64.0956 |
| 2026-09-07 | 63.7785 |
| 2026-09-14 | 65.4755 |
| 2026-09-21 | 66.8753 |
High
66.8753
Low
54.6739
Average
61.8824
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.