Convert CNY to TOP
Chinese Yuan → Tongan Paʻanga
1 CNY = 0.358733 TOP(1 TOP = 2.787585 CNY)
Currency converter
1 CNY =
0.35873 TOP
CNY to TOP: last 30 days
Over the last 30 days, 1 CNY traded between 0.35013 and 0.3595 TOP, averaging 0.35592 TOP. The CNY/TOP rate is up 0.11% since 2026-08-28.
- 30-day high
- 0.3595
- 2026-09-18
- 30-day low
- 0.35013
- 2026-08-30
- 30-day average
- 0.35592
- Days with data: 30
- 30-day change
- +0.11%
- since 2026-08-28
0.3595
0.350132026-08-28 → 2026-09-26
| Date | 1 CNY in TOP | Daily change |
|---|---|---|
| 2026-09-26 | 0.35873 | 0.00% |
| 2026-09-25 | 0.35873 | -0.01% |
| 2026-09-24 | 0.35878 | +0.72% |
| 2026-09-23 | 0.35621 | -0.11% |
| 2026-09-22 | 0.35659 | +0.11% |
| 2026-09-21 | 0.35619 | +0.15% |
| 2026-09-20 | 0.35566 | -0.62% |
| 2026-09-19 | 0.35787 | -0.45% |
| 2026-09-18 | 0.3595 | +1.32% |
| 2026-09-17 | 0.35483 | -1.19% |
| 2026-09-16 | 0.3591 | +0.45% |
| 2026-09-15 | 0.35748 | -0.32% |
| 2026-09-14 | 0.35863 | +1.64% |
| 2026-09-13 | 0.35283 | -0.00% |
| 2026-09-12 | 0.35283 | -0.77% |
| Date | 1 CNY in TOP | Daily change |
|---|---|---|
| 2026-09-11 | 0.35559 | +0.60% |
| 2026-09-10 | 0.35346 | -0.31% |
| 2026-09-09 | 0.35456 | +0.19% |
| 2026-09-08 | 0.35388 | -0.16% |
| 2026-09-07 | 0.35446 | +0.79% |
| 2026-09-06 | 0.35169 | -0.01% |
| 2026-09-05 | 0.35173 | -1.91% |
| 2026-09-04 | 0.35856 | +0.63% |
| 2026-09-03 | 0.35631 | -0.40% |
| 2026-09-02 | 0.35772 | -0.15% |
| 2026-09-01 | 0.35826 | +0.09% |
| 2026-08-31 | 0.35795 | +2.23% |
| 2026-08-30 | 0.35013 | -0.22% |
| 2026-08-29 | 0.3509 | -2.08% |
| 2026-08-28 | 0.35834 | — |
CNY to TOP conversion table
1 CNY0.35873 TOP
5 CNY1.7937 TOP
10 CNY3.5873 TOP
25 CNY8.9683 TOP
50 CNY17.9367 TOP
100 CNY35.8733 TOP
500 CNY179.3667 TOP
1,000 CNY358.7334 TOP
5,000 CNY1,793.667 TOP
10,000 CNY3,587.334 TOP
Get the CNY/TOP rate in your app
One GET request returns the latest CNY → TOP 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/TOP"fetch('https://rate-api.com/api/v1/pair/CNY/TOP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} TOP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/TOP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} TOP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/TOP');
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']} TOP\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "TOP"
},
"rate": 0.3587,
"timestamp": 1790429350,
"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
TOP to CNYTongan Paʻanga → Chinese Yuan2.7876Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.