Convert CVE to CNY
Cape Verdean Escudo → Chinese Yuan
1 CVE = 0.0694246 CNY(1 CNY = 14.404123 CVE)
Currency converter
1 CVE =
0.069425 CNY
CVE to CNY: last 30 days
Over the last 30 days, 1 CVE traded between 0.069199 and 0.070982 CNY, averaging 0.070273 CNY. The CVE/CNY rate is down 2.19% since 2026-08-28.
- 30-day high
- 0.070982
- 2026-08-28
- 30-day low
- 0.069199
- 2026-09-24
- 30-day average
- 0.070273
- Days with data: 30
- 30-day change
- -2.19%
- since 2026-08-28
0.070982
0.0691992026-08-28 → 2026-09-26
| Date | 1 CVE in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.069425 | 0.00% |
| 2026-09-25 | 0.069425 | +0.33% |
| 2026-09-24 | 0.069199 | -0.31% |
| 2026-09-23 | 0.069413 | -0.44% |
| 2026-09-22 | 0.069721 | +0.05% |
| 2026-09-21 | 0.069689 | -0.11% |
| 2026-09-20 | 0.069765 | +0.00% |
| 2026-09-19 | 0.069762 | +0.05% |
| 2026-09-18 | 0.06973 | +0.00% |
| 2026-09-17 | 0.069728 | -0.68% |
| 2026-09-16 | 0.070207 | -0.01% |
| 2026-09-15 | 0.070211 | -0.23% |
| 2026-09-14 | 0.070374 | -0.26% |
| 2026-09-13 | 0.070559 | +0.00% |
| 2026-09-12 | 0.070558 | -0.03% |
| Date | 1 CVE in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.070577 | -0.29% |
| 2026-09-10 | 0.070779 | +0.04% |
| 2026-09-09 | 0.070753 | +0.01% |
| 2026-09-08 | 0.070743 | +0.12% |
| 2026-09-07 | 0.07066 | -0.06% |
| 2026-09-06 | 0.070699 | +0.03% |
| 2026-09-05 | 0.07068 | -0.08% |
| 2026-09-04 | 0.070739 | +0.10% |
| 2026-09-03 | 0.070668 | +0.13% |
| 2026-09-02 | 0.07058 | -0.22% |
| 2026-09-01 | 0.070737 | +0.14% |
| 2026-08-31 | 0.070634 | +0.03% |
| 2026-08-30 | 0.070611 | +0.03% |
| 2026-08-29 | 0.070592 | -0.55% |
| 2026-08-28 | 0.070982 | — |
CVE to CNY conversion table
1 CVE0.069425 CNY
5 CVE0.34712 CNY
10 CVE0.69425 CNY
25 CVE1.7356 CNY
50 CVE3.4712 CNY
100 CVE6.9425 CNY
500 CVE34.7123 CNY
1,000 CVE69.4246 CNY
5,000 CVE347.1228 CNY
10,000 CVE694.2457 CNY
Get the CVE/CNY rate in your app
One GET request returns the latest CVE → 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/CVE/CNY"fetch('https://rate-api.com/api/v1/pair/CVE/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CVE = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CVE/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CVE = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CVE/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CVE = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "CVE",
"to": "CNY"
},
"rate": 0.0694,
"timestamp": 1790435093,
"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 CVEChinese Yuan → Cape Verdean Escudo14.4041Convert CVE to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.