Convert CHF to ISK
Swiss Franc → Icelandic Króna
1 CHF = 144.62679 ISK(1 ISK = 0.00691435 CHF)
Currency converter
1 CHF =
144.6268 ISK
CHF to ISK: last 30 days
Over the last 30 days, 1 CHF traded between 144.6268 and 150.3618 ISK, averaging 148.148 ISK. The CHF/ISK rate is down 3.81% since 2026-08-29.
- 30-day high
- 150.3618
- 2026-08-29
- 30-day low
- 144.6268
- 2026-09-25
- 30-day average
- 148.148
- Days with data: 30
- 30-day change
- -3.81%
- since 2026-08-29
150.3618
144.62682026-08-29 → 2026-09-27
| Date | 1 CHF in ISK | Daily change |
|---|---|---|
| 2026-09-27 | 144.6268 | 0.00% |
| 2026-09-26 | 144.6268 | 0.00% |
| 2026-09-25 | 144.6268 | -1.39% |
| 2026-09-24 | 146.6681 | -0.20% |
| 2026-09-23 | 146.9649 | -0.26% |
| 2026-09-22 | 147.3481 | +0.19% |
| 2026-09-21 | 147.0642 | -0.18% |
| 2026-09-20 | 147.3264 | 0.00% |
| 2026-09-19 | 147.3264 | 0.00% |
| 2026-09-18 | 147.3264 | -0.25% |
| 2026-09-17 | 147.6913 | -0.18% |
| 2026-09-16 | 147.9573 | -0.23% |
| 2026-09-15 | 148.2926 | +0.04% |
| 2026-09-14 | 148.2357 | +0.35% |
| 2026-09-13 | 147.7125 | 0.00% |
| Date | 1 CHF in ISK | Daily change |
|---|---|---|
| 2026-09-12 | 147.7125 | 0.00% |
| 2026-09-11 | 147.7125 | -0.48% |
| 2026-09-10 | 148.4273 | -0.58% |
| 2026-09-09 | 149.2931 | +0.22% |
| 2026-09-08 | 148.9674 | -0.49% |
| 2026-09-07 | 149.7084 | 0.00% |
| 2026-09-06 | 149.7084 | 0.00% |
| 2026-09-05 | 149.7084 | 0.00% |
| 2026-09-04 | 149.7084 | -0.02% |
| 2026-09-03 | 149.7328 | +0.36% |
| 2026-09-02 | 149.1965 | -0.45% |
| 2026-09-01 | 149.8772 | -0.19% |
| 2026-08-31 | 150.1701 | -0.13% |
| 2026-08-30 | 150.3618 | 0.00% |
| 2026-08-29 | 150.3618 | — |
CHF to ISK conversion table
1 CHF144.6268 ISK
5 CHF723.1339 ISK
10 CHF1,446.2679 ISK
25 CHF3,615.6697 ISK
50 CHF7,231.3393 ISK
100 CHF14,462.679 ISK
500 CHF72,313.393 ISK
1,000 CHF144,626.79 ISK
5,000 CHF723,133.93 ISK
10,000 CHF1,446,267.9 ISK
Get the CHF/ISK rate in your app
One GET request returns the latest CHF → ISK 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/ISK"fetch('https://rate-api.com/api/v1/pair/CHF/ISK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} ISK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/ISK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} ISK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/ISK');
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']} ISK\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "ISK"
},
"rate": 144.6268,
"timestamp": 1790470774,
"date": "2026-09-27"
}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
ISK to CHFIcelandic Króna → Swiss Franc0.0069143Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.