Convert GNF to CNY
Guinean Franc → Chinese Yuan
1 GNF = 0.000762589 CNY(1 CNY = 1,311.3231 GNF)
Currency converter
1 GNF =
0.00076259 CNY
GNF to CNY: last 30 days
Over the last 30 days, 1 GNF traded between 0.00075944 and 0.00076574 CNY, averaging 0.00076266 CNY. The GNF/CNY rate is down 0.23% since 2026-08-28.
- 30-day high
- 0.00076574
- 2026-09-05
- 30-day low
- 0.00075944
- 2026-09-13
- 30-day average
- 0.00076266
- Days with data: 30
- 30-day change
- -0.23%
- since 2026-08-28
0.00076574
0.000759442026-08-28 → 2026-09-26
| Date | 1 GNF in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.00076259 | 0.00% |
| 2026-09-25 | 0.00076259 | +0.04% |
| 2026-09-24 | 0.00076227 | +0.11% |
| 2026-09-23 | 0.0007614 | +0.12% |
| 2026-09-22 | 0.00076046 | -0.07% |
| 2026-09-21 | 0.00076099 | -0.02% |
| 2026-09-20 | 0.00076113 | +0.04% |
| 2026-09-19 | 0.00076081 | -0.32% |
| 2026-09-18 | 0.00076326 | +0.27% |
| 2026-09-17 | 0.0007612 | -0.14% |
| 2026-09-16 | 0.00076225 | -0.05% |
| 2026-09-15 | 0.00076266 | +0.07% |
| 2026-09-14 | 0.00076214 | +0.36% |
| 2026-09-13 | 0.00075944 | -0.55% |
| 2026-09-12 | 0.00076362 | +0.18% |
| Date | 1 GNF in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.00076224 | +0.10% |
| 2026-09-10 | 0.00076147 | -0.18% |
| 2026-09-09 | 0.00076283 | -0.02% |
| 2026-09-08 | 0.00076299 | -0.00% |
| 2026-09-07 | 0.00076301 | +0.05% |
| 2026-09-06 | 0.00076262 | -0.41% |
| 2026-09-05 | 0.00076574 | +0.49% |
| 2026-09-04 | 0.00076203 | -0.28% |
| 2026-09-03 | 0.0007642 | +0.04% |
| 2026-09-02 | 0.00076388 | -0.02% |
| 2026-09-01 | 0.000764 | +0.10% |
| 2026-08-31 | 0.00076327 | -0.20% |
| 2026-08-30 | 0.00076477 | -0.11% |
| 2026-08-29 | 0.00076562 | +0.17% |
| 2026-08-28 | 0.00076434 | — |
GNF to CNY conversion table
1 GNF0.00076259 CNY
5 GNF0.0038129 CNY
10 GNF0.0076259 CNY
25 GNF0.019065 CNY
50 GNF0.038129 CNY
100 GNF0.076259 CNY
500 GNF0.38129 CNY
1,000 GNF0.76259 CNY
5,000 GNF3.8129 CNY
10,000 GNF7.6259 CNY
Get the GNF/CNY rate in your app
One GET request returns the latest GNF → CNY 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/GNF/CNY?precision=6"fetch('https://rate-api.com/api/v1/pair/GNF/CNY?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GNF = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GNF/CNY?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GNF = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GNF/CNY?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GNF = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "GNF",
"to": "CNY"
},
"rate": 0.000763,
"timestamp": 1790432094,
"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
CNY to GNFChinese Yuan → Guinean Franc1,311.3231Convert GNF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.