Convert CNY to CUP
Chinese Yuan → Cuban Peso
1 CNY = 3.571664 CUP(1 CUP = 0.279982 CNY)
Currency converter
1 CNY =
3.5717 CUP
CNY to CUP: last 30 days
Over the last 30 days, 1 CNY traded between 3.5717 and 3.9576 CUP, averaging 3.9124 CUP. The CNY/CUP rate is down 9.45% since 2026-08-29.
- 30-day high
- 3.9576
- 2026-09-21
- 30-day low
- 3.5717
- 2026-09-26
- 30-day average
- 3.9124
- Days with data: 30
- 30-day change
- -9.45%
- since 2026-08-29
3.9576
3.57172026-08-29 → 2026-09-27
| Date | 1 CNY in CUP | Daily change |
|---|---|---|
| 2026-09-27 | 3.5717 | 0.00% |
| 2026-09-26 | 3.5717 | -0.10% |
| 2026-09-25 | 3.5752 | -9.48% |
| 2026-09-24 | 3.9497 | -0.09% |
| 2026-09-23 | 3.9532 | -0.06% |
| 2026-09-22 | 3.9556 | -0.05% |
| 2026-09-21 | 3.9576 | +0.02% |
| 2026-09-20 | 3.9567 | -0.00% |
| 2026-09-19 | 3.9569 | +0.01% |
| 2026-09-18 | 3.9566 | +0.18% |
| 2026-09-17 | 3.9497 | -0.03% |
| 2026-09-16 | 3.9509 | +0.05% |
| 2026-09-15 | 3.9489 | -0.05% |
| 2026-09-14 | 3.951 | -0.03% |
| 2026-09-13 | 3.9521 | -0.00% |
| Date | 1 CNY in CUP | Daily change |
|---|---|---|
| 2026-09-12 | 3.9522 | +0.03% |
| 2026-09-11 | 3.9509 | -0.01% |
| 2026-09-10 | 3.9513 | +0.02% |
| 2026-09-09 | 3.9507 | +0.04% |
| 2026-09-08 | 3.949 | +0.02% |
| 2026-09-07 | 3.9484 | -0.03% |
| 2026-09-06 | 3.9498 | -0.03% |
| 2026-09-05 | 3.9508 | +0.04% |
| 2026-09-04 | 3.9492 | +0.13% |
| 2026-09-03 | 3.9439 | +0.00% |
| 2026-09-02 | 3.9437 | +0.02% |
| 2026-09-01 | 3.9429 | -0.03% |
| 2026-08-31 | 3.9439 | +0.02% |
| 2026-08-30 | 3.9432 | -0.03% |
| 2026-08-29 | 3.9443 | — |
CNY to CUP conversion table
1 CNY3.5717 CUP
5 CNY17.8583 CUP
10 CNY35.7166 CUP
25 CNY89.2916 CUP
50 CNY178.5832 CUP
100 CNY357.1664 CUP
500 CNY1,785.832 CUP
1,000 CNY3,571.6641 CUP
5,000 CNY17,858.32 CUP
10,000 CNY35,716.641 CUP
Get the CNY/CUP rate in your app
One GET request returns the latest CNY → CUP 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/CUP"fetch('https://rate-api.com/api/v1/pair/CNY/CUP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} CUP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/CUP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} CUP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/CUP');
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']} CUP\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "CUP"
},
"rate": 3.5717,
"timestamp": 1790510943,
"date": "2026-09-27"
}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
CUP to CNYCuban Peso → Chinese Yuan0.27998Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.