Convert CNY to GNF
Chinese Yuan → Guinean Franc
1 CNY = 1,311.3231 GNF(1 GNF = 0.000762589 CNY)
Currency converter
1 CNY =
1,311.3231 GNF
CNY to GNF: last 30 days
Over the last 30 days, 1 CNY traded between 1,305.9219 and 1,316.7539 GNF, averaging 1,311.2037 GNF. The CNY/GNF rate is up 0.23% since 2026-08-28.
- 30-day high
- 1,316.7539
- 2026-09-13
- 30-day low
- 1,305.9219
- 2026-09-05
- 30-day average
- 1,311.2037
- Days with data: 30
- 30-day change
- +0.23%
- since 2026-08-28
1,316.7539
1,305.92192026-08-28 → 2026-09-26
| Date | 1 CNY in GNF | Daily change |
|---|---|---|
| 2026-09-26 | 1,311.3231 | 0.00% |
| 2026-09-25 | 1,311.3231 | -0.04% |
| 2026-09-24 | 1,311.8669 | -0.11% |
| 2026-09-23 | 1,313.3729 | -0.12% |
| 2026-09-22 | 1,314.9973 | +0.07% |
| 2026-09-21 | 1,314.0785 | +0.02% |
| 2026-09-20 | 1,313.8316 | -0.04% |
| 2026-09-19 | 1,314.3808 | +0.32% |
| 2026-09-18 | 1,310.1703 | -0.27% |
| 2026-09-17 | 1,313.7079 | +0.14% |
| 2026-09-16 | 1,311.9027 | +0.05% |
| 2026-09-15 | 1,311.1945 | -0.07% |
| 2026-09-14 | 1,312.088 | -0.35% |
| 2026-09-13 | 1,316.7539 | +0.55% |
| 2026-09-12 | 1,309.5494 | -0.18% |
| Date | 1 CNY in GNF | Daily change |
|---|---|---|
| 2026-09-11 | 1,311.9268 | -0.10% |
| 2026-09-10 | 1,313.2562 | +0.18% |
| 2026-09-09 | 1,310.9133 | +0.02% |
| 2026-09-08 | 1,310.6345 | +0.00% |
| 2026-09-07 | 1,310.5958 | -0.05% |
| 2026-09-06 | 1,311.272 | +0.41% |
| 2026-09-05 | 1,305.9219 | -0.48% |
| 2026-09-04 | 1,312.2844 | +0.28% |
| 2026-09-03 | 1,308.5644 | -0.04% |
| 2026-09-02 | 1,309.1102 | +0.02% |
| 2026-09-01 | 1,308.8997 | -0.10% |
| 2026-08-31 | 1,310.1534 | +0.20% |
| 2026-08-30 | 1,307.581 | +0.11% |
| 2026-08-29 | 1,306.1385 | -0.17% |
| 2026-08-28 | 1,308.3194 | — |
CNY to GNF conversion table
1 CNY1,311.3231 GNF
5 CNY6,556.6156 GNF
10 CNY13,113.231 GNF
25 CNY32,783.078 GNF
50 CNY65,566.156 GNF
100 CNY131,132.31 GNF
500 CNY655,661.56 GNF
1,000 CNY1,311,323.1 GNF
5,000 CNY6,556,615.6 GNF
10,000 CNY13,113,231 GNF
Get the CNY/GNF rate in your app
One GET request returns the latest CNY → GNF 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/GNF"fetch('https://rate-api.com/api/v1/pair/CNY/GNF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} GNF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/GNF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} GNF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/GNF');
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']} GNF\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "GNF"
},
"rate": 1311.3231,
"timestamp": 1790429356,
"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
GNF to CNYGuinean Franc → Chinese Yuan0.00076259Convert CNY to other currencies
Convert other currencies to GNF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.