Convert CHF to HRK
Swiss Franc → Croatian Kuna
1 CHF = 7.977237 HRK(1 HRK = 0.125357 CHF)
Currency converter
1 CHF =
7.9772 HRK
CHF to HRK: last 30 days
Over the last 30 days, 1 CHF traded between 7.944 and 8.0886 HRK, averaging 7.9992 HRK. The CHF/HRK rate is down 0.83% since 2026-08-28.
- 30-day high
- 8.0886
- 2026-08-29
- 30-day low
- 7.944
- 2026-09-18
- 30-day average
- 7.9992
- Days with data: 30
- 30-day change
- -0.83%
- since 2026-08-28
8.0886
7.9442026-08-28 → 2026-09-26
| Date | 1 CHF in HRK | Daily change |
|---|---|---|
| 2026-09-26 | 7.9772 | 0.00% |
| 2026-09-25 | 7.9772 | -0.38% |
| 2026-09-24 | 8.0078 | -0.20% |
| 2026-09-23 | 8.024 | +0.13% |
| 2026-09-22 | 8.0133 | +0.27% |
| 2026-09-21 | 7.9919 | +0.59% |
| 2026-09-20 | 7.9448 | -0.00% |
| 2026-09-19 | 7.9452 | +0.01% |
| 2026-09-18 | 7.944 | -0.35% |
| 2026-09-17 | 7.972 | +0.02% |
| 2026-09-16 | 7.97 | -0.16% |
| 2026-09-15 | 7.9829 | +0.07% |
| 2026-09-14 | 7.9775 | +0.12% |
| 2026-09-13 | 7.9677 | -0.00% |
| 2026-09-12 | 7.9679 | +0.03% |
| Date | 1 CHF in HRK | Daily change |
|---|---|---|
| 2026-09-11 | 7.9657 | -0.09% |
| 2026-09-10 | 7.9731 | -0.66% |
| 2026-09-09 | 8.0264 | +0.50% |
| 2026-09-08 | 7.9867 | -0.40% |
| 2026-09-07 | 8.0192 | +0.06% |
| 2026-09-06 | 8.0147 | -0.03% |
| 2026-09-05 | 8.0168 | +0.08% |
| 2026-09-04 | 8.0101 | -0.32% |
| 2026-09-03 | 8.036 | +0.52% |
| 2026-09-02 | 7.9943 | -0.21% |
| 2026-09-01 | 8.0113 | -0.35% |
| 2026-08-31 | 8.0394 | -0.58% |
| 2026-08-30 | 8.0864 | -0.03% |
| 2026-08-29 | 8.0886 | +0.55% |
| 2026-08-28 | 8.0442 | — |
CHF to HRK conversion table
1 CHF7.9772 HRK
5 CHF39.8862 HRK
10 CHF79.7724 HRK
25 CHF199.4309 HRK
50 CHF398.8618 HRK
100 CHF797.7237 HRK
500 CHF3,988.6183 HRK
1,000 CHF7,977.2366 HRK
5,000 CHF39,886.183 HRK
10,000 CHF79,772.366 HRK
Get the CHF/HRK rate in your app
One GET request returns the latest CHF → 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/CHF/HRK"fetch('https://rate-api.com/api/v1/pair/CHF/HRK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} HRK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/HRK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} HRK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/HRK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} HRK\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "HRK"
},
"rate": 7.9772,
"timestamp": 1790429350,
"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 CHFCroatian Kuna → Swiss Franc0.12536Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.