Convert AUD to KZT
Australian Dollar → Kazakhstani Tenge
1 AUD = 310.6509 KZT(1 KZT = 0.00321905 AUD)
Currency converter
1 AUD =
310.6509 KZT
AUD to KZT: last 30 days
Over the last 30 days, 1 AUD traded between 310.5003 and 334.1285 KZT, averaging 323.4905 KZT. The AUD/KZT rate is down 6.82% since 2026-08-28.
- 30-day high
- 334.1285
- 2026-08-30
- 30-day low
- 310.5003
- 2026-09-24
- 30-day average
- 323.4905
- Days with data: 30
- 30-day change
- -6.82%
- since 2026-08-28
334.1285
310.50032026-08-28 → 2026-09-26
| Date | 1 AUD in KZT | Daily change |
|---|---|---|
| 2026-09-26 | 310.6509 | 0.00% |
| 2026-09-25 | 310.6509 | +0.05% |
| 2026-09-24 | 310.5003 | -1.42% |
| 2026-09-23 | 314.958 | -1.21% |
| 2026-09-22 | 318.8249 | -0.03% |
| 2026-09-21 | 318.918 | +0.16% |
| 2026-09-20 | 318.3989 | -0.02% |
| 2026-09-19 | 318.4669 | +0.43% |
| 2026-09-18 | 317.1177 | -0.20% |
| 2026-09-17 | 317.7655 | -0.88% |
| 2026-09-16 | 320.5936 | -0.03% |
| 2026-09-15 | 320.6789 | -0.54% |
| 2026-09-14 | 322.412 | -0.27% |
| 2026-09-13 | 323.298 | -0.01% |
| 2026-09-12 | 323.3404 | +0.08% |
| Date | 1 AUD in KZT | Daily change |
|---|---|---|
| 2026-09-11 | 323.0965 | -1.30% |
| 2026-09-10 | 327.3381 | -0.21% |
| 2026-09-09 | 328.0178 | +0.15% |
| 2026-09-08 | 327.5327 | -0.41% |
| 2026-09-07 | 328.886 | +0.19% |
| 2026-09-06 | 328.2636 | -0.03% |
| 2026-09-05 | 328.3615 | +0.05% |
| 2026-09-04 | 328.1884 | +0.26% |
| 2026-09-03 | 327.3381 | -0.10% |
| 2026-09-02 | 327.6805 | -0.60% |
| 2026-09-01 | 329.6515 | -0.88% |
| 2026-08-31 | 332.5913 | -0.46% |
| 2026-08-30 | 334.1285 | +0.14% |
| 2026-08-29 | 333.6686 | +0.08% |
| 2026-08-28 | 333.3968 | — |
AUD to KZT conversion table
1 AUD310.6509 KZT
5 AUD1,553.2545 KZT
10 AUD3,106.509 KZT
25 AUD7,766.2726 KZT
50 AUD15,532.545 KZT
100 AUD31,065.09 KZT
500 AUD155,325.45 KZT
1,000 AUD310,650.9 KZT
5,000 AUD1,553,254.5 KZT
10,000 AUD3,106,509 KZT
Get the AUD/KZT rate in your app
One GET request returns the latest AUD → KZT 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/KZT"fetch('https://rate-api.com/api/v1/pair/AUD/KZT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} KZT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/KZT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} KZT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/KZT');
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']} KZT\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "KZT"
},
"rate": 310.6509,
"timestamp": 1790429403,
"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
KZT to AUDKazakhstani Tenge → Australian Dollar0.003219Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.