Convert CNY to GYD
Chinese Yuan → Guyanaese Dollar
1 CNY = 31.160646 GYD(1 GYD = 0.0320918 CNY)
Currency converter
1 CNY =
31.1606 GYD
CNY to GYD: last 30 days
Over the last 30 days, 1 CNY traded between 31.0923 and 31.3675 GYD, averaging 31.1807 GYD. The CNY/GYD rate is up 0.22% since 2026-08-28.
- 30-day high
- 31.3675
- 2026-09-17
- 30-day low
- 31.0923
- 2026-08-28
- 30-day average
- 31.1807
- Days with data: 30
- 30-day change
- +0.22%
- since 2026-08-28
31.3675
31.09232026-08-28 → 2026-09-26
| Date | 1 CNY in GYD | Daily change |
|---|---|---|
| 2026-09-26 | 31.1606 | 0.00% |
| 2026-09-25 | 31.1606 | -0.37% |
| 2026-09-24 | 31.2765 | +0.17% |
| 2026-09-23 | 31.2243 | -0.04% |
| 2026-09-22 | 31.2358 | +0.03% |
| 2026-09-21 | 31.2269 | -0.12% |
| 2026-09-20 | 31.2646 | +0.23% |
| 2026-09-19 | 31.1931 | -0.11% |
| 2026-09-18 | 31.2285 | -0.44% |
| 2026-09-17 | 31.3675 | +0.62% |
| 2026-09-16 | 31.1739 | +0.09% |
| 2026-09-15 | 31.1465 | -0.10% |
| 2026-09-14 | 31.1778 | +0.07% |
| 2026-09-13 | 31.1573 | +0.10% |
| 2026-09-12 | 31.125 | -0.31% |
| Date | 1 CNY in GYD | Daily change |
|---|---|---|
| 2026-09-11 | 31.2223 | +0.09% |
| 2026-09-10 | 31.1946 | +0.18% |
| 2026-09-09 | 31.1394 | -0.10% |
| 2026-09-08 | 31.1703 | -0.01% |
| 2026-09-07 | 31.1734 | -0.03% |
| 2026-09-06 | 31.1827 | +0.20% |
| 2026-09-05 | 31.1205 | +0.03% |
| 2026-09-04 | 31.111 | +0.06% |
| 2026-09-03 | 31.0932 | -0.17% |
| 2026-09-02 | 31.1459 | +0.17% |
| 2026-09-01 | 31.0931 | -0.60% |
| 2026-08-31 | 31.2801 | +0.47% |
| 2026-08-30 | 31.1348 | -0.05% |
| 2026-08-29 | 31.1496 | +0.18% |
| 2026-08-28 | 31.0923 | — |
CNY to GYD conversion table
1 CNY31.1606 GYD
5 CNY155.8032 GYD
10 CNY311.6065 GYD
25 CNY779.0161 GYD
50 CNY1,558.0323 GYD
100 CNY3,116.0646 GYD
500 CNY15,580.323 GYD
1,000 CNY31,160.646 GYD
5,000 CNY155,803.23 GYD
10,000 CNY311,606.46 GYD
Get the CNY/GYD rate in your app
One GET request returns the latest CNY → GYD 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/GYD"fetch('https://rate-api.com/api/v1/pair/CNY/GYD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} GYD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/GYD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} GYD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/GYD');
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']} GYD\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "GYD"
},
"rate": 31.1606,
"timestamp": 1790429424,
"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
GYD to CNYGuyanaese Dollar → Chinese Yuan0.032092Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.