Skip to content

AED to KZT exchange rate API

UAE Dirham to Tenge · quoted 2026-09-24

121.3215

▼ +18.13% over 1Y

1 AED = 121.3215 KZT · 1 KZT = 0.008243 AED · Get this rate via the API

1 AED buys 121.3215 KZT as of 2026-09-24, so 1 KZT buys 0.008243 AED. Over the last year, AED/KZT traded between 121.3215 and 149.4366, averaged 133.9801 and fell 18.13%. The API holds daily AED/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/KZT over 1Y

AED/KZT over 1Y: show the values
PointAED/KZT
2025-09-24148.1839
2025-10-01149.4366
2025-10-08147.3809
2025-10-15146.3523
2025-10-22146.7372
2025-10-29145.2461
2025-11-05142.7958
2025-11-12142.9563
2025-11-19141.5060
2025-11-26140.7373
2025-12-03138.1424
2025-12-11141.6155
2025-12-18140.0790
2025-12-25139.8837
2026-01-01138.1450
2026-01-08138.9519
2026-01-15139.0716
2026-01-22138.2115
2026-01-29137.3675
2026-02-05135.7279
2026-02-12134.6310
2026-02-19133.5179
2026-02-26136.6479
2026-03-05135.2231
2026-03-12133.7510
2026-03-19131.3937
2026-03-26131.3724
2026-04-02129.3755
2026-04-09130.0813
2026-04-16128.8327
2026-04-23126.5875
2026-04-30126.1420
2026-05-07126.1094
2026-05-15128.8998
2026-05-23128.3774
2026-05-30132.9544
2026-06-06132.3062
2026-06-15133.2246
2026-06-22132.8302
2026-06-29132.3375
2026-07-06128.7094
2026-07-13129.2318
2026-07-20128.2924
2026-07-27129.2169
2026-08-03128.9663
2026-08-10127.5509
2026-08-17126.1494
2026-08-25124.4964
2026-09-01125.6762
2026-09-08123.6028
2026-09-15122.5272
2026-09-22122.0800

High

149.4366

Low

121.3215

Average

133.9801

For developers

Get this rate via the API

One GET request returns the AED/KZT 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=KZT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=KZT");
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=KZT").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/KZT API questions

How do I get the AED/KZT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=KZT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/KZT rate in rates.KZT.

How far back does AED/KZT historical data go?

Daily AED/KZT 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/KZT 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.