Convert AUD to HRK
Australian Dollar → Croatian Kuna
1 AUD = 4.645191 HRK(1 HRK = 0.215276 AUD)
Currency converter
1 AUD =
4.6452 HRK
AUD to HRK: last 30 days
Over the last 30 days, 1 AUD traded between 4.6371 and 4.6857 HRK, averaging 4.664 HRK. The AUD/HRK rate is down 0.21% since 2026-08-28.
- 30-day high
- 4.6857
- 2026-09-21
- 30-day low
- 4.6371
- 2026-09-01
- 30-day average
- 4.664
- Days with data: 30
- 30-day change
- -0.21%
- since 2026-08-28
4.6857
4.63712026-08-28 → 2026-09-26
| Date | 1 AUD in HRK | Daily change |
|---|---|---|
| 2026-09-26 | 4.6452 | 0.00% |
| 2026-09-25 | 4.6452 | -0.27% |
| 2026-09-24 | 4.6575 | -0.19% |
| 2026-09-23 | 4.6665 | -0.05% |
| 2026-09-22 | 4.6688 | -0.36% |
| 2026-09-21 | 4.6857 | +0.33% |
| 2026-09-20 | 4.6704 | -0.00% |
| 2026-09-19 | 4.6706 | +0.01% |
| 2026-09-18 | 4.67 | -0.12% |
| 2026-09-17 | 4.6758 | +0.43% |
| 2026-09-16 | 4.6556 | +0.03% |
| 2026-09-15 | 4.654 | +0.22% |
| 2026-09-14 | 4.6438 | -0.33% |
| 2026-09-13 | 4.6593 | -0.00% |
| 2026-09-12 | 4.6594 | +0.03% |
| Date | 1 AUD in HRK | Daily change |
|---|---|---|
| 2026-09-11 | 4.6582 | +0.14% |
| 2026-09-10 | 4.6516 | -0.61% |
| 2026-09-09 | 4.6802 | +0.09% |
| 2026-09-08 | 4.676 | -0.12% |
| 2026-09-07 | 4.6818 | +0.21% |
| 2026-09-06 | 4.6721 | -0.03% |
| 2026-09-05 | 4.6733 | +0.08% |
| 2026-09-04 | 4.6694 | -0.08% |
| 2026-09-03 | 4.6731 | +0.48% |
| 2026-09-02 | 4.6509 | +0.30% |
| 2026-09-01 | 4.6371 | -0.39% |
| 2026-08-31 | 4.6554 | -0.51% |
| 2026-08-30 | 4.6792 | -0.03% |
| 2026-08-29 | 4.6804 | +0.55% |
| 2026-08-28 | 4.6547 | — |
AUD to HRK conversion table
1 AUD4.6452 HRK
5 AUD23.226 HRK
10 AUD46.4519 HRK
25 AUD116.1298 HRK
50 AUD232.2596 HRK
100 AUD464.5191 HRK
500 AUD2,322.5956 HRK
1,000 AUD4,645.1911 HRK
5,000 AUD23,225.956 HRK
10,000 AUD46,451.911 HRK
Get the AUD/HRK rate in your app
One GET request returns the latest AUD → HRK 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/HRK"fetch('https://rate-api.com/api/v1/pair/AUD/HRK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} HRK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/HRK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} HRK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/HRK');
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']} HRK\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "HRK"
},
"rate": 4.6452,
"timestamp": 1790429347,
"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
HRK to AUDCroatian Kuna → Australian Dollar0.21528Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.