Convert CHF to GMD
Swiss Franc → Gambian Dalasi
1 CHF = 89.369338 GMD(1 GMD = 0.0111895 CHF)
Currency converter
1 CHF =
89.3693 GMD
CHF to GMD: last 30 days
Over the last 30 days, 1 CHF traded between 88.9969 and 93.2907 GMD, averaging 90.8314 GMD. The CHF/GMD rate is down 4.20% since 2026-08-28.
- 30-day high
- 93.2907
- 2026-08-28
- 30-day low
- 88.9969
- 2026-09-19
- 30-day average
- 90.8314
- Days with data: 30
- 30-day change
- -4.20%
- since 2026-08-28
93.2907
88.99692026-08-28 → 2026-09-26
| Date | 1 CHF in GMD | Daily change |
|---|---|---|
| 2026-09-26 | 89.3693 | 0.00% |
| 2026-09-25 | 89.3693 | -0.07% |
| 2026-09-24 | 89.4278 | -0.46% |
| 2026-09-23 | 89.8449 | -0.43% |
| 2026-09-22 | 90.2348 | +0.21% |
| 2026-09-21 | 90.0459 | +0.52% |
| 2026-09-20 | 89.5841 | +0.66% |
| 2026-09-19 | 88.9969 | -0.02% |
| 2026-09-18 | 89.0152 | -0.50% |
| 2026-09-17 | 89.4658 | -0.98% |
| 2026-09-16 | 90.348 | -0.16% |
| 2026-09-15 | 90.4966 | -0.18% |
| 2026-09-14 | 90.6632 | -0.87% |
| 2026-09-13 | 91.462 | +1.50% |
| 2026-09-12 | 90.1067 | -0.69% |
| Date | 1 CHF in GMD | Daily change |
|---|---|---|
| 2026-09-11 | 90.7345 | -0.60% |
| 2026-09-10 | 91.2854 | -0.61% |
| 2026-09-09 | 91.8495 | +0.17% |
| 2026-09-08 | 91.6982 | +0.20% |
| 2026-09-07 | 91.5132 | -0.48% |
| 2026-09-06 | 91.9522 | +0.99% |
| 2026-09-05 | 91.0532 | -0.33% |
| 2026-09-04 | 91.3573 | -0.97% |
| 2026-09-03 | 92.2562 | +0.71% |
| 2026-09-02 | 91.6018 | -0.32% |
| 2026-09-01 | 91.8953 | +0.36% |
| 2026-08-31 | 91.5657 | -0.99% |
| 2026-08-30 | 92.4859 | +0.56% |
| 2026-08-29 | 91.9737 | -1.41% |
| 2026-08-28 | 93.2907 | — |
CHF to GMD conversion table
1 CHF89.3693 GMD
5 CHF446.8467 GMD
10 CHF893.6934 GMD
25 CHF2,234.2334 GMD
50 CHF4,468.4669 GMD
100 CHF8,936.9338 GMD
500 CHF44,684.669 GMD
1,000 CHF89,369.338 GMD
5,000 CHF446,846.69 GMD
10,000 CHF893,693.38 GMD
Get the CHF/GMD rate in your app
One GET request returns the latest CHF → GMD 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/GMD"fetch('https://rate-api.com/api/v1/pair/CHF/GMD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} GMD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/GMD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} GMD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/GMD');
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']} GMD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "GMD"
},
"rate": 89.3693,
"timestamp": 1790429313,
"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
GMD to CHFGambian Dalasi → Swiss Franc0.01119Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.