Convert KYD to AUD
Cayman Islands Dollar → Australian Dollar
1 KYD = 1.70692 AUD(1 AUD = 0.585851 KYD)
Currency converter
1 KYD =
1.7069 AUD
KYD to AUD: last 30 days
Over the last 30 days, 1 KYD traded between 1.6642 and 1.7106 AUD, averaging 1.6852 AUD. The KYD/AUD rate is up 2.10% since 2026-08-28.
- 30-day high
- 1.7106
- 2026-09-20
- 30-day low
- 1.6642
- 2026-09-09
- 30-day average
- 1.6852
- Days with data: 30
- 30-day change
- +2.10%
- since 2026-08-28
1.7106
1.66422026-08-28 → 2026-09-26
| Date | 1 KYD in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 1.7069 | 0.00% |
| 2026-09-25 | 1.7069 | -0.05% |
| 2026-09-24 | 1.7078 | +0.58% |
| 2026-09-23 | 1.6979 | +0.10% |
| 2026-09-22 | 1.6962 | +0.61% |
| 2026-09-21 | 1.686 | -1.44% |
| 2026-09-20 | 1.7106 | +1.39% |
| 2026-09-19 | 1.6871 | +0.09% |
| 2026-09-18 | 1.6855 | -0.45% |
| 2026-09-17 | 1.6931 | +0.43% |
| 2026-09-16 | 1.6859 | -0.15% |
| 2026-09-15 | 1.6884 | +0.10% |
| 2026-09-14 | 1.6867 | -0.63% |
| 2026-09-13 | 1.6974 | +1.31% |
| 2026-09-12 | 1.6755 | -0.06% |
| Date | 1 KYD in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 1.6765 | -0.12% |
| 2026-09-10 | 1.6785 | +0.86% |
| 2026-09-09 | 1.6642 | -0.22% |
| 2026-09-08 | 1.6679 | +0.07% |
| 2026-09-07 | 1.6667 | -1.53% |
| 2026-09-06 | 1.6927 | +1.46% |
| 2026-09-05 | 1.6683 | -0.36% |
| 2026-09-04 | 1.6743 | +0.09% |
| 2026-09-03 | 1.6728 | -0.58% |
| 2026-09-02 | 1.6825 | -0.09% |
| 2026-09-01 | 1.684 | +0.20% |
| 2026-08-31 | 1.6807 | -0.76% |
| 2026-08-30 | 1.6936 | +1.43% |
| 2026-08-29 | 1.6698 | -0.13% |
| 2026-08-28 | 1.6719 | — |
KYD to AUD conversion table
1 KYD1.7069 AUD
5 KYD8.5346 AUD
10 KYD17.0692 AUD
25 KYD42.673 AUD
50 KYD85.346 AUD
100 KYD170.692 AUD
500 KYD853.46 AUD
1,000 KYD1,706.9199 AUD
5,000 KYD8,534.5996 AUD
10,000 KYD17,069.199 AUD
Get the KYD/AUD rate in your app
One GET request returns the latest KYD → AUD 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/KYD/AUD"fetch('https://rate-api.com/api/v1/pair/KYD/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KYD = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KYD/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KYD = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KYD/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KYD = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "KYD",
"to": "AUD"
},
"rate": 1.7069,
"timestamp": 1790435071,
"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
AUD to KYDAustralian Dollar → Cayman Islands Dollar0.58585Convert KYD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.