AED to UZS exchange rate API
UAE Dirham to Uzbekistan Sum · quoted 2026-09-25
3216.96
▼ +3.15% over 1Y
1 AED = 3216.96 UZS · 1 UZS = 0.000311 AED · Get this rate via the API
1 AED buys 3216.96 UZS as of 2026-09-25, so 1 UZS buys 0.000311 AED. Over the last year, AED/UZS traded between 3204.81 and 3346.22, averaged 3276.58 and fell 3.15%. The API holds daily AED/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AED/UZS over 1Y: show the values
| Point | AED/UZS |
|---|---|
| 2025-09-25 | 3321.47 |
| 2025-10-02 | 3292.42 |
| 2025-10-09 | 3282.91 |
| 2025-10-16 | 3320.20 |
| 2025-10-23 | 3280.82 |
| 2025-10-30 | 3268.63 |
| 2025-11-06 | 3262.14 |
| 2025-11-13 | 3265.83 |
| 2025-11-20 | 3243.62 |
| 2025-11-27 | 3233.39 |
| 2025-12-04 | 3264.55 |
| 2025-12-12 | 3275.18 |
| 2025-12-19 | 3279.86 |
| 2025-12-26 | 3291.22 |
| 2026-01-02 | 3272.19 |
| 2026-01-09 | 3286.29 |
| 2026-01-16 | 3262.43 |
| 2026-01-23 | 3306.69 |
| 2026-01-30 | 3305.25 |
| 2026-02-06 | 3346.22 |
| 2026-02-13 | 3341.08 |
| 2026-02-20 | 3308.59 |
| 2026-02-27 | 3304.37 |
| 2026-03-06 | 3316.15 |
| 2026-03-13 | 3300.63 |
| 2026-03-20 | 3313.93 |
| 2026-03-27 | 3317.71 |
| 2026-04-03 | 3303.02 |
| 2026-04-10 | 3326.90 |
| 2026-04-17 | 3311.73 |
| 2026-04-24 | 3280.61 |
| 2026-05-01 | 3249.97 |
| 2026-05-08 | 3309.88 |
| 2026-05-16 | 3263.48 |
| 2026-05-24 | 3261.32 |
| 2026-05-31 | 3267.64 |
| 2026-06-09 | 3274.08 |
| 2026-06-16 | 3268.09 |
| 2026-06-23 | 3270.67 |
| 2026-06-30 | 3282.52 |
| 2026-07-07 | 3275.56 |
| 2026-07-14 | 3301.56 |
| 2026-07-21 | 3259.06 |
| 2026-07-28 | 3272.60 |
| 2026-08-04 | 3265.47 |
| 2026-08-11 | 3247.21 |
| 2026-08-18 | 3235.66 |
| 2026-08-26 | 3205.05 |
| 2026-09-02 | 3216.78 |
| 2026-09-09 | 3215.13 |
| 2026-09-16 | 3204.81 |
| 2026-09-23 | 3209.18 |
High
3346.22
Low
3204.81
Average
3276.58
Get this rate via the API
One GET request returns the AED/UZS 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=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=UZS").json()Replace YOUR_API_KEY with the key from your dashboard.
AED/UZS API questions
How do I get the AED/UZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/UZS rate in rates.UZS.
How far back does AED/UZS historical data go?
Daily AED/UZS 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/UZS 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.