Skip to content

AED to KYD exchange rate API

UAE Dirham to Cayman Islands Dollar · quoted 2026-09-25

0.22641

▲ +0.00% over YTD

1 AED = 0.22641 KYD · 1 KYD = 4.4168 AED · Get this rate via the API

1 AED buys 0.22641 KYD as of 2026-09-25, so 1 KYD buys 4.4168 AED. Over the year to date, AED/KYD traded between 0.22325 and 0.22717, averaged 0.22564 and rose 0.00%. The API holds daily AED/KYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/KYD over YTD

AED/KYD over YTD: show the values
PointAED/KYD
2025-12-310.22640
2026-01-070.22587
2026-01-140.22568
2026-01-210.22643
2026-01-280.22556
2026-02-040.22624
2026-02-110.22643
2026-02-180.22637
2026-02-250.22567
2026-03-040.22626
2026-03-110.22638
2026-03-180.22632
2026-03-250.22573
2026-04-010.22642
2026-04-080.22621
2026-04-150.22700
2026-04-220.22717
2026-04-290.22684
2026-05-060.22640
2026-05-140.22642
2026-05-210.22647
2026-05-290.22567
2026-06-050.22652
2026-06-140.22363
2026-06-210.22375
2026-06-280.22483
2026-07-050.22325
2026-07-120.22350
2026-07-190.22334
2026-07-260.22393
2026-08-020.22337
2026-08-090.22434
2026-08-160.22337
2026-08-240.22647
2026-08-310.22618
2026-09-070.22642
2026-09-140.22640
2026-09-210.22624

High

0.22717

Low

0.22325

Average

0.22564

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/KYD API questions

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

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

How far back does AED/KYD historical data go?

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