Convert GHS to CHF
Ghanaian Cedi → Swiss Franc
1 GHS = 0.0714332 CHF(1 CHF = 13.999099 GHS)
Currency converter
1 GHS =
0.071433 CHF
GHS to CHF: last 30 days
Over the last 30 days, 1 GHS traded between 0.070736 and 0.07221 CHF, averaging 0.071428 CHF. The GHS/CHF rate is down 0.34% since 2026-08-28.
- 30-day high
- 0.07221
- 2026-09-02
- 30-day low
- 0.070736
- 2026-09-09
- 30-day average
- 0.071428
- Days with data: 30
- 30-day change
- -0.34%
- since 2026-08-28
0.07221
0.0707362026-08-28 → 2026-09-26
| Date | 1 GHS in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.071433 | 0.00% |
| 2026-09-25 | 0.071433 | -0.03% |
| 2026-09-24 | 0.071453 | +0.30% |
| 2026-09-23 | 0.071239 | +0.11% |
| 2026-09-22 | 0.07116 | -0.24% |
| 2026-09-21 | 0.071335 | -0.51% |
| 2026-09-20 | 0.071703 | +0.02% |
| 2026-09-19 | 0.071691 | -0.07% |
| 2026-09-18 | 0.071741 | +0.04% |
| 2026-09-17 | 0.07171 | +0.44% |
| 2026-09-16 | 0.071398 | +0.03% |
| 2026-09-15 | 0.071378 | +0.11% |
| 2026-09-14 | 0.071296 | +0.03% |
| 2026-09-13 | 0.071273 | +0.17% |
| 2026-09-12 | 0.07115 | +0.00% |
| Date | 1 GHS in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.071148 | +0.17% |
| 2026-09-10 | 0.07103 | +0.42% |
| 2026-09-09 | 0.070736 | -0.63% |
| 2026-09-08 | 0.071185 | +0.12% |
| 2026-09-07 | 0.071103 | -0.05% |
| 2026-09-06 | 0.071139 | +0.08% |
| 2026-09-05 | 0.071081 | -0.21% |
| 2026-09-04 | 0.071234 | -0.50% |
| 2026-09-03 | 0.071588 | -0.86% |
| 2026-09-02 | 0.07221 | +0.28% |
| 2026-09-01 | 0.072007 | +0.10% |
| 2026-08-31 | 0.071934 | +0.34% |
| 2026-08-30 | 0.071687 | +0.02% |
| 2026-08-29 | 0.071675 | -0.00% |
| 2026-08-28 | 0.071677 | — |
GHS to CHF conversion table
1 GHS0.071433 CHF
5 GHS0.35717 CHF
10 GHS0.71433 CHF
25 GHS1.7858 CHF
50 GHS3.5717 CHF
100 GHS7.1433 CHF
500 GHS35.7166 CHF
1,000 GHS71.4332 CHF
5,000 GHS357.1659 CHF
10,000 GHS714.3317 CHF
Get the GHS/CHF rate in your app
One GET request returns the latest GHS → 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/GHS/CHF"fetch('https://rate-api.com/api/v1/pair/GHS/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GHS = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GHS/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GHS = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GHS/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GHS = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "GHS",
"to": "CHF"
},
"rate": 0.0714,
"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
CHF to GHSSwiss Franc → Ghanaian Cedi13.9991Convert GHS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.