Convert CAD to FOK
Canadian Dollar → Faroese Króna
1 CAD = 4.635394 FOK(1 FOK = 0.215731 CAD)
Currency converter
1 CAD =
4.6354 FOK
CAD to FOK: last 30 days
Over the last 30 days, 1 CAD traded between 4.6245 and 4.6799 FOK, averaging 4.6474 FOK. The CAD/FOK rate is up 0.07% since 2026-08-28.
- 30-day high
- 4.6799
- 2026-09-03
- 30-day low
- 4.6245
- 2026-08-31
- 30-day average
- 4.6474
- Days with data: 30
- 30-day change
- +0.07%
- since 2026-08-28
4.6799
4.62452026-08-28 → 2026-09-26
| Date | 1 CAD in FOK | Daily change |
|---|---|---|
| 2026-09-26 | 4.6354 | 0.00% |
| 2026-09-25 | 4.6354 | -0.50% |
| 2026-09-24 | 4.6586 | +0.19% |
| 2026-09-23 | 4.6499 | +0.29% |
| 2026-09-22 | 4.6366 | -0.37% |
| 2026-09-21 | 4.654 | +0.10% |
| 2026-09-20 | 4.6496 | -0.02% |
| 2026-09-19 | 4.6507 | +0.06% |
| 2026-09-18 | 4.648 | +0.41% |
| 2026-09-17 | 4.6291 | -0.40% |
| 2026-09-16 | 4.6475 | -0.06% |
| 2026-09-15 | 4.6501 | +0.18% |
| 2026-09-14 | 4.6419 | -0.12% |
| 2026-09-13 | 4.6476 | -0.04% |
| 2026-09-12 | 4.6496 | +0.19% |
| Date | 1 CAD in FOK | Daily change |
|---|---|---|
| 2026-09-11 | 4.6409 | -0.21% |
| 2026-09-10 | 4.6507 | -0.47% |
| 2026-09-09 | 4.6729 | +0.30% |
| 2026-09-08 | 4.6588 | +0.10% |
| 2026-09-07 | 4.6543 | -0.14% |
| 2026-09-06 | 4.6611 | -0.00% |
| 2026-09-05 | 4.6612 | -0.04% |
| 2026-09-04 | 4.663 | -0.36% |
| 2026-09-03 | 4.6799 | +1.07% |
| 2026-09-02 | 4.6304 | -0.25% |
| 2026-09-01 | 4.6421 | +0.38% |
| 2026-08-31 | 4.6245 | -0.20% |
| 2026-08-30 | 4.6336 | -0.00% |
| 2026-08-29 | 4.6337 | +0.04% |
| 2026-08-28 | 4.632 | — |
CAD to FOK conversion table
1 CAD4.6354 FOK
5 CAD23.177 FOK
10 CAD46.3539 FOK
25 CAD115.8849 FOK
50 CAD231.7697 FOK
100 CAD463.5394 FOK
500 CAD2,317.697 FOK
1,000 CAD4,635.3941 FOK
5,000 CAD23,176.97 FOK
10,000 CAD46,353.941 FOK
Get the CAD/FOK rate in your app
One GET request returns the latest CAD → 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/CAD/FOK"fetch('https://rate-api.com/api/v1/pair/CAD/FOK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} FOK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/FOK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} FOK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/FOK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} FOK\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "FOK"
},
"rate": 4.6354,
"timestamp": 1790429450,
"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 CADFaroese Króna → Canadian Dollar0.21573Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.