Skip to content

UGX to DOP exchange rate API

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

0.01519

▼ +14.91% over 1Y

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 last year, UGX/DOP traded between 0.01494 and 0.01843, averaged 0.01664 and fell 14.91%. 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 1Y

UGX/DOP over 1Y: show the values
PointUGX/DOP
2025-09-260.01785
2025-10-030.01805
2025-10-100.01834
2025-10-170.01822
2025-10-240.01826
2025-10-310.01843
2025-11-070.01841
2025-11-140.01788
2025-11-210.01750
2025-11-280.01728
2025-12-050.01791
2025-12-130.01798
2025-12-200.01754
2025-12-270.01736
2026-01-030.01741
2026-01-100.01762
2026-01-170.01783
2026-01-240.01776
2026-01-310.01764
2026-02-070.01768
2026-02-140.01759
2026-02-210.01704
2026-02-280.01671
2026-03-070.01637
2026-03-140.01645
2026-03-210.01564
2026-03-280.01603
2026-04-040.01623
2026-04-110.01632
2026-04-180.01630
2026-04-250.01599
2026-05-020.01582
2026-05-090.01584
2026-05-170.01579
2026-05-250.01554
2026-06-010.01557
2026-06-100.01548
2026-06-170.01587
2026-06-240.01605
2026-07-010.01626
2026-07-080.01615
2026-07-150.01579
2026-07-220.01573
2026-07-290.01541
2026-08-050.01556
2026-08-120.01566
2026-08-200.01572
2026-08-270.01554
2026-09-030.01552
2026-09-100.01550
2026-09-170.01494
2026-09-240.01528

High

0.01843

Low

0.01494

Average

0.01664

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.