Convert CNY to CVE
Chinese Yuan → Cape Verdean Escudo
1 CNY = 14.404123 CVE(1 CVE = 0.0694246 CNY)
Currency converter
1 CNY =
14.4041 CVE
CNY to CVE: last 30 days
Over the last 30 days, 1 CNY traded between 14.0882 and 14.4511 CVE, averaging 14.2309 CVE. The CNY/CVE rate is up 2.24% since 2026-08-28.
- 30-day high
- 14.4511
- 2026-09-24
- 30-day low
- 14.0882
- 2026-08-28
- 30-day average
- 14.2309
- Days with data: 30
- 30-day change
- +2.24%
- since 2026-08-28
14.4511
14.08822026-08-28 → 2026-09-26
| Date | 1 CNY in CVE | Daily change |
|---|---|---|
| 2026-09-26 | 14.4041 | 0.00% |
| 2026-09-25 | 14.4041 | -0.33% |
| 2026-09-24 | 14.4511 | +0.31% |
| 2026-09-23 | 14.4066 | +0.44% |
| 2026-09-22 | 14.3429 | -0.05% |
| 2026-09-21 | 14.3495 | +0.11% |
| 2026-09-20 | 14.3339 | -0.00% |
| 2026-09-19 | 14.3345 | -0.05% |
| 2026-09-18 | 14.341 | -0.00% |
| 2026-09-17 | 14.3414 | +0.69% |
| 2026-09-16 | 14.2436 | +0.01% |
| 2026-09-15 | 14.2428 | +0.23% |
| 2026-09-14 | 14.2099 | +0.26% |
| 2026-09-13 | 14.1724 | -0.00% |
| 2026-09-12 | 14.1728 | +0.03% |
| Date | 1 CNY in CVE | Daily change |
|---|---|---|
| 2026-09-11 | 14.169 | +0.29% |
| 2026-09-10 | 14.1285 | -0.04% |
| 2026-09-09 | 14.1337 | -0.01% |
| 2026-09-08 | 14.1357 | -0.12% |
| 2026-09-07 | 14.1522 | +0.06% |
| 2026-09-06 | 14.1444 | -0.03% |
| 2026-09-05 | 14.1482 | +0.08% |
| 2026-09-04 | 14.1364 | -0.10% |
| 2026-09-03 | 14.1507 | -0.13% |
| 2026-09-02 | 14.1684 | +0.22% |
| 2026-09-01 | 14.137 | -0.14% |
| 2026-08-31 | 14.1574 | -0.03% |
| 2026-08-30 | 14.1621 | -0.03% |
| 2026-08-29 | 14.1659 | +0.55% |
| 2026-08-28 | 14.0882 | — |
CNY to CVE conversion table
1 CNY14.4041 CVE
5 CNY72.0206 CVE
10 CNY144.0412 CVE
25 CNY360.1031 CVE
50 CNY720.2061 CVE
100 CNY1,440.4123 CVE
500 CNY7,202.0614 CVE
1,000 CNY14,404.123 CVE
5,000 CNY72,020.614 CVE
10,000 CNY144,041.23 CVE
Get the CNY/CVE rate in your app
One GET request returns the latest CNY → CVE 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/CVE"fetch('https://rate-api.com/api/v1/pair/CNY/CVE', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} CVE`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/CVE",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} CVE")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/CVE');
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']} CVE\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "CVE"
},
"rate": 14.4041,
"timestamp": 1790447443,
"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
CVE to CNYCape Verdean Escudo → Chinese Yuan0.069425Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.