Convert CAD to HRK
Canadian Dollar → Croatian Kuna
1 CAD = 4.671979 HRK(1 HRK = 0.214042 CAD)
Currency converter
1 CAD =
4.672 HRK
CAD to HRK: last 30 days
Over the last 30 days, 1 CAD traded between 4.6699 and 4.7104 HRK, averaging 4.6879 HRK. The CAD/HRK rate is up 0.05% since 2026-08-28.
- 30-day high
- 4.7104
- 2026-09-03
- 30-day low
- 4.6699
- 2026-08-28
- 30-day average
- 4.6879
- Days with data: 30
- 30-day change
- +0.05%
- since 2026-08-28
4.7104
4.66992026-08-28 → 2026-09-26
| Date | 1 CAD in HRK | Daily change |
|---|---|---|
| 2026-09-26 | 4.672 | 0.00% |
| 2026-09-25 | 4.672 | -0.50% |
| 2026-09-24 | 4.6953 | +0.19% |
| 2026-09-23 | 4.6865 | +0.24% |
| 2026-09-22 | 4.6755 | -0.26% |
| 2026-09-21 | 4.6877 | +0.12% |
| 2026-09-20 | 4.6821 | -0.00% |
| 2026-09-19 | 4.6823 | +0.01% |
| 2026-09-18 | 4.6816 | -0.32% |
| 2026-09-17 | 4.6965 | +0.29% |
| 2026-09-16 | 4.683 | -0.20% |
| 2026-09-15 | 4.6922 | +0.04% |
| 2026-09-14 | 4.6903 | +0.06% |
| 2026-09-13 | 4.6876 | -0.00% |
| 2026-09-12 | 4.6877 | +0.03% |
| Date | 1 CAD in HRK | Daily change |
|---|---|---|
| 2026-09-11 | 4.6864 | +0.01% |
| 2026-09-10 | 4.6859 | -0.41% |
| 2026-09-09 | 4.705 | +0.21% |
| 2026-09-08 | 4.695 | -0.02% |
| 2026-09-07 | 4.6957 | -0.09% |
| 2026-09-06 | 4.6998 | -0.03% |
| 2026-09-05 | 4.7011 | +0.08% |
| 2026-09-04 | 4.6972 | -0.28% |
| 2026-09-03 | 4.7104 | +0.80% |
| 2026-09-02 | 4.6729 | -0.06% |
| 2026-09-01 | 4.6755 | -0.12% |
| 2026-08-31 | 4.6812 | -0.28% |
| 2026-08-30 | 4.6944 | -0.03% |
| 2026-08-29 | 4.6956 | +0.55% |
| 2026-08-28 | 4.6699 | — |
CAD to HRK conversion table
1 CAD4.672 HRK
5 CAD23.3599 HRK
10 CAD46.7198 HRK
25 CAD116.7995 HRK
50 CAD233.5989 HRK
100 CAD467.1979 HRK
500 CAD2,335.9893 HRK
1,000 CAD4,671.9787 HRK
5,000 CAD23,359.893 HRK
10,000 CAD46,719.787 HRK
Get the CAD/HRK rate in your app
One GET request returns the latest CAD → 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/CAD/HRK"fetch('https://rate-api.com/api/v1/pair/CAD/HRK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} HRK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/HRK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} HRK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/HRK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} HRK\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "HRK"
},
"rate": 4.672,
"timestamp": 1790429405,
"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 CADCroatian Kuna → Canadian Dollar0.21404Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.