Convert CHF to FOK
Swiss Franc → Faroese Króna
1 CHF = 7.91477 FOK(1 FOK = 0.126346 CHF)
Currency converter
1 CHF =
7.9148 FOK
CHF to FOK: last 30 days
Over the last 30 days, 1 CHF traded between 7.8575 and 7.9839 FOK, averaging 7.9301 FOK. The CHF/FOK rate is down 0.81% since 2026-08-28.
- 30-day high
- 7.9839
- 2026-09-03
- 30-day low
- 7.8575
- 2026-09-17
- 30-day average
- 7.9301
- Days with data: 30
- 30-day change
- -0.81%
- since 2026-08-28
7.9839
7.85752026-08-28 → 2026-09-26
| Date | 1 CHF in FOK | Daily change |
|---|---|---|
| 2026-09-26 | 7.9148 | 0.00% |
| 2026-09-25 | 7.9148 | -0.38% |
| 2026-09-24 | 7.9452 | -0.20% |
| 2026-09-23 | 7.9612 | +0.18% |
| 2026-09-22 | 7.9467 | +0.15% |
| 2026-09-21 | 7.9345 | +0.57% |
| 2026-09-20 | 7.8897 | -0.02% |
| 2026-09-19 | 7.8915 | +0.06% |
| 2026-09-18 | 7.887 | +0.38% |
| 2026-09-17 | 7.8575 | -0.66% |
| 2026-09-16 | 7.9096 | -0.02% |
| 2026-09-15 | 7.9113 | +0.20% |
| 2026-09-14 | 7.8952 | -0.06% |
| 2026-09-13 | 7.8997 | -0.04% |
| 2026-09-12 | 7.9031 | +0.19% |
| Date | 1 CHF in FOK | Daily change |
|---|---|---|
| 2026-09-11 | 7.8884 | -0.31% |
| 2026-09-10 | 7.9132 | -0.73% |
| 2026-09-09 | 7.9716 | +0.58% |
| 2026-09-08 | 7.9253 | -0.29% |
| 2026-09-07 | 7.9486 | 0.00% |
| 2026-09-06 | 7.9486 | -0.00% |
| 2026-09-05 | 7.9487 | -0.04% |
| 2026-09-04 | 7.9519 | -0.40% |
| 2026-09-03 | 7.9839 | +0.79% |
| 2026-09-02 | 7.9216 | -0.41% |
| 2026-09-01 | 7.9541 | +0.15% |
| 2026-08-31 | 7.9421 | -0.50% |
| 2026-08-30 | 7.9817 | -0.00% |
| 2026-08-29 | 7.9819 | +0.04% |
| 2026-08-28 | 7.979 | — |
CHF to FOK conversion table
1 CHF7.9148 FOK
5 CHF39.5738 FOK
10 CHF79.1477 FOK
25 CHF197.8692 FOK
50 CHF395.7385 FOK
100 CHF791.477 FOK
500 CHF3,957.3849 FOK
1,000 CHF7,914.7697 FOK
5,000 CHF39,573.849 FOK
10,000 CHF79,147.697 FOK
Get the CHF/FOK rate in your app
One GET request returns the latest CHF → FOK 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/FOK"fetch('https://rate-api.com/api/v1/pair/CHF/FOK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} FOK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/FOK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} FOK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/FOK');
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']} FOK\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "FOK"
},
"rate": 7.9148,
"timestamp": 1790429434,
"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
FOK to CHFFaroese Króna → Swiss Franc0.12635Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.