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: show the values
| Point | AED/KZT |
|---|---|
| 2025-09-24 | 148.1839 |
| 2025-10-01 | 149.4366 |
| 2025-10-08 | 147.3809 |
| 2025-10-15 | 146.3523 |
| 2025-10-22 | 146.7372 |
| 2025-10-29 | 145.2461 |
| 2025-11-05 | 142.7958 |
| 2025-11-12 | 142.9563 |
| 2025-11-19 | 141.5060 |
| 2025-11-26 | 140.7373 |
| 2025-12-03 | 138.1424 |
| 2025-12-11 | 141.6155 |
| 2025-12-18 | 140.0790 |
| 2025-12-25 | 139.8837 |
| 2026-01-01 | 138.1450 |
| 2026-01-08 | 138.9519 |
| 2026-01-15 | 139.0716 |
| 2026-01-22 | 138.2115 |
| 2026-01-29 | 137.3675 |
| 2026-02-05 | 135.7279 |
| 2026-02-12 | 134.6310 |
| 2026-02-19 | 133.5179 |
| 2026-02-26 | 136.6479 |
| 2026-03-05 | 135.2231 |
| 2026-03-12 | 133.7510 |
| 2026-03-19 | 131.3937 |
| 2026-03-26 | 131.3724 |
| 2026-04-02 | 129.3755 |
| 2026-04-09 | 130.0813 |
| 2026-04-16 | 128.8327 |
| 2026-04-23 | 126.5875 |
| 2026-04-30 | 126.1420 |
| 2026-05-07 | 126.1094 |
| 2026-05-15 | 128.8998 |
| 2026-05-23 | 128.3774 |
| 2026-05-30 | 132.9544 |
| 2026-06-06 | 132.3062 |
| 2026-06-15 | 133.2246 |
| 2026-06-22 | 132.8302 |
| 2026-06-29 | 132.3375 |
| 2026-07-06 | 128.7094 |
| 2026-07-13 | 129.2318 |
| 2026-07-20 | 128.2924 |
| 2026-07-27 | 129.2169 |
| 2026-08-03 | 128.9663 |
| 2026-08-10 | 127.5509 |
| 2026-08-17 | 126.1494 |
| 2026-08-25 | 124.4964 |
| 2026-09-01 | 125.6762 |
| 2026-09-08 | 123.6028 |
| 2026-09-15 | 122.5272 |
| 2026-09-22 | 122.0800 |
High
149.4366
Low
121.3215
Average
133.9801
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.