Skip to content

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

AED/UZS over 1Y: show the values
PointAED/UZS
2025-09-253321.47
2025-10-023292.42
2025-10-093282.91
2025-10-163320.20
2025-10-233280.82
2025-10-303268.63
2025-11-063262.14
2025-11-133265.83
2025-11-203243.62
2025-11-273233.39
2025-12-043264.55
2025-12-123275.18
2025-12-193279.86
2025-12-263291.22
2026-01-023272.19
2026-01-093286.29
2026-01-163262.43
2026-01-233306.69
2026-01-303305.25
2026-02-063346.22
2026-02-133341.08
2026-02-203308.59
2026-02-273304.37
2026-03-063316.15
2026-03-133300.63
2026-03-203313.93
2026-03-273317.71
2026-04-033303.02
2026-04-103326.90
2026-04-173311.73
2026-04-243280.61
2026-05-013249.97
2026-05-083309.88
2026-05-163263.48
2026-05-243261.32
2026-05-313267.64
2026-06-093274.08
2026-06-163268.09
2026-06-233270.67
2026-06-303282.52
2026-07-073275.56
2026-07-143301.56
2026-07-213259.06
2026-07-283272.60
2026-08-043265.47
2026-08-113247.21
2026-08-183235.66
2026-08-263205.05
2026-09-023216.78
2026-09-093215.13
2026-09-163204.81
2026-09-233209.18

High

3346.22

Low

3204.81

Average

3276.58

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=UZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=UZS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=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&currencies=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.