Convert CHF to GNF
Swiss Franc → Guinean Franc
1 CHF = 10,628.173 GNF(1 GNF = 0.0000940895 CHF)
Currency converter
1 CHF =
10,628.173 GNF
CHF to GNF: last 30 days
Over the last 30 days, 1 CHF traded between 10,627.986 and 10,933.135 GNF, averaging 10,787.395 GNF. The CHF/GNF rate is down 2.79% since 2026-08-28.
- 30-day high
- 10,933.135
- 2026-08-28
- 30-day low
- 10,627.986
- 2026-09-18
- 30-day average
- 10,787.395
- Days with data: 30
- 30-day change
- -2.79%
- since 2026-08-28
10,933.135
10,627.9862026-08-28 → 2026-09-26
| Date | 1 CHF in GNF | Daily change |
|---|---|---|
| 2026-09-26 | 10,628.173 | 0.00% |
| 2026-09-25 | 10,628.173 | -0.10% |
| 2026-09-24 | 10,638.545 | -0.62% |
| 2026-09-23 | 10,705.318 | -0.44% |
| 2026-09-22 | 10,752.256 | +0.38% |
| 2026-09-21 | 10,711.193 | +0.50% |
| 2026-09-20 | 10,657.686 | -0.04% |
| 2026-09-19 | 10,662.141 | +0.32% |
| 2026-09-18 | 10,627.986 | -0.56% |
| 2026-09-17 | 10,687.45 | -0.52% |
| 2026-09-16 | 10,743.404 | -0.11% |
| 2026-09-15 | 10,755.679 | -0.23% |
| 2026-09-14 | 10,780.569 | -0.49% |
| 2026-09-13 | 10,834.108 | +0.55% |
| 2026-09-12 | 10,774.83 | -0.18% |
| Date | 1 CHF in GNF | Daily change |
|---|---|---|
| 2026-09-11 | 10,794.392 | -0.48% |
| 2026-09-10 | 10,846.437 | -0.45% |
| 2026-09-09 | 10,895.392 | +0.53% |
| 2026-09-08 | 10,837.703 | -0.29% |
| 2026-09-07 | 10,868.726 | -0.05% |
| 2026-09-06 | 10,874.172 | +0.41% |
| 2026-09-05 | 10,829.805 | -0.48% |
| 2026-09-04 | 10,882.568 | +0.06% |
| 2026-09-03 | 10,875.73 | +0.60% |
| 2026-09-02 | 10,810.34 | -0.42% |
| 2026-09-01 | 10,855.633 | -0.30% |
| 2026-08-31 | 10,888.427 | -0.35% |
| 2026-08-30 | 10,926.965 | +0.11% |
| 2026-08-29 | 10,914.911 | -0.17% |
| 2026-08-28 | 10,933.135 | — |
CHF to GNF conversion table
1 CHF10,628.173 GNF
5 CHF53,140.866 GNF
10 CHF106,281.73 GNF
25 CHF265,704.33 GNF
50 CHF531,408.66 GNF
100 CHF1,062,817.3 GNF
500 CHF5,314,086.6 GNF
1,000 CHF10,628,173 GNF
5,000 CHF53,140,866 GNF
10,000 CHF106,281,733 GNF
Get the CHF/GNF rate in your app
One GET request returns the latest CHF → 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/CHF/GNF"fetch('https://rate-api.com/api/v1/pair/CHF/GNF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} GNF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/GNF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} GNF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/GNF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} GNF\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "GNF"
},
"rate": 10628.1733,
"timestamp": 1790429299,
"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 CHFGuinean Franc → Swiss Franc0.00009409Convert CHF to other currencies
Convert other currencies to GNF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.