Convert KWD to AUD
Kuwaiti Dinar → Australian Dollar
1 KWD = 4.605892 AUD(1 AUD = 0.217113 KWD)
Currency converter
1 KWD =
4.6059 AUD
KWD to AUD: last 30 days
Over the last 30 days, 1 KWD traded between 4.4815 and 4.6059 AUD, averaging 4.5317 AUD. The KWD/AUD rate is up 2.34% since 2026-08-28.
- 30-day high
- 4.6059
- 2026-09-25
- 30-day low
- 4.4815
- 2026-09-09
- 30-day average
- 4.5317
- Days with data: 30
- 30-day change
- +2.34%
- since 2026-08-28
4.6059
4.48152026-08-28 → 2026-09-26
| Date | 1 KWD in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 4.6059 | 0.00% |
| 2026-09-25 | 4.6059 | +0.07% |
| 2026-09-24 | 4.6028 | +0.41% |
| 2026-09-23 | 4.5839 | +0.56% |
| 2026-09-22 | 4.5585 | +0.30% |
| 2026-09-21 | 4.545 | -0.22% |
| 2026-09-20 | 4.555 | -0.04% |
| 2026-09-19 | 4.557 | -0.17% |
| 2026-09-18 | 4.5646 | +0.27% |
| 2026-09-17 | 4.5524 | +0.24% |
| 2026-09-16 | 4.5413 | -0.09% |
| 2026-09-15 | 4.5452 | +0.00% |
| 2026-09-14 | 4.545 | +0.39% |
| 2026-09-13 | 4.5271 | +0.13% |
| 2026-09-12 | 4.5213 | +0.03% |
| Date | 1 KWD in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 4.52 | +0.23% |
| 2026-09-10 | 4.5094 | +0.62% |
| 2026-09-09 | 4.4815 | -0.16% |
| 2026-09-08 | 4.4886 | +0.07% |
| 2026-09-07 | 4.4854 | -0.18% |
| 2026-09-06 | 4.4934 | +0.02% |
| 2026-09-05 | 4.4927 | -0.02% |
| 2026-09-04 | 4.4934 | -0.12% |
| 2026-09-03 | 4.4987 | -0.56% |
| 2026-09-02 | 4.5238 | -0.17% |
| 2026-09-01 | 4.5315 | +0.24% |
| 2026-08-31 | 4.5204 | +0.46% |
| 2026-08-30 | 4.4995 | -0.00% |
| 2026-08-29 | 4.4996 | -0.03% |
| 2026-08-28 | 4.5008 | — |
KWD to AUD conversion table
1 KWD4.6059 AUD
5 KWD23.0295 AUD
10 KWD46.0589 AUD
25 KWD115.1473 AUD
50 KWD230.2946 AUD
100 KWD460.5892 AUD
500 KWD2,302.9459 AUD
1,000 KWD4,605.8918 AUD
5,000 KWD23,029.459 AUD
10,000 KWD46,058.918 AUD
Get the KWD/AUD rate in your app
One GET request returns the latest KWD → 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/KWD/AUD"fetch('https://rate-api.com/api/v1/pair/KWD/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KWD = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KWD/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KWD = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KWD/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KWD = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "KWD",
"to": "AUD"
},
"rate": 4.6059,
"timestamp": 1790432101,
"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 KWDAustralian Dollar → Kuwaiti Dinar0.21711Convert KWD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.