Convert JPY to FOK
Japanese Yen → Faroese Króna
1 JPY = 0.0415999 FOK(1 FOK = 24.038526 JPY)
Currency converter
1 JPY =
0.0416 FOK
JPY to FOK: last 30 days
Over the last 30 days, 1 JPY traded between 0.040202 and 0.041976 FOK, averaging 0.041321 FOK. The JPY/FOK rate is up 3.48% since 2026-08-29.
- 30-day high
- 0.041976
- 2026-09-09
- 30-day low
- 0.040202
- 2026-08-30
- 30-day average
- 0.041321
- Days with data: 30
- 30-day change
- +3.48%
- since 2026-08-29
0.041976
0.0402022026-08-29 → 2026-09-27
| Date | 1 JPY in FOK | Daily change |
|---|---|---|
| 2026-09-27 | 0.0416 | 0.00% |
| 2026-09-26 | 0.0416 | 0.00% |
| 2026-09-25 | 0.0416 | +0.48% |
| 2026-09-24 | 0.0414 | -0.20% |
| 2026-09-23 | 0.041485 | +0.14% |
| 2026-09-22 | 0.041428 | -0.03% |
| 2026-09-21 | 0.041441 | +0.45% |
| 2026-09-20 | 0.041257 | -0.02% |
| 2026-09-19 | 0.041267 | +0.06% |
| 2026-09-18 | 0.041243 | -0.88% |
| 2026-09-17 | 0.041611 | -0.41% |
| 2026-09-16 | 0.041781 | +0.05% |
| 2026-09-15 | 0.041761 | +0.12% |
| 2026-09-14 | 0.041709 | -0.24% |
| 2026-09-13 | 0.041811 | -0.04% |
| Date | 1 JPY in FOK | Daily change |
|---|---|---|
| 2026-09-12 | 0.041829 | +0.19% |
| 2026-09-11 | 0.041751 | +0.18% |
| 2026-09-10 | 0.041675 | -0.72% |
| 2026-09-09 | 0.041976 | +0.70% |
| 2026-09-08 | 0.041682 | +0.28% |
| 2026-09-07 | 0.041566 | +0.97% |
| 2026-09-06 | 0.041167 | -0.00% |
| 2026-09-05 | 0.041167 | -0.04% |
| 2026-09-04 | 0.041184 | -0.46% |
| 2026-09-03 | 0.041372 | +2.41% |
| 2026-09-02 | 0.0404 | +0.36% |
| 2026-09-01 | 0.040253 | +0.13% |
| 2026-08-31 | 0.040203 | +0.00% |
| 2026-08-30 | 0.040202 | -0.00% |
| 2026-08-29 | 0.040202 | — |
JPY to FOK conversion table
1 JPY0.0416 FOK
5 JPY0.208 FOK
10 JPY0.416 FOK
25 JPY1.04 FOK
50 JPY2.08 FOK
100 JPY4.16 FOK
500 JPY20.7999 FOK
1,000 JPY41.5999 FOK
5,000 JPY207.9994 FOK
10,000 JPY415.9989 FOK
Get the JPY/FOK rate in your app
One GET request returns the latest JPY → 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/JPY/FOK"fetch('https://rate-api.com/api/v1/pair/JPY/FOK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} FOK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/FOK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} FOK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/FOK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} FOK\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "FOK"
},
"rate": 0.0416,
"timestamp": 1790470832,
"date": "2026-09-27"
}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 JPYFaroese Króna → Japanese Yen24.0385Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.