Skip to content

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

AED/UZS over 6M: show the values
PointAED/UZS
2026-03-293320.29
2026-04-053312.91
2026-04-123305.36
2026-04-193309.74
2026-04-263264.91
2026-05-033253.62
2026-05-103293.51
2026-05-183266.65
2026-05-263269.00
2026-06-023255.43
2026-06-113284.77
2026-06-183285.93
2026-06-253278.96
2026-07-023248.73
2026-07-093267.83
2026-07-163276.83
2026-07-233279.38
2026-07-303268.68
2026-08-063232.86
2026-08-133251.83
2026-08-213224.74
2026-08-283214.46
2026-09-043207.11
2026-09-113209.01
2026-09-183219.45
2026-09-253217.16

High

3320.29

Low

3207.11

Average

3260.60

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.