Convert CNY to TND
Chinese Yuan → Tunisian Dinar
1 CNY = 0.440574 TND(1 TND = 2.269766 CNY)
Currency converter
1 CNY =
0.44057 TND
CNY to TND: last 30 days
Over the last 30 days, 1 CNY traded between 0.42888 and 0.44057 TND, averaging 0.43511 TND. The CNY/TND rate is up 1.97% since 2026-08-28.
- 30-day high
- 0.44057
- 2026-09-25
- 30-day low
- 0.42888
- 2026-08-31
- 30-day average
- 0.43511
- Days with data: 30
- 30-day change
- +1.97%
- since 2026-08-28
0.44057
0.428882026-08-28 → 2026-09-26
| Date | 1 CNY in TND | Daily change |
|---|---|---|
| 2026-09-26 | 0.44057 | 0.00% |
| 2026-09-25 | 0.44057 | +0.08% |
| 2026-09-24 | 0.44023 | +0.08% |
| 2026-09-23 | 0.43987 | +0.08% |
| 2026-09-22 | 0.43951 | -0.08% |
| 2026-09-21 | 0.43985 | +0.12% |
| 2026-09-20 | 0.43934 | +0.08% |
| 2026-09-19 | 0.439 | +0.95% |
| 2026-09-18 | 0.43486 | -0.50% |
| 2026-09-17 | 0.43703 | +0.53% |
| 2026-09-16 | 0.43472 | -0.47% |
| 2026-09-15 | 0.43679 | +1.14% |
| 2026-09-14 | 0.43186 | +0.07% |
| 2026-09-13 | 0.43158 | -0.07% |
| 2026-09-12 | 0.4319 | -0.34% |
| Date | 1 CNY in TND | Daily change |
|---|---|---|
| 2026-09-11 | 0.43339 | +0.19% |
| 2026-09-10 | 0.43255 | +0.09% |
| 2026-09-09 | 0.43217 | -0.04% |
| 2026-09-08 | 0.43233 | -0.53% |
| 2026-09-07 | 0.43465 | +0.13% |
| 2026-09-06 | 0.43406 | +0.20% |
| 2026-09-05 | 0.43319 | +0.03% |
| 2026-09-04 | 0.43304 | -0.08% |
| 2026-09-03 | 0.43339 | -0.21% |
| 2026-09-02 | 0.4343 | +0.27% |
| 2026-09-01 | 0.43312 | +0.99% |
| 2026-08-31 | 0.42888 | -1.16% |
| 2026-08-30 | 0.4339 | -0.17% |
| 2026-08-29 | 0.43463 | +0.59% |
| 2026-08-28 | 0.43206 | — |
CNY to TND conversion table
1 CNY0.44057 TND
5 CNY2.2029 TND
10 CNY4.4057 TND
25 CNY11.0144 TND
50 CNY22.0287 TND
100 CNY44.0574 TND
500 CNY220.2871 TND
1,000 CNY440.5741 TND
5,000 CNY2,202.8707 TND
10,000 CNY4,405.7414 TND
Get the CNY/TND rate in your app
One GET request returns the latest CNY → TND 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/TND"fetch('https://rate-api.com/api/v1/pair/CNY/TND', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} TND`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/TND",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} TND")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/TND');
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']} TND\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "TND"
},
"rate": 0.4406,
"timestamp": 1790429388,
"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
TND to CNYTunisian Dinar → Chinese Yuan2.2698Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.