Convert AUD to CZK
Australian Dollar → Czech Koruna
1 AUD = 15.009248 CZK(1 CZK = 0.0666256 AUD)
Currency converter
1 AUD =
15.0092 CZK
AUD to CZK: last 30 days
Over the last 30 days, 1 AUD traded between 14.8861 and 15.1278 CZK, averaging 15.0155 CZK. The AUD/CZK rate is up 0.59% since 2026-08-28.
- 30-day high
- 15.1278
- 2026-09-21
- 30-day low
- 14.8861
- 2026-09-01
- 30-day average
- 15.0155
- Days with data: 30
- 30-day change
- +0.59%
- since 2026-08-28
15.1278
14.88612026-08-28 → 2026-09-26
| Date | 1 AUD in CZK | Daily change |
|---|---|---|
| 2026-09-26 | 15.0092 | 0.00% |
| 2026-09-25 | 15.0092 | -0.49% |
| 2026-09-24 | 15.0825 | -0.13% |
| 2026-09-23 | 15.1016 | +0.01% |
| 2026-09-22 | 15.1003 | -0.18% |
| 2026-09-21 | 15.1278 | +0.04% |
| 2026-09-20 | 15.1214 | 0.00% |
| 2026-09-19 | 15.1214 | 0.00% |
| 2026-09-18 | 15.1214 | +0.40% |
| 2026-09-17 | 15.0615 | +0.21% |
| 2026-09-16 | 15.0303 | +0.20% |
| 2026-09-15 | 15.0007 | +0.04% |
| 2026-09-14 | 14.995 | -0.12% |
| 2026-09-13 | 15.0136 | 0.00% |
| 2026-09-12 | 15.0136 | 0.00% |
| Date | 1 AUD in CZK | Daily change |
|---|---|---|
| 2026-09-11 | 15.0136 | +0.09% |
| 2026-09-10 | 15 | -0.23% |
| 2026-09-09 | 15.0343 | +0.07% |
| 2026-09-08 | 15.0242 | +0.02% |
| 2026-09-07 | 15.0206 | +0.19% |
| 2026-09-06 | 14.9928 | 0.00% |
| 2026-09-05 | 14.9928 | 0.00% |
| 2026-09-04 | 14.9928 | -0.05% |
| 2026-09-03 | 15 | +0.44% |
| 2026-09-02 | 14.9339 | +0.32% |
| 2026-09-01 | 14.8861 | -0.08% |
| 2026-08-31 | 14.8979 | -0.16% |
| 2026-08-30 | 14.9219 | 0.00% |
| 2026-08-29 | 14.9219 | 0.00% |
| 2026-08-28 | 14.9219 | — |
AUD to CZK conversion table
1 AUD15.0092 CZK
5 AUD75.0462 CZK
10 AUD150.0925 CZK
25 AUD375.2312 CZK
50 AUD750.4624 CZK
100 AUD1,500.9248 CZK
500 AUD7,504.6239 CZK
1,000 AUD15,009.248 CZK
5,000 AUD75,046.239 CZK
10,000 AUD150,092.48 CZK
Get the AUD/CZK rate in your app
One GET request returns the latest AUD → CZK 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/CZK"fetch('https://rate-api.com/api/v1/pair/AUD/CZK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} CZK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/CZK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} CZK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/CZK');
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']} CZK\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "CZK"
},
"rate": 15.0092,
"timestamp": 1790429372,
"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
CZK to AUDCzech Koruna → Australian Dollar0.066626Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.