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: show the values
| Point | USD/UGX |
|---|---|
| 2025-09-24 | 3502.01 |
| 2025-10-01 | 3486.10 |
| 2025-10-08 | 3432.38 |
| 2025-10-15 | 3448.40 |
| 2025-10-22 | 3478.20 |
| 2025-10-29 | 3471.03 |
| 2025-11-05 | 3484.55 |
| 2025-11-12 | 3572.98 |
| 2025-11-19 | 3610.34 |
| 2025-11-26 | 3622.57 |
| 2025-12-03 | 3561.04 |
| 2025-12-11 | 3566.01 |
| 2025-12-18 | 3563.91 |
| 2025-12-25 | 3610.95 |
| 2026-01-01 | 3620.29 |
| 2026-01-08 | 3604.56 |
| 2026-01-15 | 3560.19 |
| 2026-01-22 | 3459.72 |
| 2026-01-29 | 3575.34 |
| 2026-02-05 | 3562.35 |
| 2026-02-12 | 3543.22 |
| 2026-02-19 | 3558.78 |
| 2026-02-26 | 3591.34 |
| 2026-03-05 | 3691.61 |
| 2026-03-12 | 3709.46 |
| 2026-03-19 | 3768.73 |
| 2026-03-26 | 3705.31 |
| 2026-04-02 | 3732.06 |
| 2026-04-09 | 3697.20 |
| 2026-04-16 | 3685.93 |
| 2026-04-23 | 3717.81 |
| 2026-04-30 | 3726.42 |
| 2026-05-07 | 3761.37 |
| 2026-05-15 | 3740.53 |
| 2026-05-23 | 3773.40 |
| 2026-05-30 | 3769.51 |
| 2026-06-06 | 3765.35 |
| 2026-06-15 | 3751.16 |
| 2026-06-22 | 3643.55 |
| 2026-06-29 | 3673.14 |
| 2026-07-06 | 3654.52 |
| 2026-07-13 | 3686.29 |
| 2026-07-20 | 3697.30 |
| 2026-07-27 | 3769.22 |
| 2026-08-03 | 3747.96 |
| 2026-08-10 | 3718.47 |
| 2026-08-17 | 3707.76 |
| 2026-08-25 | 3722.75 |
| 2026-09-01 | 3784.83 |
| 2026-09-08 | 3778.40 |
| 2026-09-15 | 3893.58 |
| 2026-09-22 | 3927.82 |
High
3927.82
Low
3432.38
Average
3656.48
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.