AED to UGX exchange rate API
UAE Dirham to Uganda Shilling · quoted 2026-09-25
1069.54
▲ +12.26% over 1Y
1 AED = 1069.54 UGX · 1 UGX = 0.000935 AED · Get this rate via the API
1 AED buys 1069.54 UGX as of 2026-09-25, so 1 UGX buys 0.000935 AED. Over the last year, AED/UGX traded between 935.1603 and 1069.54, averaged 996.5698 and rose 12.26%. The API holds daily AED/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AED/UGX over 1Y: show the values
| Point | AED/UGX |
|---|---|
| 2025-09-25 | 952.73 |
| 2025-10-02 | 942.54 |
| 2025-10-09 | 935.16 |
| 2025-10-16 | 941.13 |
| 2025-10-23 | 949.11 |
| 2025-10-30 | 944.08 |
| 2025-11-06 | 950.47 |
| 2025-11-13 | 981.30 |
| 2025-11-20 | 989.60 |
| 2025-11-27 | 987.00 |
| 2025-12-04 | 965.07 |
| 2025-12-12 | 967.50 |
| 2025-12-19 | 972.50 |
| 2025-12-26 | 983.22 |
| 2026-01-02 | 985.62 |
| 2026-01-09 | 979.80 |
| 2026-01-16 | 968.06 |
| 2026-01-23 | 954.34 |
| 2026-01-30 | 970.39 |
| 2026-02-06 | 969.61 |
| 2026-02-13 | 965.05 |
| 2026-02-20 | 976.98 |
| 2026-02-27 | 979.43 |
| 2026-03-06 | 1002.19 |
| 2026-03-13 | 1020.61 |
| 2026-03-20 | 1027.71 |
| 2026-03-27 | 1011.53 |
| 2026-04-03 | 1021.86 |
| 2026-04-10 | 1002.02 |
| 2026-04-17 | 1006.00 |
| 2026-04-24 | 1012.91 |
| 2026-05-01 | 1023.92 |
| 2026-05-08 | 1021.59 |
| 2026-05-16 | 1021.83 |
| 2026-05-24 | 1030.06 |
| 2026-05-31 | 1026.84 |
| 2026-06-09 | 1027.40 |
| 2026-06-16 | 1009.95 |
| 2026-06-23 | 992.72 |
| 2026-06-30 | 997.62 |
| 2026-07-07 | 993.49 |
| 2026-07-14 | 1004.41 |
| 2026-07-21 | 1008.93 |
| 2026-07-28 | 1025.06 |
| 2026-08-04 | 1018.75 |
| 2026-08-11 | 1015.16 |
| 2026-08-18 | 1013.36 |
| 2026-08-26 | 1015.18 |
| 2026-09-02 | 1028.21 |
| 2026-09-09 | 1030.91 |
| 2026-09-16 | 1064.31 |
| 2026-09-23 | 1063.42 |
High
1069.54
Low
935.1603
Average
996.5698
Get this rate via the API
One GET request returns the AED/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=AED¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=UGX").json()Replace YOUR_API_KEY with the key from your dashboard.
AED/UGX API questions
How do I get the AED/UGX exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=UGX, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/UGX rate in rates.UGX.
How far back does AED/UGX historical data go?
Daily AED/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 AED/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.