Convert FOK to CHF
Faroese Króna → Swiss Franc
1 FOK = 0.126346 CHF(1 CHF = 7.91477 FOK)
Currency converter
1 FOK =
0.12635 CHF
FOK to CHF: last 30 days
Over the last 30 days, 1 FOK traded between 0.12525 and 0.12727 CHF, averaging 0.1261 CHF. The FOK/CHF rate is up 0.81% since 2026-08-28.
- 30-day high
- 0.12727
- 2026-09-17
- 30-day low
- 0.12525
- 2026-09-03
- 30-day average
- 0.1261
- Days with data: 30
- 30-day change
- +0.81%
- since 2026-08-28
0.12727
0.125252026-08-28 → 2026-09-26
| Date | 1 FOK in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.12635 | 0.00% |
| 2026-09-25 | 0.12635 | +0.38% |
| 2026-09-24 | 0.12586 | +0.20% |
| 2026-09-23 | 0.12561 | -0.18% |
| 2026-09-22 | 0.12584 | -0.15% |
| 2026-09-21 | 0.12603 | -0.57% |
| 2026-09-20 | 0.12675 | +0.02% |
| 2026-09-19 | 0.12672 | -0.06% |
| 2026-09-18 | 0.12679 | -0.37% |
| 2026-09-17 | 0.12727 | +0.66% |
| 2026-09-16 | 0.12643 | +0.02% |
| 2026-09-15 | 0.1264 | -0.20% |
| 2026-09-14 | 0.12666 | +0.06% |
| 2026-09-13 | 0.12659 | +0.04% |
| 2026-09-12 | 0.12653 | -0.19% |
| Date | 1 FOK in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.12677 | +0.32% |
| 2026-09-10 | 0.12637 | +0.74% |
| 2026-09-09 | 0.12545 | -0.58% |
| 2026-09-08 | 0.12618 | +0.29% |
| 2026-09-07 | 0.12581 | 0.00% |
| 2026-09-06 | 0.12581 | +0.00% |
| 2026-09-05 | 0.12581 | +0.04% |
| 2026-09-04 | 0.12576 | +0.40% |
| 2026-09-03 | 0.12525 | -0.78% |
| 2026-09-02 | 0.12624 | +0.41% |
| 2026-09-01 | 0.12572 | -0.15% |
| 2026-08-31 | 0.12591 | +0.50% |
| 2026-08-30 | 0.12529 | +0.00% |
| 2026-08-29 | 0.12528 | -0.04% |
| 2026-08-28 | 0.12533 | — |
FOK to CHF conversion table
1 FOK0.12635 CHF
5 FOK0.63173 CHF
10 FOK1.2635 CHF
25 FOK3.1587 CHF
50 FOK6.3173 CHF
100 FOK12.6346 CHF
500 FOK63.173 CHF
1,000 FOK126.3461 CHF
5,000 FOK631.7303 CHF
10,000 FOK1,263.4606 CHF
Get the FOK/CHF rate in your app
One GET request returns the latest FOK → CHF 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/FOK/CHF"fetch('https://rate-api.com/api/v1/pair/FOK/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 FOK = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/FOK/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 FOK = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/FOK/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 FOK = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "FOK",
"to": "CHF"
},
"rate": 0.1263,
"timestamp": 1790432075,
"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
CHF to FOKSwiss Franc → Faroese Króna7.9148Convert FOK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.