Convert TTD to CNY
Trinidad & Tobago Dollar → Chinese Yuan
1 TTD = 0.98729 CNY(1 CNY = 1.012874 TTD)
Currency converter
1 TTD =
0.98729 CNY
TTD to CNY: last 30 days
Over the last 30 days, 1 TTD traded between 0.98572 and 0.99604 CNY, averaging 0.98961 CNY. The TTD/CNY rate is down 0.36% since 2026-08-28.
- 30-day high
- 0.99604
- 2026-08-30
- 30-day low
- 0.98572
- 2026-08-31
- 30-day average
- 0.98961
- Days with data: 30
- 30-day change
- -0.36%
- since 2026-08-28
0.99604
0.985722026-08-28 → 2026-09-26
| Date | 1 TTD in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.98729 | 0.00% |
| 2026-09-25 | 0.98729 | +0.07% |
| 2026-09-24 | 0.98659 | -0.04% |
| 2026-09-23 | 0.98698 | +0.07% |
| 2026-09-22 | 0.98629 | -0.00% |
| 2026-09-21 | 0.98629 | -0.43% |
| 2026-09-20 | 0.99059 | +0.47% |
| 2026-09-19 | 0.98594 | -0.07% |
| 2026-09-18 | 0.98664 | +0.02% |
| 2026-09-17 | 0.98648 | -0.25% |
| 2026-09-16 | 0.98899 | -0.02% |
| 2026-09-15 | 0.98915 | +0.10% |
| 2026-09-14 | 0.98812 | -0.48% |
| 2026-09-13 | 0.99292 | +0.45% |
| 2026-09-12 | 0.98847 | +0.05% |
| Date | 1 TTD in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.98799 | +0.01% |
| 2026-09-10 | 0.98794 | -0.24% |
| 2026-09-09 | 0.99037 | -0.05% |
| 2026-09-08 | 0.99091 | +0.13% |
| 2026-09-07 | 0.9896 | -0.50% |
| 2026-09-06 | 0.99459 | +0.49% |
| 2026-09-05 | 0.9897 | -0.26% |
| 2026-09-04 | 0.99228 | -0.09% |
| 2026-09-03 | 0.9932 | +0.17% |
| 2026-09-02 | 0.99148 | -0.38% |
| 2026-09-01 | 0.99521 | +0.96% |
| 2026-08-31 | 0.98572 | -1.04% |
| 2026-08-30 | 0.99604 | +0.17% |
| 2026-08-29 | 0.99438 | +0.36% |
| 2026-08-28 | 0.99081 | — |
TTD to CNY conversion table
1 TTD0.98729 CNY
5 TTD4.9364 CNY
10 TTD9.8729 CNY
25 TTD24.6823 CNY
50 TTD49.3645 CNY
100 TTD98.729 CNY
500 TTD493.645 CNY
1,000 TTD987.29 CNY
5,000 TTD4,936.4499 CNY
10,000 TTD9,872.8999 CNY
Get the TTD/CNY rate in your app
One GET request returns the latest TTD → 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/TTD/CNY"fetch('https://rate-api.com/api/v1/pair/TTD/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TTD = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TTD/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TTD = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TTD/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TTD = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "TTD",
"to": "CNY"
},
"rate": 0.9873,
"timestamp": 1790435068,
"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 TTDChinese Yuan → Trinidad & Tobago Dollar1.0129Convert TTD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.