AED to UZS exchange rate API
UAE Dirham to Uzbekistan Sum · quoted 2026-09-25
3216.96
▲ +0.37% over 30D
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 30 days, AED/UZS traded between 3194.22 and 3225.24, averaged 3212.63 and rose 0.37%. 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 30D: show the values
| Point | AED/UZS |
|---|---|
| 2026-08-26 | 3205.05 |
| 2026-08-27 | 3220.25 |
| 2026-08-28 | 3214.46 |
| 2026-08-29 | 3219.91 |
| 2026-08-30 | 3219.28 |
| 2026-08-31 | 3221.74 |
| 2026-09-01 | 3215.80 |
| 2026-09-02 | 3216.78 |
| 2026-09-03 | 3210.72 |
| 2026-09-04 | 3207.11 |
| 2026-09-05 | 3211.29 |
| 2026-09-06 | 3209.33 |
| 2026-09-07 | 3206.98 |
| 2026-09-08 | 3204.87 |
| 2026-09-09 | 3215.13 |
| 2026-09-10 | 3215.03 |
| 2026-09-11 | 3209.01 |
| 2026-09-12 | 3209.70 |
| 2026-09-13 | 3203.62 |
| 2026-09-14 | 3196.30 |
| 2026-09-15 | 3194.22 |
| 2026-09-16 | 3204.81 |
| 2026-09-17 | 3208.55 |
| 2026-09-18 | 3219.45 |
| 2026-09-19 | 3225.24 |
| 2026-09-20 | 3223.59 |
| 2026-09-21 | 3222.34 |
| 2026-09-22 | 3211.87 |
| 2026-09-23 | 3209.18 |
| 2026-09-24 | 3218.48 |
| 2026-09-25 | 3217.16 |
High
3225.24
Low
3194.22
Average
3212.63
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.