Convert CNY to GMD
Chinese Yuan → Gambian Dalasi
1 CNY = 11.02655 GMD(1 GMD = 0.0906902 CNY)
Currency converter
1 CNY =
11.0266 GMD
CNY to GMD: last 30 days
Over the last 30 days, 1 CNY traded between 10.9514 and 11.1637 GMD, averaging 11.0402 GMD. The CNY/GMD rate is down 1.23% since 2026-08-28.
- 30-day high
- 11.1637
- 2026-08-28
- 30-day low
- 10.9514
- 2026-09-12
- 30-day average
- 11.0402
- Days with data: 30
- 30-day change
- -1.23%
- since 2026-08-28
11.1637
10.95142026-08-28 → 2026-09-26
| Date | 1 CNY in GMD | Daily change |
|---|---|---|
| 2026-09-26 | 11.0266 | 0.00% |
| 2026-09-25 | 11.0266 | -0.01% |
| 2026-09-24 | 11.0276 | +0.05% |
| 2026-09-23 | 11.0225 | -0.12% |
| 2026-09-22 | 11.0357 | -0.10% |
| 2026-09-21 | 11.0471 | +0.03% |
| 2026-09-20 | 11.0435 | +0.66% |
| 2026-09-19 | 10.9711 | -0.02% |
| 2026-09-18 | 10.9734 | -0.22% |
| 2026-09-17 | 10.9972 | -0.32% |
| 2026-09-16 | 11.0326 | +0.00% |
| 2026-09-15 | 11.0322 | -0.02% |
| 2026-09-14 | 11.0345 | -0.73% |
| 2026-09-13 | 11.1161 | +1.50% |
| 2026-09-12 | 10.9514 | -0.69% |
| Date | 1 CNY in GMD | Daily change |
|---|---|---|
| 2026-09-11 | 11.0277 | -0.23% |
| 2026-09-10 | 11.0526 | +0.01% |
| 2026-09-09 | 11.0512 | -0.34% |
| 2026-09-08 | 11.0893 | +0.49% |
| 2026-09-07 | 11.035 | -0.48% |
| 2026-09-06 | 11.0881 | +0.99% |
| 2026-09-05 | 10.9797 | -0.33% |
| 2026-09-04 | 11.0164 | -0.76% |
| 2026-09-03 | 11.1002 | +0.07% |
| 2026-09-02 | 11.0928 | +0.11% |
| 2026-09-01 | 11.0801 | +0.57% |
| 2026-08-31 | 11.0177 | -0.45% |
| 2026-08-30 | 11.0674 | +0.56% |
| 2026-08-29 | 11.0061 | -1.41% |
| 2026-08-28 | 11.1637 | — |
CNY to GMD conversion table
1 CNY11.0266 GMD
5 CNY55.1327 GMD
10 CNY110.2655 GMD
25 CNY275.6637 GMD
50 CNY551.3275 GMD
100 CNY1,102.655 GMD
500 CNY5,513.2748 GMD
1,000 CNY11,026.55 GMD
5,000 CNY55,132.748 GMD
10,000 CNY110,265.5 GMD
Get the CNY/GMD rate in your app
One GET request returns the latest CNY → 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/CNY/GMD"fetch('https://rate-api.com/api/v1/pair/CNY/GMD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} GMD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/GMD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} GMD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/GMD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNY = {$data['rate']} GMD\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "GMD"
},
"rate": 11.0265,
"timestamp": 1790429370,
"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 CNYGambian Dalasi → Chinese Yuan0.09069Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.