Convert CAD to TVD
Canadian Dollar → Tuvaluan Dollar
1 CAD = 1.005767 TVD(1 TVD = 0.994266 CAD)
Currency converter
1 CAD =
1.0058 TVD
CAD to TVD: last 30 days
Over the last 30 days, 1 CAD traded between 0.99979 and 1.0114 TVD, averaging 1.0053 TVD. The CAD/TVD rate is up 0.31% since 2026-08-28.
- 30-day high
- 1.0114
- 2026-09-03
- 30-day low
- 0.99979
- 2026-09-22
- 30-day average
- 1.0053
- Days with data: 30
- 30-day change
- +0.31%
- since 2026-08-28
1.0114
0.999792026-08-28 → 2026-09-26
| Date | 1 CAD in TVD | Daily change |
|---|---|---|
| 2026-09-26 | 1.0058 | 0.00% |
| 2026-09-25 | 1.0058 | -0.23% |
| 2026-09-24 | 1.0081 | +0.38% |
| 2026-09-23 | 1.0043 | +0.45% |
| 2026-09-22 | 0.99979 | -0.17% |
| 2026-09-21 | 1.0015 | -0.02% |
| 2026-09-20 | 1.0017 | -0.00% |
| 2026-09-19 | 1.0017 | -0.19% |
| 2026-09-18 | 1.0036 | -0.17% |
| 2026-09-17 | 1.0053 | -0.12% |
| 2026-09-16 | 1.0065 | -0.25% |
| 2026-09-15 | 1.009 | +0.18% |
| 2026-09-14 | 1.0072 | +0.08% |
| 2026-09-13 | 1.0063 | +0.00% |
| 2026-09-12 | 1.0063 | -0.22% |
| Date | 1 CAD in TVD | Daily change |
|---|---|---|
| 2026-09-11 | 1.0085 | +0.59% |
| 2026-09-10 | 1.0026 | -0.28% |
| 2026-09-09 | 1.0054 | +0.15% |
| 2026-09-08 | 1.0039 | -0.05% |
| 2026-09-07 | 1.0045 | -0.14% |
| 2026-09-06 | 1.0059 | +0.00% |
| 2026-09-05 | 1.0059 | +0.06% |
| 2026-09-04 | 1.0053 | -0.60% |
| 2026-09-03 | 1.0114 | +0.54% |
| 2026-09-02 | 1.0059 | +0.12% |
| 2026-09-01 | 1.0047 | -0.03% |
| 2026-08-31 | 1.005 | -0.28% |
| 2026-08-30 | 1.0079 | -0.01% |
| 2026-08-29 | 1.008 | +0.53% |
| 2026-08-28 | 1.0027 | — |
CAD to TVD conversion table
1 CAD1.0058 TVD
5 CAD5.0288 TVD
10 CAD10.0577 TVD
25 CAD25.1442 TVD
50 CAD50.2883 TVD
100 CAD100.5767 TVD
500 CAD502.8834 TVD
1,000 CAD1,005.7667 TVD
5,000 CAD5,028.8336 TVD
10,000 CAD10,057.667 TVD
Get the CAD/TVD rate in your app
One GET request returns the latest CAD → TVD 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/TVD"fetch('https://rate-api.com/api/v1/pair/CAD/TVD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} TVD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/TVD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} TVD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/TVD');
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']} TVD\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "TVD"
},
"rate": 1.0058,
"timestamp": 1790447451,
"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
TVD to CADTuvaluan Dollar → Canadian Dollar0.99427Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.