Convert GMD to CHF
Gambian Dalasi → Swiss Franc
1 GMD = 0.0111895 CHF(1 CHF = 89.369338 GMD)
Currency converter
1 GMD =
0.01119 CHF
GMD to CHF: last 30 days
Over the last 30 days, 1 GMD traded between 0.010719 and 0.011236 CHF, averaging 0.011011 CHF. The GMD/CHF rate is up 4.39% since 2026-08-28.
- 30-day high
- 0.011236
- 2026-09-19
- 30-day low
- 0.010719
- 2026-08-28
- 30-day average
- 0.011011
- Days with data: 30
- 30-day change
- +4.39%
- since 2026-08-28
0.011236
0.0107192026-08-28 → 2026-09-26
| Date | 1 GMD in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.01119 | 0.00% |
| 2026-09-25 | 0.01119 | +0.07% |
| 2026-09-24 | 0.011182 | +0.47% |
| 2026-09-23 | 0.01113 | +0.43% |
| 2026-09-22 | 0.011082 | -0.21% |
| 2026-09-21 | 0.011105 | -0.51% |
| 2026-09-20 | 0.011163 | -0.66% |
| 2026-09-19 | 0.011236 | +0.02% |
| 2026-09-18 | 0.011234 | +0.51% |
| 2026-09-17 | 0.011177 | +0.99% |
| 2026-09-16 | 0.011068 | +0.16% |
| 2026-09-15 | 0.01105 | +0.18% |
| 2026-09-14 | 0.01103 | +0.88% |
| 2026-09-13 | 0.010933 | -1.48% |
| 2026-09-12 | 0.011098 | +0.70% |
| Date | 1 GMD in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.011021 | +0.61% |
| 2026-09-10 | 0.010955 | +0.62% |
| 2026-09-09 | 0.010887 | -0.16% |
| 2026-09-08 | 0.010905 | -0.20% |
| 2026-09-07 | 0.010927 | +0.48% |
| 2026-09-06 | 0.010875 | -0.98% |
| 2026-09-05 | 0.010983 | +0.33% |
| 2026-09-04 | 0.010946 | +0.98% |
| 2026-09-03 | 0.010839 | -0.71% |
| 2026-09-02 | 0.010917 | +0.32% |
| 2026-09-01 | 0.010882 | -0.36% |
| 2026-08-31 | 0.010921 | +1.00% |
| 2026-08-30 | 0.010812 | -0.55% |
| 2026-08-29 | 0.010873 | +1.43% |
| 2026-08-28 | 0.010719 | — |
GMD to CHF conversion table
1 GMD0.01119 CHF
5 GMD0.055948 CHF
10 GMD0.1119 CHF
25 GMD0.27974 CHF
50 GMD0.55948 CHF
100 GMD1.119 CHF
500 GMD5.5948 CHF
1,000 GMD11.1895 CHF
5,000 GMD55.9476 CHF
10,000 GMD111.8952 CHF
Get the GMD/CHF rate in your app
One GET request returns the latest GMD → 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/GMD/CHF"fetch('https://rate-api.com/api/v1/pair/GMD/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GMD = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GMD/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GMD = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GMD/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GMD = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "GMD",
"to": "CHF"
},
"rate": 0.0112,
"timestamp": 1790432074,
"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 GMDSwiss Franc → Gambian Dalasi89.3693Convert GMD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.