Skip to content

USD to UGX exchange rate API

US Dollar to Uganda Shilling · quoted 2026-09-24

3905.92

▲ +11.53% over 1Y

1 USD = 3905.92 UGX · 1 UGX = 0.000256 USD · Get this rate via the API

1 USD buys 3905.92 UGX as of 2026-09-24, so 1 UGX buys 0.000256 USD. Over the last year, USD/UGX traded between 3432.38 and 3927.82, averaged 3656.48 and rose 11.53%. The API holds daily USD/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/UGX over 1Y

USD/UGX over 1Y: show the values
PointUSD/UGX
2025-09-243502.01
2025-10-013486.10
2025-10-083432.38
2025-10-153448.40
2025-10-223478.20
2025-10-293471.03
2025-11-053484.55
2025-11-123572.98
2025-11-193610.34
2025-11-263622.57
2025-12-033561.04
2025-12-113566.01
2025-12-183563.91
2025-12-253610.95
2026-01-013620.29
2026-01-083604.56
2026-01-153560.19
2026-01-223459.72
2026-01-293575.34
2026-02-053562.35
2026-02-123543.22
2026-02-193558.78
2026-02-263591.34
2026-03-053691.61
2026-03-123709.46
2026-03-193768.73
2026-03-263705.31
2026-04-023732.06
2026-04-093697.20
2026-04-163685.93
2026-04-233717.81
2026-04-303726.42
2026-05-073761.37
2026-05-153740.53
2026-05-233773.40
2026-05-303769.51
2026-06-063765.35
2026-06-153751.16
2026-06-223643.55
2026-06-293673.14
2026-07-063654.52
2026-07-133686.29
2026-07-203697.30
2026-07-273769.22
2026-08-033747.96
2026-08-103718.47
2026-08-173707.76
2026-08-253722.75
2026-09-013784.83
2026-09-083778.40
2026-09-153893.58
2026-09-223927.82

High

3927.82

Low

3432.38

Average

3656.48

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/UGX API questions

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

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

How far back does USD/UGX historical data go?

Daily USD/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 USD/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.