Convert CNH to GBP
Chinese Yuan (Offshore) → British Pound
1 CNH = 0.112294 GBP(1 GBP = 8.905206 CNH)
Currency converter
1 CNH =
0.11229 GBP
CNH to GBP: last 30 days
Over the last 30 days, 1 CNH traded between 0.10888 and 0.11263 GBP, averaging 0.11071 GBP. The CNH/GBP rate is up 2.53% since 2026-08-28.
- 30-day high
- 0.11263
- 2026-09-24
- 30-day low
- 0.10888
- 2026-08-29
- 30-day average
- 0.11071
- Days with data: 30
- 30-day change
- +2.53%
- since 2026-08-28
0.11263
0.108882026-08-28 → 2026-09-26
| Date | 1 CNH in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.11229 | 0.00% |
| 2026-09-25 | 0.11229 | -0.30% |
| 2026-09-24 | 0.11263 | +0.27% |
| 2026-09-23 | 0.11233 | +0.51% |
| 2026-09-22 | 0.11176 | +0.22% |
| 2026-09-21 | 0.11151 | -0.30% |
| 2026-09-20 | 0.11185 | +0.11% |
| 2026-09-19 | 0.11173 | -0.19% |
| 2026-09-18 | 0.11194 | +0.45% |
| 2026-09-17 | 0.11144 | +0.62% |
| 2026-09-16 | 0.11075 | +0.22% |
| 2026-09-15 | 0.11051 | +0.03% |
| 2026-09-14 | 0.11048 | +0.09% |
| 2026-09-13 | 0.11038 | +0.01% |
| 2026-09-12 | 0.11037 | +0.11% |
| Date | 1 CNH in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.11025 | -0.03% |
| 2026-09-10 | 0.11028 | +0.33% |
| 2026-09-09 | 0.10992 | -0.05% |
| 2026-09-08 | 0.10998 | -0.11% |
| 2026-09-07 | 0.1101 | -0.07% |
| 2026-09-06 | 0.11018 | +0.00% |
| 2026-09-05 | 0.11018 | +0.13% |
| 2026-09-04 | 0.11003 | -0.24% |
| 2026-09-03 | 0.11029 | -0.01% |
| 2026-09-02 | 0.11031 | +0.31% |
| 2026-09-01 | 0.10996 | +0.11% |
| 2026-08-31 | 0.10984 | +0.42% |
| 2026-08-30 | 0.10938 | +0.46% |
| 2026-08-29 | 0.10888 | -0.59% |
| 2026-08-28 | 0.10953 | — |
CNH to GBP conversion table
1 CNH0.11229 GBP
5 CNH0.56147 GBP
10 CNH1.1229 GBP
25 CNH2.8073 GBP
50 CNH5.6147 GBP
100 CNH11.2294 GBP
500 CNH56.1469 GBP
1,000 CNH112.2939 GBP
5,000 CNH561.4693 GBP
10,000 CNH1,122.9387 GBP
Get the CNH/GBP rate in your app
One GET request returns the latest CNH → GBP 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/CNH/GBP"fetch('https://rate-api.com/api/v1/pair/CNH/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNH = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNH/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNH = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNH/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNH = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "CNH",
"to": "GBP"
},
"rate": 0.1123,
"timestamp": 1790435284,
"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
GBP to CNHBritish Pound → Chinese Yuan (Offshore)8.9052Convert CNH to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.