Convert TND to CAD
Tunisian Dinar → Canadian Dollar
1 TND = 0.478172 CAD(1 CAD = 2.0913 TND)
Currency converter
1 TND =
0.47817 CAD
TND to CAD: last 30 days
Over the last 30 days, 1 TND traded between 0.47362 and 0.48183 CAD, averaging 0.4767 CAD. The TND/CAD rate is up 0.23% since 2026-08-28.
- 30-day high
- 0.48183
- 2026-08-31
- 30-day low
- 0.47362
- 2026-09-03
- 30-day average
- 0.4767
- Days with data: 30
- 30-day change
- +0.23%
- since 2026-08-28
0.48183
0.473622026-08-28 → 2026-09-26
| Date | 1 TND in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.47817 | 0.00% |
| 2026-09-25 | 0.47817 | +0.09% |
| 2026-09-24 | 0.47773 | +0.04% |
| 2026-09-23 | 0.47753 | +0.13% |
| 2026-09-22 | 0.47692 | +0.29% |
| 2026-09-21 | 0.47552 | -0.13% |
| 2026-09-20 | 0.47612 | -0.08% |
| 2026-09-19 | 0.47649 | -0.94% |
| 2026-09-18 | 0.48103 | +0.76% |
| 2026-09-17 | 0.47742 | -0.14% |
| 2026-09-16 | 0.47806 | +0.68% |
| 2026-09-15 | 0.47484 | -0.94% |
| 2026-09-14 | 0.47934 | +0.14% |
| 2026-09-13 | 0.47867 | +0.07% |
| 2026-09-12 | 0.47831 | +0.34% |
| Date | 1 TND in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.47667 | +0.08% |
| 2026-09-10 | 0.47628 | +0.28% |
| 2026-09-09 | 0.47494 | -0.19% |
| 2026-09-08 | 0.47585 | +0.44% |
| 2026-09-07 | 0.47378 | +0.01% |
| 2026-09-06 | 0.47374 | -0.20% |
| 2026-09-05 | 0.4747 | -0.03% |
| 2026-09-04 | 0.47486 | +0.26% |
| 2026-09-03 | 0.47362 | -0.71% |
| 2026-09-02 | 0.47702 | +0.00% |
| 2026-09-01 | 0.477 | -1.00% |
| 2026-08-31 | 0.48183 | +1.42% |
| 2026-08-30 | 0.47507 | +0.17% |
| 2026-08-29 | 0.47428 | -0.59% |
| 2026-08-28 | 0.47709 | — |
TND to CAD conversion table
1 TND0.47817 CAD
5 TND2.3909 CAD
10 TND4.7817 CAD
25 TND11.9543 CAD
50 TND23.9086 CAD
100 TND47.8172 CAD
500 TND239.0858 CAD
1,000 TND478.1715 CAD
5,000 TND2,390.8576 CAD
10,000 TND4,781.7153 CAD
Get the TND/CAD rate in your app
One GET request returns the latest TND → 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/TND/CAD"fetch('https://rate-api.com/api/v1/pair/TND/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TND = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TND/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TND = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TND/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TND = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "TND",
"to": "CAD"
},
"rate": 0.4782,
"timestamp": 1790432120,
"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 TNDCanadian Dollar → Tunisian Dinar2.0913Convert TND to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.