Convert AUD to KYD
Australian Dollar → Cayman Islands Dollar
1 AUD = 0.585851 KYD(1 KYD = 1.70692 AUD)
Currency converter
1 AUD =
0.58585 KYD
AUD to KYD: last 30 days
Over the last 30 days, 1 AUD traded between 0.5846 and 0.60089 KYD, averaging 0.59343 KYD. The AUD/KYD rate is down 2.05% since 2026-08-28.
- 30-day high
- 0.60089
- 2026-09-09
- 30-day low
- 0.5846
- 2026-09-20
- 30-day average
- 0.59343
- Days with data: 30
- 30-day change
- -2.05%
- since 2026-08-28
0.60089
0.58462026-08-28 → 2026-09-26
| Date | 1 AUD in KYD | Daily change |
|---|---|---|
| 2026-09-26 | 0.58585 | 0.00% |
| 2026-09-25 | 0.58585 | +0.05% |
| 2026-09-24 | 0.58555 | -0.58% |
| 2026-09-23 | 0.58895 | -0.10% |
| 2026-09-22 | 0.58954 | -0.60% |
| 2026-09-21 | 0.59312 | +1.46% |
| 2026-09-20 | 0.5846 | -1.37% |
| 2026-09-19 | 0.59274 | -0.09% |
| 2026-09-18 | 0.59329 | +0.45% |
| 2026-09-17 | 0.59062 | -0.43% |
| 2026-09-16 | 0.59317 | +0.15% |
| 2026-09-15 | 0.59227 | -0.10% |
| 2026-09-14 | 0.59288 | +0.64% |
| 2026-09-13 | 0.58912 | -1.29% |
| 2026-09-12 | 0.59683 | +0.06% |
| Date | 1 AUD in KYD | Daily change |
|---|---|---|
| 2026-09-11 | 0.59649 | +0.12% |
| 2026-09-10 | 0.59576 | -0.85% |
| 2026-09-09 | 0.60089 | +0.22% |
| 2026-09-08 | 0.59955 | -0.07% |
| 2026-09-07 | 0.59999 | +1.56% |
| 2026-09-06 | 0.59078 | -1.44% |
| 2026-09-05 | 0.59942 | +0.36% |
| 2026-09-04 | 0.59728 | -0.09% |
| 2026-09-03 | 0.59782 | +0.58% |
| 2026-09-02 | 0.59436 | +0.09% |
| 2026-09-01 | 0.59381 | -0.20% |
| 2026-08-31 | 0.59498 | +0.76% |
| 2026-08-30 | 0.59046 | -1.41% |
| 2026-08-29 | 0.59889 | +0.13% |
| 2026-08-28 | 0.59813 | — |
AUD to KYD conversion table
1 AUD0.58585 KYD
5 AUD2.9293 KYD
10 AUD5.8585 KYD
25 AUD14.6463 KYD
50 AUD29.2925 KYD
100 AUD58.5851 KYD
500 AUD292.9253 KYD
1,000 AUD585.8506 KYD
5,000 AUD2,929.2528 KYD
10,000 AUD5,858.5057 KYD
Get the AUD/KYD rate in your app
One GET request returns the latest AUD → KYD rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/AUD/KYD"fetch('https://rate-api.com/api/v1/pair/AUD/KYD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} KYD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/KYD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} KYD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/KYD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} KYD\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "KYD"
},
"rate": 0.5859,
"timestamp": 1790429354,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
KYD to AUDCayman Islands Dollar → Australian Dollar1.7069Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.