Skip to content

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

AED/UZS over 30D: show the values
PointAED/UZS
2026-08-263205.05
2026-08-273220.25
2026-08-283214.46
2026-08-293219.91
2026-08-303219.28
2026-08-313221.74
2026-09-013215.80
2026-09-023216.78
2026-09-033210.72
2026-09-043207.11
2026-09-053211.29
2026-09-063209.33
2026-09-073206.98
2026-09-083204.87
2026-09-093215.13
2026-09-103215.03
2026-09-113209.01
2026-09-123209.70
2026-09-133203.62
2026-09-143196.30
2026-09-153194.22
2026-09-163204.81
2026-09-173208.55
2026-09-183219.45
2026-09-193225.24
2026-09-203223.59
2026-09-213222.34
2026-09-223211.87
2026-09-233209.18
2026-09-243218.48
2026-09-253217.16

High

3225.24

Low

3194.22

Average

3212.63

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.