Convert GEL to CNY
Georgian Lari → Chinese Yuan
1 GEL = 2.581161 CNY(1 CNY = 0.387423 GEL)
Currency converter
1 GEL =
2.5812 CNY
GEL to CNY: last 30 days
Over the last 30 days, 1 GEL traded between 2.5705 and 2.5833 CNY, averaging 2.5786 CNY. The GEL/CNY rate is up 0.04% since 2026-08-28.
- 30-day high
- 2.5833
- 2026-08-31
- 30-day low
- 2.5705
- 2026-09-04
- 30-day average
- 2.5786
- Days with data: 30
- 30-day change
- +0.04%
- since 2026-08-28
2.5833
2.57052026-08-28 → 2026-09-26
| Date | 1 GEL in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 2.5812 | 0.00% |
| 2026-09-25 | 2.5812 | +0.34% |
| 2026-09-24 | 2.5725 | -0.17% |
| 2026-09-23 | 2.5768 | -0.02% |
| 2026-09-22 | 2.5774 | +0.04% |
| 2026-09-21 | 2.5764 | +0.00% |
| 2026-09-20 | 2.5764 | +0.03% |
| 2026-09-19 | 2.5757 | -0.29% |
| 2026-09-18 | 2.5833 | +0.11% |
| 2026-09-17 | 2.5803 | -0.03% |
| 2026-09-16 | 2.581 | -0.07% |
| 2026-09-15 | 2.5827 | +0.02% |
| 2026-09-14 | 2.5821 | +0.22% |
| 2026-09-13 | 2.5763 | -0.08% |
| 2026-09-12 | 2.5785 | -0.02% |
| Date | 1 GEL in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 2.579 | +0.06% |
| 2026-09-10 | 2.5773 | -0.04% |
| 2026-09-09 | 2.5784 | +0.01% |
| 2026-09-08 | 2.5782 | -0.09% |
| 2026-09-07 | 2.5805 | +0.19% |
| 2026-09-06 | 2.5756 | +0.04% |
| 2026-09-05 | 2.5746 | +0.16% |
| 2026-09-04 | 2.5705 | -0.30% |
| 2026-09-03 | 2.5782 | +0.10% |
| 2026-09-02 | 2.5756 | -0.13% |
| 2026-09-01 | 2.5789 | -0.17% |
| 2026-08-31 | 2.5833 | +0.03% |
| 2026-08-30 | 2.5826 | -0.00% |
| 2026-08-29 | 2.5826 | +0.09% |
| 2026-08-28 | 2.5802 | — |
GEL to CNY conversion table
1 GEL2.5812 CNY
5 GEL12.9058 CNY
10 GEL25.8116 CNY
25 GEL64.529 CNY
50 GEL129.058 CNY
100 GEL258.1161 CNY
500 GEL1,290.5804 CNY
1,000 GEL2,581.1609 CNY
5,000 GEL12,905.804 CNY
10,000 GEL25,811.609 CNY
Get the GEL/CNY rate in your app
One GET request returns the latest GEL → 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/GEL/CNY"fetch('https://rate-api.com/api/v1/pair/GEL/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GEL = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GEL/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GEL = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GEL/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GEL = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "GEL",
"to": "CNY"
},
"rate": 2.5812,
"timestamp": 1790432116,
"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 GELChinese Yuan → Georgian Lari0.38742Convert GEL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.