Convert TOP to CNY
Tongan Paʻanga → Chinese Yuan
1 TOP = 2.787585 CNY(1 CNY = 0.358733 TOP)
Currency converter
1 TOP =
2.7876 CNY
TOP to CNY: last 30 days
Over the last 30 days, 1 TOP traded between 2.7817 and 2.856 CNY, averaging 2.8098 CNY. The TOP/CNY rate is down 0.11% since 2026-08-28.
- 30-day high
- 2.856
- 2026-08-30
- 30-day low
- 2.7817
- 2026-09-18
- 30-day average
- 2.8098
- Days with data: 30
- 30-day change
- -0.11%
- since 2026-08-28
2.856
2.78172026-08-28 → 2026-09-26
| Date | 1 TOP in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 2.7876 | 0.00% |
| 2026-09-25 | 2.7876 | +0.01% |
| 2026-09-24 | 2.7872 | -0.72% |
| 2026-09-23 | 2.8073 | +0.11% |
| 2026-09-22 | 2.8043 | -0.11% |
| 2026-09-21 | 2.8075 | -0.15% |
| 2026-09-20 | 2.8117 | +0.62% |
| 2026-09-19 | 2.7943 | +0.45% |
| 2026-09-18 | 2.7817 | -1.30% |
| 2026-09-17 | 2.8183 | +1.20% |
| 2026-09-16 | 2.7847 | -0.45% |
| 2026-09-15 | 2.7974 | +0.32% |
| 2026-09-14 | 2.7884 | -1.62% |
| 2026-09-13 | 2.8342 | +0.00% |
| 2026-09-12 | 2.8342 | +0.78% |
| Date | 1 TOP in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 2.8123 | -0.60% |
| 2026-09-10 | 2.8292 | +0.31% |
| 2026-09-09 | 2.8204 | -0.19% |
| 2026-09-08 | 2.8258 | +0.16% |
| 2026-09-07 | 2.8212 | -0.78% |
| 2026-09-06 | 2.8434 | +0.01% |
| 2026-09-05 | 2.8431 | +1.94% |
| 2026-09-04 | 2.7889 | -0.63% |
| 2026-09-03 | 2.8066 | +0.40% |
| 2026-09-02 | 2.7955 | +0.15% |
| 2026-09-01 | 2.7913 | -0.09% |
| 2026-08-31 | 2.7937 | -2.18% |
| 2026-08-30 | 2.856 | +0.22% |
| 2026-08-29 | 2.8498 | +2.12% |
| 2026-08-28 | 2.7906 | — |
TOP to CNY conversion table
1 TOP2.7876 CNY
5 TOP13.9379 CNY
10 TOP27.8759 CNY
25 TOP69.6896 CNY
50 TOP139.3793 CNY
100 TOP278.7585 CNY
500 TOP1,393.7927 CNY
1,000 TOP2,787.5854 CNY
5,000 TOP13,937.927 CNY
10,000 TOP27,875.854 CNY
Get the TOP/CNY rate in your app
One GET request returns the latest TOP → 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/TOP/CNY"fetch('https://rate-api.com/api/v1/pair/TOP/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TOP = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TOP/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TOP = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TOP/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TOP = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "TOP",
"to": "CNY"
},
"rate": 2.7876,
"timestamp": 1790432089,
"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 TOPChinese Yuan → Tongan Paʻanga0.35873Convert TOP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.