Convert CAD to TTD
Canadian Dollar → Trinidad & Tobago Dollar
1 CAD = 4.807868 TTD(1 TTD = 0.207992 CAD)
Currency converter
1 CAD =
4.8079 TTD
CAD to TTD: last 30 days
Over the last 30 days, 1 CAD traded between 4.8079 and 4.9194 TTD, averaging 4.8721 TTD. The CAD/TTD rate is down 1.80% since 2026-08-28.
- 30-day high
- 4.9194
- 2026-09-09
- 30-day low
- 4.8079
- 2026-09-25
- 30-day average
- 4.8721
- Days with data: 30
- 30-day change
- -1.80%
- since 2026-08-28
4.9194
4.80792026-08-28 → 2026-09-26
| Date | 1 CAD in TTD | Daily change |
|---|---|---|
| 2026-09-26 | 4.8079 | 0.00% |
| 2026-09-25 | 4.8079 | -0.24% |
| 2026-09-24 | 4.8195 | -0.08% |
| 2026-09-23 | 4.8235 | -0.28% |
| 2026-09-22 | 4.8371 | -0.21% |
| 2026-09-21 | 4.8475 | +0.45% |
| 2026-09-20 | 4.826 | -0.47% |
| 2026-09-19 | 4.8488 | +0.07% |
| 2026-09-18 | 4.8453 | -0.27% |
| 2026-09-17 | 4.8585 | -0.14% |
| 2026-09-16 | 4.8653 | -0.19% |
| 2026-09-15 | 4.8744 | -0.30% |
| 2026-09-14 | 4.8888 | +0.28% |
| 2026-09-13 | 4.8752 | -0.45% |
| 2026-09-12 | 4.8971 | -0.05% |
| Date | 1 CAD in TTD | Daily change |
|---|---|---|
| 2026-09-11 | 4.8995 | -0.28% |
| 2026-09-10 | 4.9133 | -0.13% |
| 2026-09-09 | 4.9194 | +0.28% |
| 2026-09-08 | 4.9055 | -0.03% |
| 2026-09-07 | 4.907 | +0.36% |
| 2026-09-06 | 4.8894 | -0.49% |
| 2026-09-05 | 4.9136 | +0.26% |
| 2026-09-04 | 4.9008 | -0.09% |
| 2026-09-03 | 4.9051 | +0.75% |
| 2026-09-02 | 4.8684 | +0.10% |
| 2026-09-01 | 4.8637 | -0.93% |
| 2026-08-31 | 4.9093 | +0.80% |
| 2026-08-30 | 4.8705 | -0.17% |
| 2026-08-29 | 4.8786 | -0.36% |
| 2026-08-28 | 4.8962 | — |
CAD to TTD conversion table
1 CAD4.8079 TTD
5 CAD24.0393 TTD
10 CAD48.0787 TTD
25 CAD120.1967 TTD
50 CAD240.3934 TTD
100 CAD480.7868 TTD
500 CAD2,403.9341 TTD
1,000 CAD4,807.8682 TTD
5,000 CAD24,039.341 TTD
10,000 CAD48,078.682 TTD
Get the CAD/TTD rate in your app
One GET request returns the latest CAD → TTD 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/CAD/TTD"fetch('https://rate-api.com/api/v1/pair/CAD/TTD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} TTD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/TTD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} TTD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/TTD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} TTD\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "TTD"
},
"rate": 4.8079,
"timestamp": 1790429365,
"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
TTD to CADTrinidad & Tobago Dollar → Canadian Dollar0.20799Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.