Convert SHP to CNY
Saint Helena Pound → Chinese Yuan
1 SHP = 8.896624 CNY(1 CNY = 0.112402 SHP)
Currency converter
1 SHP =
8.8966 CNY
SHP to CNY: last 30 days
Over the last 30 days, 1 SHP traded between 8.8738 and 9.1337 CNY, averaging 9.0318 CNY. The SHP/CNY rate is down 2.60% since 2026-08-28.
- 30-day high
- 9.1337
- 2026-08-28
- 30-day low
- 8.8738
- 2026-09-24
- 30-day average
- 9.0318
- Days with data: 30
- 30-day change
- -2.60%
- since 2026-08-28
9.1337
8.87382026-08-28 → 2026-09-26
| Date | 1 SHP in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 8.8966 | 0.00% |
| 2026-09-25 | 8.8966 | +0.26% |
| 2026-09-24 | 8.8738 | -0.35% |
| 2026-09-23 | 8.9049 | -0.69% |
| 2026-09-22 | 8.9665 | +0.07% |
| 2026-09-21 | 8.9606 | -0.12% |
| 2026-09-20 | 8.9716 | +0.01% |
| 2026-09-19 | 8.9705 | +0.12% |
| 2026-09-18 | 8.9597 | -0.15% |
| 2026-09-17 | 8.973 | -0.76% |
| 2026-09-16 | 9.0417 | -0.09% |
| 2026-09-15 | 9.0501 | -0.11% |
| 2026-09-14 | 9.0597 | -0.17% |
| 2026-09-13 | 9.0748 | -0.00% |
| 2026-09-12 | 9.0749 | +0.21% |
| Date | 1 SHP in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 9.0557 | -0.39% |
| 2026-09-10 | 9.0907 | +0.04% |
| 2026-09-09 | 9.0868 | +0.02% |
| 2026-09-08 | 9.0848 | +0.21% |
| 2026-09-07 | 9.0661 | -0.04% |
| 2026-09-06 | 9.0701 | -0.01% |
| 2026-09-05 | 9.0712 | -0.10% |
| 2026-09-04 | 9.08 | +0.14% |
| 2026-09-03 | 9.0677 | -0.08% |
| 2026-09-02 | 9.0753 | -0.28% |
| 2026-09-01 | 9.1012 | -0.00% |
| 2026-08-31 | 9.1016 | +0.05% |
| 2026-08-30 | 9.0973 | +0.02% |
| 2026-08-29 | 9.0956 | -0.42% |
| 2026-08-28 | 9.1337 | — |
SHP to CNY conversion table
1 SHP8.8966 CNY
5 SHP44.4831 CNY
10 SHP88.9662 CNY
25 SHP222.4156 CNY
50 SHP444.8312 CNY
100 SHP889.6624 CNY
500 SHP4,448.3119 CNY
1,000 SHP8,896.6239 CNY
5,000 SHP44,483.119 CNY
10,000 SHP88,966.239 CNY
Get the SHP/CNY rate in your app
One GET request returns the latest SHP → 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/SHP/CNY"fetch('https://rate-api.com/api/v1/pair/SHP/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SHP = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SHP/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SHP = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SHP/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SHP = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "SHP",
"to": "CNY"
},
"rate": 8.8966,
"timestamp": 1790432125,
"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 SHPChinese Yuan → Saint Helena Pound0.1124Convert SHP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.