Convert TVD to CNY
Tuvaluan Dollar → Chinese Yuan
1 TVD = 4.719544 CNY(1 CNY = 0.211885 TVD)
Currency converter
1 TVD =
4.7195 CNY
TVD to CNY: last 30 days
Over the last 30 days, 1 TVD traded between 4.7167 and 4.8457 CNY, averaging 4.7959 CNY. The TVD/CNY rate is down 2.45% since 2026-08-28.
- 30-day high
- 4.8457
- 2026-09-09
- 30-day low
- 4.7167
- 2026-09-24
- 30-day average
- 4.7959
- Days with data: 30
- 30-day change
- -2.45%
- since 2026-08-28
4.8457
4.71672026-08-28 → 2026-09-26
| Date | 1 TVD in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 4.7195 | 0.00% |
| 2026-09-25 | 4.7195 | +0.06% |
| 2026-09-24 | 4.7167 | -0.50% |
| 2026-09-23 | 4.7404 | -0.66% |
| 2026-09-22 | 4.7718 | -0.04% |
| 2026-09-21 | 4.7737 | +0.03% |
| 2026-09-20 | 4.7725 | +0.00% |
| 2026-09-19 | 4.7724 | +0.19% |
| 2026-09-18 | 4.7632 | -0.09% |
| 2026-09-17 | 4.7675 | -0.27% |
| 2026-09-16 | 4.7805 | +0.04% |
| 2026-09-15 | 4.7784 | -0.37% |
| 2026-09-14 | 4.7964 | -0.29% |
| 2026-09-13 | 4.8102 | -0.00% |
| 2026-09-12 | 4.8104 | +0.22% |
| Date | 1 TVD in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 4.7997 | -0.86% |
| 2026-09-10 | 4.8414 | -0.09% |
| 2026-09-09 | 4.8457 | +0.08% |
| 2026-09-08 | 4.8418 | +0.15% |
| 2026-09-07 | 4.8344 | -0.00% |
| 2026-09-06 | 4.8346 | -0.00% |
| 2026-09-05 | 4.8346 | -0.06% |
| 2026-09-04 | 4.8373 | +0.42% |
| 2026-09-03 | 4.8171 | +0.39% |
| 2026-09-02 | 4.7985 | -0.40% |
| 2026-09-01 | 4.8177 | +0.05% |
| 2026-08-31 | 4.8151 | +0.04% |
| 2026-08-30 | 4.8134 | +0.01% |
| 2026-08-29 | 4.813 | -0.52% |
| 2026-08-28 | 4.8383 | — |
TVD to CNY conversion table
1 TVD4.7195 CNY
5 TVD23.5977 CNY
10 TVD47.1954 CNY
25 TVD117.9886 CNY
50 TVD235.9772 CNY
100 TVD471.9544 CNY
500 TVD2,359.7719 CNY
1,000 TVD4,719.5438 CNY
5,000 TVD23,597.719 CNY
10,000 TVD47,195.438 CNY
Get the TVD/CNY rate in your app
One GET request returns the latest TVD → 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/TVD/CNY"fetch('https://rate-api.com/api/v1/pair/TVD/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TVD = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TVD/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TVD = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TVD/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TVD = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "TVD",
"to": "CNY"
},
"rate": 4.7195,
"timestamp": 1790432119,
"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 TVDChinese Yuan → Tuvaluan Dollar0.21188Convert TVD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.