Skip to content

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

AED/UZS over YTD: show the values
PointAED/UZS
2025-12-313274.98
2026-01-073260.96
2026-01-143290.45
2026-01-213284.50
2026-01-283302.42
2026-02-043335.80
2026-02-113356.89
2026-02-183308.24
2026-02-253321.23
2026-03-043324.14
2026-03-113311.81
2026-03-183295.90
2026-03-253316.11
2026-04-013324.95
2026-04-083319.27
2026-04-153308.14
2026-04-223287.63
2026-04-293286.11
2026-05-063273.82
2026-05-143288.86
2026-05-213290.61
2026-05-293269.81
2026-06-053261.37
2026-06-143262.56
2026-06-213283.21
2026-06-283269.70
2026-07-053260.25
2026-07-123287.77
2026-07-193275.96
2026-07-263273.35
2026-08-023256.41
2026-08-093254.23
2026-08-163238.43
2026-08-243225.79
2026-08-313221.74
2026-09-073206.98
2026-09-143196.30
2026-09-213222.34

High

3356.89

Low

3196.30

Average

3278.10

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.