Convert GNF to CHF
Guinean Franc → Swiss Franc
1 GNF = 0.0000940895 CHF(1 CHF = 10,628.173 GNF)
Currency converter
1 GNF =
0.00009409 CHF
GNF to CHF: last 30 days
Over the last 30 days, 1 GNF traded between 0.000091465 and 0.000094091 CHF, averaging 0.000092708 CHF. The GNF/CHF rate is up 2.87% since 2026-08-28.
- 30-day high
- 0.000094091
- 2026-09-18
- 30-day low
- 0.000091465
- 2026-08-28
- 30-day average
- 0.000092708
- Days with data: 30
- 30-day change
- +2.87%
- since 2026-08-28
0.000094091
0.0000914652026-08-28 → 2026-09-26
| Date | 1 GNF in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.00009409 | 0.00% |
| 2026-09-25 | 0.00009409 | +0.10% |
| 2026-09-24 | 0.000093998 | +0.63% |
| 2026-09-23 | 0.000093412 | +0.44% |
| 2026-09-22 | 0.000093004 | -0.38% |
| 2026-09-21 | 0.00009336 | -0.50% |
| 2026-09-20 | 0.000093829 | +0.04% |
| 2026-09-19 | 0.00009379 | -0.32% |
| 2026-09-18 | 0.000094091 | +0.56% |
| 2026-09-17 | 0.000093568 | +0.52% |
| 2026-09-16 | 0.00009308 | +0.11% |
| 2026-09-15 | 0.000092974 | +0.23% |
| 2026-09-14 | 0.000092759 | +0.50% |
| 2026-09-13 | 0.000092301 | -0.55% |
| 2026-09-12 | 0.000092809 | +0.18% |
| Date | 1 GNF in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.000092641 | +0.48% |
| 2026-09-10 | 0.000092196 | +0.45% |
| 2026-09-09 | 0.000091782 | -0.53% |
| 2026-09-08 | 0.00009227 | +0.29% |
| 2026-09-07 | 0.000092007 | +0.05% |
| 2026-09-06 | 0.000091961 | -0.41% |
| 2026-09-05 | 0.000092338 | +0.49% |
| 2026-09-04 | 0.00009189 | -0.06% |
| 2026-09-03 | 0.000091948 | -0.60% |
| 2026-09-02 | 0.000092504 | +0.42% |
| 2026-09-01 | 0.000092118 | +0.30% |
| 2026-08-31 | 0.000091841 | +0.35% |
| 2026-08-30 | 0.000091517 | -0.11% |
| 2026-08-29 | 0.000091618 | +0.17% |
| 2026-08-28 | 0.000091465 | — |
GNF to CHF conversion table
1 GNF0.00009409 CHF
5 GNF0.00047045 CHF
10 GNF0.0009409 CHF
25 GNF0.0023522 CHF
50 GNF0.0047045 CHF
100 GNF0.009409 CHF
500 GNF0.047045 CHF
1,000 GNF0.09409 CHF
5,000 GNF0.47045 CHF
10,000 GNF0.9409 CHF
Get the GNF/CHF rate in your app
One GET request returns the latest GNF → CHF 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/CHF?precision=6"fetch('https://rate-api.com/api/v1/pair/GNF/CHF?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GNF = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GNF/CHF?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GNF = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GNF/CHF?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']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "GNF",
"to": "CHF"
},
"rate": 9.4e-5,
"timestamp": 1790432059,
"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
CHF to GNFSwiss Franc → Guinean Franc10,628.173Convert GNF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.