DOP to UGX exchange rate API
Dominican Peso to Uganda Shilling · quoted 2026-09-26
65.8241
▲ +17.52% over 1Y
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 year, DOP/UGX traded between 54.2443 and 66.9233, averaged 60.3379 and rose 17.52%. 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 1Y: show the values
| Point | DOP/UGX |
|---|---|
| 2025-09-26 | 56.0087 |
| 2025-10-03 | 55.3970 |
| 2025-10-10 | 54.5237 |
| 2025-10-17 | 54.8937 |
| 2025-10-24 | 54.7774 |
| 2025-10-31 | 54.2443 |
| 2025-11-07 | 54.3107 |
| 2025-11-14 | 55.9203 |
| 2025-11-21 | 57.1292 |
| 2025-11-28 | 57.8830 |
| 2025-12-05 | 55.8364 |
| 2025-12-13 | 55.6213 |
| 2025-12-20 | 57.0124 |
| 2025-12-27 | 57.6080 |
| 2026-01-03 | 57.4340 |
| 2026-01-10 | 56.7382 |
| 2026-01-17 | 56.0856 |
| 2026-01-24 | 56.2936 |
| 2026-01-31 | 56.6938 |
| 2026-02-07 | 56.5709 |
| 2026-02-14 | 56.8521 |
| 2026-02-21 | 58.6798 |
| 2026-02-28 | 59.8618 |
| 2026-03-07 | 61.1044 |
| 2026-03-14 | 60.7889 |
| 2026-03-21 | 63.9407 |
| 2026-03-28 | 62.3807 |
| 2026-04-04 | 61.6063 |
| 2026-04-11 | 61.2648 |
| 2026-04-18 | 61.3366 |
| 2026-04-25 | 62.5381 |
| 2026-05-02 | 63.2057 |
| 2026-05-09 | 63.1259 |
| 2026-05-17 | 63.3238 |
| 2026-05-25 | 64.3342 |
| 2026-06-01 | 64.2117 |
| 2026-06-10 | 64.5951 |
| 2026-06-17 | 63.0311 |
| 2026-06-24 | 62.2968 |
| 2026-07-01 | 61.5145 |
| 2026-07-08 | 61.9248 |
| 2026-07-15 | 63.3295 |
| 2026-07-22 | 63.5647 |
| 2026-07-29 | 64.8904 |
| 2026-08-05 | 64.2576 |
| 2026-08-12 | 63.8488 |
| 2026-08-20 | 63.6193 |
| 2026-08-27 | 64.3692 |
| 2026-09-03 | 64.4243 |
| 2026-09-10 | 64.5034 |
| 2026-09-17 | 66.9233 |
| 2026-09-24 | 65.4529 |
High
66.9233
Low
54.2443
Average
60.3379
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.