Convert CNY to GTQ
Chinese Yuan → Guatemalan Quetzal
1 CNY = 1.13752 GTQ(1 GTQ = 0.879105 CNY)
Currency converter
1 CNY =
1.1375 GTQ
CNY to GTQ: last 30 days
Over the last 30 days, 1 CNY traded between 1.1344 and 1.1421 GTQ, averaging 1.1377 GTQ. The CNY/GTQ rate is up 0.22% since 2026-08-28.
- 30-day high
- 1.1421
- 2026-09-17
- 30-day low
- 1.1344
- 2026-08-30
- 30-day average
- 1.1377
- Days with data: 30
- 30-day change
- +0.22%
- since 2026-08-28
1.1421
1.13442026-08-28 → 2026-09-26
| Date | 1 CNY in GTQ | Daily change |
|---|---|---|
| 2026-09-26 | 1.1375 | 0.00% |
| 2026-09-25 | 1.1375 | -0.04% |
| 2026-09-24 | 1.138 | -0.00% |
| 2026-09-23 | 1.138 | -0.07% |
| 2026-09-22 | 1.1388 | -0.05% |
| 2026-09-21 | 1.1394 | +0.02% |
| 2026-09-20 | 1.1391 | -0.04% |
| 2026-09-19 | 1.1396 | +0.04% |
| 2026-09-18 | 1.1391 | -0.27% |
| 2026-09-17 | 1.1421 | +0.35% |
| 2026-09-16 | 1.1381 | +0.08% |
| 2026-09-15 | 1.1373 | -0.08% |
| 2026-09-14 | 1.1382 | +0.09% |
| 2026-09-13 | 1.1372 | -0.05% |
| 2026-09-12 | 1.1378 | -0.06% |
| Date | 1 CNY in GTQ | Daily change |
|---|---|---|
| 2026-09-11 | 1.1385 | +0.02% |
| 2026-09-10 | 1.1383 | -0.03% |
| 2026-09-09 | 1.1386 | -0.02% |
| 2026-09-08 | 1.1389 | +0.13% |
| 2026-09-07 | 1.1374 | +0.08% |
| 2026-09-06 | 1.1365 | -0.09% |
| 2026-09-05 | 1.1375 | +0.09% |
| 2026-09-04 | 1.1365 | +0.11% |
| 2026-09-03 | 1.1353 | -0.00% |
| 2026-09-02 | 1.1353 | -0.01% |
| 2026-09-01 | 1.1354 | -0.50% |
| 2026-08-31 | 1.1411 | +0.59% |
| 2026-08-30 | 1.1344 | -0.11% |
| 2026-08-29 | 1.1357 | +0.06% |
| 2026-08-28 | 1.135 | — |
CNY to GTQ conversion table
1 CNY1.1375 GTQ
5 CNY5.6876 GTQ
10 CNY11.3752 GTQ
25 CNY28.438 GTQ
50 CNY56.876 GTQ
100 CNY113.752 GTQ
500 CNY568.76 GTQ
1,000 CNY1,137.5199 GTQ
5,000 CNY5,687.5996 GTQ
10,000 CNY11,375.199 GTQ
Get the CNY/GTQ rate in your app
One GET request returns the latest CNY → GTQ 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/GTQ"fetch('https://rate-api.com/api/v1/pair/CNY/GTQ', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} GTQ`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/GTQ",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} GTQ")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/GTQ');
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']} GTQ\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "GTQ"
},
"rate": 1.1375,
"timestamp": 1790429441,
"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
GTQ to CNYGuatemalan Quetzal → Chinese Yuan0.87911Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.