Convert CNY to FOK
Chinese Yuan → Faroese Króna
1 CNY = 0.976539 FOK(1 FOK = 1.024025 CNY)
Currency converter
1 CNY =
0.97654 FOK
CNY to FOK: last 30 days
Over the last 30 days, 1 CNY traded between 0.95481 and 0.97974 FOK, averaging 0.96396 FOK. The CNY/FOK rate is up 2.28% since 2026-08-28.
- 30-day high
- 0.97974
- 2026-09-24
- 30-day low
- 0.95481
- 2026-08-28
- 30-day average
- 0.96396
- Days with data: 30
- 30-day change
- +2.28%
- since 2026-08-28
0.97974
0.954812026-08-28 → 2026-09-26
| Date | 1 CNY in FOK | Daily change |
|---|---|---|
| 2026-09-26 | 0.97654 | 0.00% |
| 2026-09-25 | 0.97654 | -0.33% |
| 2026-09-24 | 0.97974 | +0.31% |
| 2026-09-23 | 0.97672 | +0.50% |
| 2026-09-22 | 0.97188 | -0.16% |
| 2026-09-21 | 0.97343 | +0.09% |
| 2026-09-20 | 0.9726 | -0.02% |
| 2026-09-19 | 0.97283 | +0.06% |
| 2026-09-18 | 0.97227 | +0.67% |
| 2026-09-17 | 0.96584 | -0.00% |
| 2026-09-16 | 0.96586 | +0.15% |
| 2026-09-15 | 0.96445 | +0.37% |
| 2026-09-14 | 0.96091 | +0.08% |
| 2026-09-13 | 0.96011 | -0.04% |
| 2026-09-12 | 0.96053 | +0.19% |
| Date | 1 CNY in FOK | Daily change |
|---|---|---|
| 2026-09-11 | 0.95874 | +0.07% |
| 2026-09-10 | 0.95811 | -0.11% |
| 2026-09-09 | 0.95912 | +0.07% |
| 2026-09-08 | 0.95842 | -0.00% |
| 2026-09-07 | 0.95847 | -0.00% |
| 2026-09-06 | 0.95849 | -0.00% |
| 2026-09-05 | 0.9585 | -0.04% |
| 2026-09-04 | 0.95889 | -0.18% |
| 2026-09-03 | 0.96062 | +0.14% |
| 2026-09-02 | 0.95929 | +0.03% |
| 2026-09-01 | 0.95905 | +0.36% |
| 2026-08-31 | 0.95564 | +0.05% |
| 2026-08-30 | 0.95514 | -0.00% |
| 2026-08-29 | 0.95515 | +0.04% |
| 2026-08-28 | 0.95481 | — |
CNY to FOK conversion table
1 CNY0.97654 FOK
5 CNY4.8827 FOK
10 CNY9.7654 FOK
25 CNY24.4135 FOK
50 CNY48.8269 FOK
100 CNY97.6539 FOK
500 CNY488.2693 FOK
1,000 CNY976.5385 FOK
5,000 CNY4,882.6926 FOK
10,000 CNY9,765.3852 FOK
Get the CNY/FOK rate in your app
One GET request returns the latest CNY → 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/CNY/FOK"fetch('https://rate-api.com/api/v1/pair/CNY/FOK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} FOK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/FOK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} FOK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/FOK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNY = {$data['rate']} FOK\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "FOK"
},
"rate": 0.9765,
"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 CNYFaroese Króna → Chinese Yuan1.024Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.