Convert EUR to FOK
Euro → Faroese Króna
1 EUR = 7.4755 FOK(1 FOK = 0.13377 EUR)
Currency converter
1 EUR =
7.4755 FOK
EUR to FOK: last 30 days
Over the last 30 days, 1 EUR traded between 7.4379 and 7.4969 FOK, averaging 7.4701 FOK. The EUR/FOK rate is up 0.05% since 2026-08-28.
- 30-day high
- 7.4969
- 2026-09-03
- 30-day low
- 7.4379
- 2026-09-17
- 30-day average
- 7.4701
- Days with data: 30
- 30-day change
- +0.05%
- since 2026-08-28
7.4969
7.43792026-08-28 → 2026-09-26
| Date | 1 EUR in FOK | Daily change |
|---|---|---|
| 2026-09-26 | 7.4755 | 0.00% |
| 2026-09-25 | 7.4755 | -0.00% |
| 2026-09-24 | 7.4756 | 0.00% |
| 2026-09-23 | 7.4756 | +0.15% |
| 2026-09-22 | 7.4644 | -0.32% |
| 2026-09-21 | 7.4886 | +0.31% |
| 2026-09-20 | 7.4652 | -0.02% |
| 2026-09-19 | 7.4669 | +0.06% |
| 2026-09-18 | 7.4626 | +0.33% |
| 2026-09-17 | 7.4379 | -0.48% |
| 2026-09-16 | 7.4738 | +0.06% |
| 2026-09-15 | 7.469 | +0.31% |
| 2026-09-14 | 7.446 | -0.27% |
| 2026-09-13 | 7.466 | -0.04% |
| 2026-09-12 | 7.4692 | +0.19% |
| Date | 1 EUR in FOK | Daily change |
|---|---|---|
| 2026-09-11 | 7.4553 | -0.11% |
| 2026-09-10 | 7.4638 | -0.44% |
| 2026-09-09 | 7.4964 | +0.36% |
| 2026-09-08 | 7.4695 | -0.08% |
| 2026-09-07 | 7.4756 | 0.00% |
| 2026-09-06 | 7.4756 | -0.00% |
| 2026-09-05 | 7.4757 | -0.04% |
| 2026-09-04 | 7.4787 | -0.24% |
| 2026-09-03 | 7.4969 | +0.42% |
| 2026-09-02 | 7.4654 | -0.09% |
| 2026-09-01 | 7.4721 | +0.34% |
| 2026-08-31 | 7.4465 | -0.37% |
| 2026-08-30 | 7.4741 | -0.00% |
| 2026-08-29 | 7.4742 | +0.04% |
| 2026-08-28 | 7.4715 | — |
EUR to FOK conversion table
1 EUR7.4755 FOK
5 EUR37.3775 FOK
10 EUR74.755 FOK
25 EUR186.8875 FOK
50 EUR373.775 FOK
100 EUR747.55 FOK
500 EUR3,737.75 FOK
1,000 EUR7,475.5 FOK
5,000 EUR37,377.5 FOK
10,000 EUR74,755 FOK
Get the EUR/FOK rate in your app
One GET request returns the latest EUR → 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/EUR/FOK"fetch('https://rate-api.com/api/v1/pair/EUR/FOK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} FOK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/FOK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} FOK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/FOK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} FOK\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "FOK"
},
"rate": 7.4755,
"timestamp": 1790429452,
"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 EURFaroese Króna → Euro0.13377Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.