Convert GBP to FOK
British Pound → Faroese Króna
1 GBP = 8.687896 FOK(1 FOK = 0.115103 GBP)
Currency converter
1 GBP =
8.6879 FOK
GBP to FOK: last 30 days
Over the last 30 days, 1 GBP traded between 8.6658 and 8.73 FOK, averaging 8.7032 FOK. The GBP/FOK rate is down 0.32% since 2026-08-28.
- 30-day high
- 8.73
- 2026-09-21
- 30-day low
- 8.6658
- 2026-09-17
- 30-day average
- 8.7032
- Days with data: 30
- 30-day change
- -0.32%
- since 2026-08-28
8.73
8.66582026-08-28 → 2026-09-26
| Date | 1 GBP in FOK | Daily change |
|---|---|---|
| 2026-09-26 | 8.6879 | 0.00% |
| 2026-09-25 | 8.6879 | -0.07% |
| 2026-09-24 | 8.694 | -0.04% |
| 2026-09-23 | 8.6976 | -0.05% |
| 2026-09-22 | 8.7018 | -0.32% |
| 2026-09-21 | 8.73 | +0.43% |
| 2026-09-20 | 8.6925 | -0.02% |
| 2026-09-19 | 8.6945 | +0.06% |
| 2026-09-18 | 8.6896 | +0.27% |
| 2026-09-17 | 8.6658 | -0.59% |
| 2026-09-16 | 8.7168 | -0.12% |
| 2026-09-15 | 8.7276 | +0.33% |
| 2026-09-14 | 8.6989 | -0.01% |
| 2026-09-13 | 8.7 | -0.04% |
| 2026-09-12 | 8.7038 | +0.19% |
| Date | 1 GBP in FOK | Daily change |
|---|---|---|
| 2026-09-11 | 8.6876 | +0.00% |
| 2026-09-10 | 8.6873 | -0.46% |
| 2026-09-09 | 8.7271 | +0.18% |
| 2026-09-08 | 8.7118 | +0.10% |
| 2026-09-07 | 8.7034 | +0.01% |
| 2026-09-06 | 8.7029 | -0.00% |
| 2026-09-05 | 8.703 | -0.04% |
| 2026-09-04 | 8.7065 | -0.06% |
| 2026-09-03 | 8.7117 | +0.21% |
| 2026-09-02 | 8.6938 | -0.34% |
| 2026-09-01 | 8.7235 | +0.34% |
| 2026-08-31 | 8.6943 | -0.29% |
| 2026-08-30 | 8.7192 | -0.00% |
| 2026-08-29 | 8.7193 | +0.04% |
| 2026-08-28 | 8.7162 | — |
GBP to FOK conversion table
1 GBP8.6879 FOK
5 GBP43.4395 FOK
10 GBP86.879 FOK
25 GBP217.1974 FOK
50 GBP434.3948 FOK
100 GBP868.7896 FOK
500 GBP4,343.9479 FOK
1,000 GBP8,687.8959 FOK
5,000 GBP43,439.479 FOK
10,000 GBP86,878.959 FOK
Get the GBP/FOK rate in your app
One GET request returns the latest GBP → 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/GBP/FOK"fetch('https://rate-api.com/api/v1/pair/GBP/FOK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} FOK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/FOK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} FOK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/FOK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} FOK\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "FOK"
},
"rate": 8.6879,
"timestamp": 1790429453,
"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 GBPFaroese Króna → British Pound0.1151Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.