Convert TTD to CAD
Trinidad & Tobago Dollar → Canadian Dollar
1 TTD = 0.207992 CAD(1 CAD = 4.807868 TTD)
Currency converter
1 TTD =
0.20799 CAD
TTD to CAD: last 30 days
Over the last 30 days, 1 TTD traded between 0.20328 and 0.20799 CAD, averaging 0.20526 CAD. The TTD/CAD rate is up 1.84% since 2026-08-28.
- 30-day high
- 0.20799
- 2026-09-25
- 30-day low
- 0.20328
- 2026-09-09
- 30-day average
- 0.20526
- Days with data: 30
- 30-day change
- +1.84%
- since 2026-08-28
0.20799
0.203282026-08-28 → 2026-09-26
| Date | 1 TTD in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.20799 | 0.00% |
| 2026-09-25 | 0.20799 | +0.24% |
| 2026-09-24 | 0.20749 | +0.08% |
| 2026-09-23 | 0.20732 | +0.28% |
| 2026-09-22 | 0.20673 | +0.21% |
| 2026-09-21 | 0.20629 | -0.44% |
| 2026-09-20 | 0.20721 | +0.47% |
| 2026-09-19 | 0.20624 | -0.07% |
| 2026-09-18 | 0.20638 | +0.27% |
| 2026-09-17 | 0.20583 | +0.14% |
| 2026-09-16 | 0.20554 | +0.19% |
| 2026-09-15 | 0.20515 | +0.30% |
| 2026-09-14 | 0.20455 | -0.28% |
| 2026-09-13 | 0.20512 | +0.45% |
| 2026-09-12 | 0.2042 | +0.05% |
| Date | 1 TTD in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.2041 | +0.28% |
| 2026-09-10 | 0.20353 | +0.13% |
| 2026-09-09 | 0.20328 | -0.28% |
| 2026-09-08 | 0.20385 | +0.03% |
| 2026-09-07 | 0.20379 | -0.36% |
| 2026-09-06 | 0.20452 | +0.49% |
| 2026-09-05 | 0.20352 | -0.26% |
| 2026-09-04 | 0.20405 | +0.09% |
| 2026-09-03 | 0.20387 | -0.75% |
| 2026-09-02 | 0.20541 | -0.10% |
| 2026-09-01 | 0.20561 | +0.94% |
| 2026-08-31 | 0.20369 | -0.79% |
| 2026-08-30 | 0.20532 | +0.17% |
| 2026-08-29 | 0.20498 | +0.36% |
| 2026-08-28 | 0.20424 | — |
TTD to CAD conversion table
1 TTD0.20799 CAD
5 TTD1.04 CAD
10 TTD2.0799 CAD
25 TTD5.1998 CAD
50 TTD10.3996 CAD
100 TTD20.7992 CAD
500 TTD103.9962 CAD
1,000 TTD207.9924 CAD
5,000 TTD1,039.962 CAD
10,000 TTD2,079.9239 CAD
Get the TTD/CAD rate in your app
One GET request returns the latest TTD → CAD 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/CAD"fetch('https://rate-api.com/api/v1/pair/TTD/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TTD = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TTD/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TTD = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TTD/CAD');
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']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "TTD",
"to": "CAD"
},
"rate": 0.208,
"timestamp": 1790437533,
"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
CAD to TTDCanadian Dollar → Trinidad & Tobago Dollar4.8079Convert TTD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.