Convert GMD to CNY
Gambian Dalasi → Chinese Yuan
1 GMD = 0.0906902 CNY(1 CNY = 11.02655 GMD)
Currency converter
1 GMD =
0.09069 CNY
GMD to CNY: last 30 days
Over the last 30 days, 1 GMD traded between 0.089576 and 0.091313 CNY, averaging 0.09058 CNY. The GMD/CNY rate is up 1.24% since 2026-08-28.
- 30-day high
- 0.091313
- 2026-09-12
- 30-day low
- 0.089576
- 2026-08-28
- 30-day average
- 0.09058
- Days with data: 30
- 30-day change
- +1.24%
- since 2026-08-28
0.091313
0.0895762026-08-28 → 2026-09-26
| Date | 1 GMD in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.09069 | 0.00% |
| 2026-09-25 | 0.09069 | +0.01% |
| 2026-09-24 | 0.090682 | -0.05% |
| 2026-09-23 | 0.090723 | +0.12% |
| 2026-09-22 | 0.090615 | +0.10% |
| 2026-09-21 | 0.090522 | -0.03% |
| 2026-09-20 | 0.090551 | -0.66% |
| 2026-09-19 | 0.091148 | +0.02% |
| 2026-09-18 | 0.09113 | +0.22% |
| 2026-09-17 | 0.090932 | +0.32% |
| 2026-09-16 | 0.09064 | -0.00% |
| 2026-09-15 | 0.090644 | +0.02% |
| 2026-09-14 | 0.090625 | +0.74% |
| 2026-09-13 | 0.08996 | -1.48% |
| 2026-09-12 | 0.091313 | +0.70% |
| Date | 1 GMD in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.090681 | +0.23% |
| 2026-09-10 | 0.090477 | -0.01% |
| 2026-09-09 | 0.090488 | +0.35% |
| 2026-09-08 | 0.090177 | -0.49% |
| 2026-09-07 | 0.09062 | +0.48% |
| 2026-09-06 | 0.090186 | -0.98% |
| 2026-09-05 | 0.091077 | +0.33% |
| 2026-09-04 | 0.090774 | +0.76% |
| 2026-09-03 | 0.090088 | -0.07% |
| 2026-09-02 | 0.090149 | -0.11% |
| 2026-09-01 | 0.090252 | -0.56% |
| 2026-08-31 | 0.090763 | +0.45% |
| 2026-08-30 | 0.090356 | -0.55% |
| 2026-08-29 | 0.090859 | +1.43% |
| 2026-08-28 | 0.089576 | — |
GMD to CNY conversion table
1 GMD0.09069 CNY
5 GMD0.45345 CNY
10 GMD0.9069 CNY
25 GMD2.2673 CNY
50 GMD4.5345 CNY
100 GMD9.069 CNY
500 GMD45.3451 CNY
1,000 GMD90.6902 CNY
5,000 GMD453.451 CNY
10,000 GMD906.902 CNY
Get the GMD/CNY rate in your app
One GET request returns the latest GMD → CNY 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/CNY"fetch('https://rate-api.com/api/v1/pair/GMD/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GMD = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GMD/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GMD = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GMD/CNY');
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']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "GMD",
"to": "CNY"
},
"rate": 0.0907,
"timestamp": 1790432102,
"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
CNY to GMDChinese Yuan → Gambian Dalasi11.0266Convert GMD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.