Skip to content

UGX to DOP exchange rate API

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

0.01519

▼ +12.95% over YTD

1 UGX = 0.01519 DOP · 1 DOP = 65.8241 UGX · Get this rate via the API

1 UGX buys 0.01519 DOP as of 2026-09-26, so 1 DOP buys 65.8241 UGX. Over the year to date, UGX/DOP traded between 0.01495 and 0.01829, averaged 0.01620 and fell 12.95%. The API holds daily UGX/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

UGX/DOP over YTD

UGX/DOP over YTD: show the values
PointUGX/DOP
2025-12-310.01745
2026-01-070.01750
2026-01-140.01779
2026-01-210.01829
2026-01-280.01759
2026-02-040.01761
2026-02-110.01765
2026-02-180.01744
2026-02-250.01700
2026-03-040.01598
2026-03-110.01622
2026-03-180.01614
2026-03-250.01598
2026-04-010.01597
2026-04-080.01616
2026-04-150.01606
2026-04-220.01627
2026-04-290.01593
2026-05-060.01578
2026-05-140.01572
2026-05-210.01561
2026-05-290.01561
2026-06-050.01546
2026-06-140.01567
2026-06-210.01605
2026-06-280.01621
2026-07-050.01616
2026-07-120.01590
2026-07-190.01582
2026-07-260.01539
2026-08-020.01551
2026-08-090.01561
2026-08-160.01578
2026-08-240.01576
2026-08-310.01560
2026-09-070.01568
2026-09-140.01527
2026-09-210.01495

High

0.01829

Low

0.01495

Average

0.01620

For developers

Get this rate via the API

One GET request returns the UGX/DOP 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=UGX&currencies=DOP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UGX&currencies=DOP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UGX&currencies=DOP").json()

Replace YOUR_API_KEY with the key from your dashboard.

UGX/DOP API questions

How do I get the UGX/DOP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UGX&currencies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest UGX/DOP rate in rates.DOP.

How far back does UGX/DOP historical data go?

Daily UGX/DOP 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 UGX/DOP 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.