AED to UZS exchange rate API
UAE Dirham to Uzbekistan Sum · quoted 2026-09-25
3216.96
▼ +1.77% over YTD
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 year to date, AED/UZS traded between 3196.30 and 3356.89, averaged 3278.10 and fell 1.77%. 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 YTD: show the values
| Point | AED/UZS |
|---|---|
| 2025-12-31 | 3274.98 |
| 2026-01-07 | 3260.96 |
| 2026-01-14 | 3290.45 |
| 2026-01-21 | 3284.50 |
| 2026-01-28 | 3302.42 |
| 2026-02-04 | 3335.80 |
| 2026-02-11 | 3356.89 |
| 2026-02-18 | 3308.24 |
| 2026-02-25 | 3321.23 |
| 2026-03-04 | 3324.14 |
| 2026-03-11 | 3311.81 |
| 2026-03-18 | 3295.90 |
| 2026-03-25 | 3316.11 |
| 2026-04-01 | 3324.95 |
| 2026-04-08 | 3319.27 |
| 2026-04-15 | 3308.14 |
| 2026-04-22 | 3287.63 |
| 2026-04-29 | 3286.11 |
| 2026-05-06 | 3273.82 |
| 2026-05-14 | 3288.86 |
| 2026-05-21 | 3290.61 |
| 2026-05-29 | 3269.81 |
| 2026-06-05 | 3261.37 |
| 2026-06-14 | 3262.56 |
| 2026-06-21 | 3283.21 |
| 2026-06-28 | 3269.70 |
| 2026-07-05 | 3260.25 |
| 2026-07-12 | 3287.77 |
| 2026-07-19 | 3275.96 |
| 2026-07-26 | 3273.35 |
| 2026-08-02 | 3256.41 |
| 2026-08-09 | 3254.23 |
| 2026-08-16 | 3238.43 |
| 2026-08-24 | 3225.79 |
| 2026-08-31 | 3221.74 |
| 2026-09-07 | 3206.98 |
| 2026-09-14 | 3196.30 |
| 2026-09-21 | 3222.34 |
High
3356.89
Low
3196.30
Average
3278.10
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.