Convert CNY to VUV
Chinese Yuan → Vanuatu Vatu
1 CNY = 17.652654 VUV(1 VUV = 0.0566487 CNY)
Currency converter
1 CNY =
17.6527 VUV
CNY to VUV: last 30 days
Over the last 30 days, 1 CNY traded between 17.4989 and 17.7123 VUV, averaging 17.6068 VUV. The CNY/VUV rate is up 0.29% since 2026-08-28.
- 30-day high
- 17.7123
- 2026-09-21
- 30-day low
- 17.4989
- 2026-09-12
- 30-day average
- 17.6068
- Days with data: 30
- 30-day change
- +0.29%
- since 2026-08-28
17.7123
17.49892026-08-28 → 2026-09-26
| Date | 1 CNY in VUV | Daily change |
|---|---|---|
| 2026-09-26 | 17.6527 | 0.00% |
| 2026-09-25 | 17.6527 | +0.05% |
| 2026-09-24 | 17.6435 | -0.09% |
| 2026-09-23 | 17.6592 | +0.02% |
| 2026-09-22 | 17.6551 | -0.32% |
| 2026-09-21 | 17.7123 | +0.10% |
| 2026-09-20 | 17.6953 | +0.19% |
| 2026-09-19 | 17.661 | -0.00% |
| 2026-09-18 | 17.6618 | +0.35% |
| 2026-09-17 | 17.6005 | -0.21% |
| 2026-09-16 | 17.6368 | +0.25% |
| 2026-09-15 | 17.5933 | -0.29% |
| 2026-09-14 | 17.6446 | +0.80% |
| 2026-09-13 | 17.5048 | +0.03% |
| 2026-09-12 | 17.4989 | -0.49% |
| Date | 1 CNY in VUV | Daily change |
|---|---|---|
| 2026-09-11 | 17.5845 | +0.06% |
| 2026-09-10 | 17.5734 | -0.17% |
| 2026-09-09 | 17.6031 | +0.11% |
| 2026-09-08 | 17.5846 | -0.08% |
| 2026-09-07 | 17.5988 | +0.18% |
| 2026-09-06 | 17.567 | +0.32% |
| 2026-09-05 | 17.5118 | -0.62% |
| 2026-09-04 | 17.6215 | +0.10% |
| 2026-09-03 | 17.6039 | -0.02% |
| 2026-09-02 | 17.6072 | +0.04% |
| 2026-09-01 | 17.6004 | -0.02% |
| 2026-08-31 | 17.6048 | +0.43% |
| 2026-08-30 | 17.5291 | -0.07% |
| 2026-08-29 | 17.5414 | -0.34% |
| 2026-08-28 | 17.6016 | — |
CNY to VUV conversion table
1 CNY17.6527 VUV
5 CNY88.2633 VUV
10 CNY176.5265 VUV
25 CNY441.3164 VUV
50 CNY882.6327 VUV
100 CNY1,765.2654 VUV
500 CNY8,826.3269 VUV
1,000 CNY17,652.654 VUV
5,000 CNY88,263.269 VUV
10,000 CNY176,526.54 VUV
Get the CNY/VUV rate in your app
One GET request returns the latest CNY → VUV 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/VUV"fetch('https://rate-api.com/api/v1/pair/CNY/VUV', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} VUV`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/VUV",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} VUV")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/VUV');
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']} VUV\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "VUV"
},
"rate": 17.6527,
"timestamp": 1790429382,
"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
VUV to CNYVanuatu Vatu → Chinese Yuan0.056649Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.