Convert CAD to TZS
Canadian Dollar → Tanzanian Shilling
1 CAD = 1,871.2383 TZS(1 TZS = 0.000534405 CAD)
Currency converter
1 CAD =
1,871.2383 TZS
CAD to TZS: last 30 days
Over the last 30 days, 1 CAD traded between 1,871.2383 and 1,920.7475 TZS, averaging 1,900.8889 TZS. The CAD/TZS rate is down 2.06% since 2026-08-28.
- 30-day high
- 1,920.7475
- 2026-09-05
- 30-day low
- 1,871.2383
- 2026-09-25
- 30-day average
- 1,900.8889
- Days with data: 30
- 30-day change
- -2.06%
- since 2026-08-28
1,920.7475
1,871.23832026-08-28 → 2026-09-26
| Date | 1 CAD in TZS | Daily change |
|---|---|---|
| 2026-09-26 | 1,871.2383 | 0.00% |
| 2026-09-25 | 1,871.2383 | -0.26% |
| 2026-09-24 | 1,876.0401 | -0.08% |
| 2026-09-23 | 1,877.4943 | -0.17% |
| 2026-09-22 | 1,880.7705 | -0.54% |
| 2026-09-21 | 1,890.9615 | +0.22% |
| 2026-09-20 | 1,886.8315 | -0.18% |
| 2026-09-19 | 1,890.1804 | -0.04% |
| 2026-09-18 | 1,890.8687 | +0.15% |
| 2026-09-17 | 1,888.039 | -0.55% |
| 2026-09-16 | 1,898.4691 | -0.05% |
| 2026-09-15 | 1,899.4566 | -0.34% |
| 2026-09-14 | 1,906.0091 | +0.15% |
| 2026-09-13 | 1,903.0808 | -0.29% |
| 2026-09-12 | 1,908.5299 | -0.01% |
| Date | 1 CAD in TZS | Daily change |
|---|---|---|
| 2026-09-11 | 1,908.6416 | -0.15% |
| 2026-09-10 | 1,911.5376 | -0.48% |
| 2026-09-09 | 1,920.6614 | +0.18% |
| 2026-09-08 | 1,917.2295 | +0.00% |
| 2026-09-07 | 1,917.2155 | +0.11% |
| 2026-09-06 | 1,915.1372 | -0.29% |
| 2026-09-05 | 1,920.7475 | +0.19% |
| 2026-09-04 | 1,917.0214 | -0.13% |
| 2026-09-03 | 1,919.5106 | +1.21% |
| 2026-09-02 | 1,896.5876 | -0.44% |
| 2026-09-01 | 1,904.895 | -0.27% |
| 2026-08-31 | 1,909.9693 | +0.12% |
| 2026-08-30 | 1,907.736 | -0.12% |
| 2026-08-29 | 1,909.9971 | -0.03% |
| 2026-08-28 | 1,910.5725 | — |
CAD to TZS conversion table
1 CAD1,871.2383 TZS
5 CAD9,356.1914 TZS
10 CAD18,712.383 TZS
25 CAD46,780.957 TZS
50 CAD93,561.914 TZS
100 CAD187,123.83 TZS
500 CAD935,619.14 TZS
1,000 CAD1,871,238.3 TZS
5,000 CAD9,356,191.4 TZS
10,000 CAD18,712,383 TZS
Get the CAD/TZS rate in your app
One GET request returns the latest CAD → TZS 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/TZS"fetch('https://rate-api.com/api/v1/pair/CAD/TZS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} TZS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/TZS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} TZS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/TZS');
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']} TZS\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "TZS"
},
"rate": 1871.2383,
"timestamp": 1790429401,
"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
TZS to CADTanzanian Shilling → Canadian Dollar0.00053441Convert CAD to other currencies
Convert other currencies to TZS
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.