AED to UZS exchange rate API
UAE Dirham to Uzbekistan Sum · quoted 2026-09-25
3216.96
▼ +3.11% over 6M
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 6 months, AED/UZS traded between 3207.11 and 3320.29, averaged 3260.60 and fell 3.11%. 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 6M: show the values
| Point | AED/UZS |
|---|---|
| 2026-03-29 | 3320.29 |
| 2026-04-05 | 3312.91 |
| 2026-04-12 | 3305.36 |
| 2026-04-19 | 3309.74 |
| 2026-04-26 | 3264.91 |
| 2026-05-03 | 3253.62 |
| 2026-05-10 | 3293.51 |
| 2026-05-18 | 3266.65 |
| 2026-05-26 | 3269.00 |
| 2026-06-02 | 3255.43 |
| 2026-06-11 | 3284.77 |
| 2026-06-18 | 3285.93 |
| 2026-06-25 | 3278.96 |
| 2026-07-02 | 3248.73 |
| 2026-07-09 | 3267.83 |
| 2026-07-16 | 3276.83 |
| 2026-07-23 | 3279.38 |
| 2026-07-30 | 3268.68 |
| 2026-08-06 | 3232.86 |
| 2026-08-13 | 3251.83 |
| 2026-08-21 | 3224.74 |
| 2026-08-28 | 3214.46 |
| 2026-09-04 | 3207.11 |
| 2026-09-11 | 3209.01 |
| 2026-09-18 | 3219.45 |
| 2026-09-25 | 3217.16 |
High
3320.29
Low
3207.11
Average
3260.60
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.