Convert FOK to JPY
Faroese Króna → Japanese Yen
1 FOK = 24.038526 JPY(1 JPY = 0.0415999 FOK)
Currency converter
1 FOK =
24.0385 JPY
FOK to JPY: last 30 days
Over the last 30 days, 1 FOK traded between 23.8234 and 24.8831 JPY, averaging 24.233 JPY. The FOK/JPY rate is down 3.39% since 2026-08-28.
- 30-day high
- 24.8831
- 2026-08-28
- 30-day low
- 23.8234
- 2026-09-09
- 30-day average
- 24.233
- Days with data: 30
- 30-day change
- -3.39%
- since 2026-08-28
24.8831
23.82342026-08-28 → 2026-09-26
| Date | 1 FOK in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 24.0385 | 0.00% |
| 2026-09-25 | 24.0385 | -0.48% |
| 2026-09-24 | 24.1546 | +0.21% |
| 2026-09-23 | 24.1051 | -0.14% |
| 2026-09-22 | 24.1381 | +0.03% |
| 2026-09-21 | 24.1304 | -0.44% |
| 2026-09-20 | 24.2382 | +0.02% |
| 2026-09-19 | 24.2326 | -0.06% |
| 2026-09-18 | 24.2464 | +0.89% |
| 2026-09-17 | 24.0322 | +0.41% |
| 2026-09-16 | 23.9345 | -0.05% |
| 2026-09-15 | 23.946 | -0.12% |
| 2026-09-14 | 23.9754 | +0.24% |
| 2026-09-13 | 23.917 | +0.04% |
| 2026-09-12 | 23.9066 | -0.19% |
| Date | 1 FOK in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 23.9512 | -0.18% |
| 2026-09-10 | 23.9954 | +0.72% |
| 2026-09-09 | 23.8234 | -0.70% |
| 2026-09-08 | 23.9913 | -0.28% |
| 2026-09-07 | 24.0583 | -0.96% |
| 2026-09-06 | 24.2915 | +0.00% |
| 2026-09-05 | 24.2911 | +0.04% |
| 2026-09-04 | 24.2813 | +0.46% |
| 2026-09-03 | 24.1707 | -2.35% |
| 2026-09-02 | 24.7522 | -0.36% |
| 2026-09-01 | 24.8426 | -0.13% |
| 2026-08-31 | 24.8739 | -0.00% |
| 2026-08-30 | 24.8746 | +0.00% |
| 2026-08-29 | 24.8742 | -0.04% |
| 2026-08-28 | 24.8831 | — |
FOK to JPY conversion table
1 FOK24.0385 JPY
5 FOK120.1926 JPY
10 FOK240.3853 JPY
25 FOK600.9632 JPY
50 FOK1,201.9263 JPY
100 FOK2,403.8526 JPY
500 FOK12,019.263 JPY
1,000 FOK24,038.526 JPY
5,000 FOK120,192.63 JPY
10,000 FOK240,385.26 JPY
Get the FOK/JPY rate in your app
One GET request returns the latest FOK → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/FOK/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 FOK = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/FOK/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 FOK = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/FOK/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "FOK",
"to": "JPY"
},
"rate": 24.0385,
"timestamp": 1790432085,
"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
JPY to FOKJapanese Yen → Faroese Króna0.0416Convert FOK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.