Convert CUP to CNY
Cuban Peso → Chinese Yuan
1 CUP = 0.279708 CNY(1 CNY = 3.575154 CUP)
Currency converter
1 CUP =
0.27971 CNY
CUP to CNY: last 30 days
Over the last 30 days, 1 CUP traded between 0.25268 and 0.27971 CNY, averaging 0.25495 CNY. The CUP/CNY rate is up 10.25% since 2026-08-28.
- 30-day high
- 0.27971
- 2026-09-25
- 30-day low
- 0.25268
- 2026-09-21
- 30-day average
- 0.25495
- Days with data: 30
- 30-day change
- +10.25%
- since 2026-08-28
0.27971
0.252682026-08-28 → 2026-09-26
| Date | 1 CUP in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.27971 | 0.00% |
| 2026-09-25 | 0.27971 | +10.48% |
| 2026-09-24 | 0.25319 | +0.09% |
| 2026-09-23 | 0.25296 | +0.06% |
| 2026-09-22 | 0.25281 | +0.05% |
| 2026-09-21 | 0.25268 | -0.02% |
| 2026-09-20 | 0.25274 | +0.00% |
| 2026-09-19 | 0.25273 | -0.01% |
| 2026-09-18 | 0.25274 | -0.17% |
| 2026-09-17 | 0.25318 | +0.03% |
| 2026-09-16 | 0.2531 | -0.05% |
| 2026-09-15 | 0.25323 | +0.05% |
| 2026-09-14 | 0.2531 | +0.03% |
| 2026-09-13 | 0.25303 | +0.00% |
| 2026-09-12 | 0.25303 | -0.03% |
| Date | 1 CUP in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.25311 | +0.01% |
| 2026-09-10 | 0.25308 | -0.02% |
| 2026-09-09 | 0.25312 | -0.04% |
| 2026-09-08 | 0.25323 | -0.02% |
| 2026-09-07 | 0.25327 | +0.03% |
| 2026-09-06 | 0.25318 | +0.03% |
| 2026-09-05 | 0.25311 | -0.04% |
| 2026-09-04 | 0.25322 | -0.13% |
| 2026-09-03 | 0.25356 | -0.00% |
| 2026-09-02 | 0.25357 | -0.02% |
| 2026-09-01 | 0.25362 | +0.03% |
| 2026-08-31 | 0.25355 | -0.02% |
| 2026-08-30 | 0.2536 | +0.03% |
| 2026-08-29 | 0.25353 | -0.07% |
| 2026-08-28 | 0.25371 | — |
CUP to CNY conversion table
1 CUP0.27971 CNY
5 CUP1.3985 CNY
10 CUP2.7971 CNY
25 CUP6.9927 CNY
50 CUP13.9854 CNY
100 CUP27.9708 CNY
500 CUP139.8541 CNY
1,000 CUP279.7083 CNY
5,000 CUP1,398.5413 CNY
10,000 CUP2,797.0827 CNY
Get the CUP/CNY rate in your app
One GET request returns the latest CUP → 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/CUP/CNY"fetch('https://rate-api.com/api/v1/pair/CUP/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CUP = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CUP/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CUP = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CUP/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CUP = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "CUP",
"to": "CNY"
},
"rate": 0.2797,
"timestamp": 1790432086,
"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 CUPChinese Yuan → Cuban Peso3.5752Convert CUP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.