Convert CNY to TVD
Chinese Yuan → Tuvaluan Dollar
1 CNY = 0.211885 TVD(1 TVD = 4.719544 CNY)
Currency converter
1 CNY =
0.21188 TVD
CNY to TVD: last 30 days
Over the last 30 days, 1 CNY traded between 0.20637 and 0.21201 TVD, averaging 0.20853 TVD. The CNY/TVD rate is up 2.52% since 2026-08-28.
- 30-day high
- 0.21201
- 2026-09-24
- 30-day low
- 0.20637
- 2026-09-09
- 30-day average
- 0.20853
- Days with data: 30
- 30-day change
- +2.52%
- since 2026-08-28
0.21201
0.206372026-08-28 → 2026-09-26
| Date | 1 CNY in TVD | Daily change |
|---|---|---|
| 2026-09-26 | 0.21188 | 0.00% |
| 2026-09-25 | 0.21188 | -0.06% |
| 2026-09-24 | 0.21201 | +0.50% |
| 2026-09-23 | 0.21095 | +0.66% |
| 2026-09-22 | 0.20956 | +0.04% |
| 2026-09-21 | 0.20948 | -0.03% |
| 2026-09-20 | 0.20953 | -0.00% |
| 2026-09-19 | 0.20954 | -0.19% |
| 2026-09-18 | 0.20994 | +0.09% |
| 2026-09-17 | 0.20976 | +0.27% |
| 2026-09-16 | 0.20918 | -0.04% |
| 2026-09-15 | 0.20927 | +0.38% |
| 2026-09-14 | 0.20849 | +0.29% |
| 2026-09-13 | 0.20789 | +0.00% |
| 2026-09-12 | 0.20788 | -0.22% |
| Date | 1 CNY in TVD | Daily change |
|---|---|---|
| 2026-09-11 | 0.20835 | +0.87% |
| 2026-09-10 | 0.20655 | +0.09% |
| 2026-09-09 | 0.20637 | -0.08% |
| 2026-09-08 | 0.20653 | -0.15% |
| 2026-09-07 | 0.20685 | +0.00% |
| 2026-09-06 | 0.20684 | +0.00% |
| 2026-09-05 | 0.20684 | +0.06% |
| 2026-09-04 | 0.20673 | -0.42% |
| 2026-09-03 | 0.2076 | -0.39% |
| 2026-09-02 | 0.2084 | +0.40% |
| 2026-09-01 | 0.20757 | -0.05% |
| 2026-08-31 | 0.20768 | -0.04% |
| 2026-08-30 | 0.20775 | -0.01% |
| 2026-08-29 | 0.20777 | +0.53% |
| 2026-08-28 | 0.20668 | — |
CNY to TVD conversion table
1 CNY0.21188 TVD
5 CNY1.0594 TVD
10 CNY2.1188 TVD
25 CNY5.2971 TVD
50 CNY10.5942 TVD
100 CNY21.1885 TVD
500 CNY105.9424 TVD
1,000 CNY211.8849 TVD
5,000 CNY1,059.4244 TVD
10,000 CNY2,118.8489 TVD
Get the CNY/TVD rate in your app
One GET request returns the latest CNY → TVD 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/TVD"fetch('https://rate-api.com/api/v1/pair/CNY/TVD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} TVD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/TVD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} TVD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/TVD');
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']} TVD\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "TVD"
},
"rate": 0.2119,
"timestamp": 1790429395,
"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
TVD to CNYTuvaluan Dollar → Chinese Yuan4.7195Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.