Convert CAD to TJS
Canadian Dollar → Tajikistani Somoni
1 CAD = 6.518151 TJS(1 TJS = 0.153418 CAD)
Currency converter
1 CAD =
6.5182 TJS
CAD to TJS: last 30 days
Over the last 30 days, 1 CAD traded between 6.5182 and 6.7074 TJS, averaging 6.6377 TJS. The CAD/TJS rate is down 2.22% since 2026-08-28.
- 30-day high
- 6.7074
- 2026-09-06
- 30-day low
- 6.5182
- 2026-09-25
- 30-day average
- 6.6377
- Days with data: 30
- 30-day change
- -2.22%
- since 2026-08-28
6.7074
6.51822026-08-28 → 2026-09-26
| Date | 1 CAD in TJS | Daily change |
|---|---|---|
| 2026-09-26 | 6.5182 | 0.00% |
| 2026-09-25 | 6.5182 | -0.61% |
| 2026-09-24 | 6.5582 | +0.02% |
| 2026-09-23 | 6.5569 | -0.31% |
| 2026-09-22 | 6.5771 | -0.18% |
| 2026-09-21 | 6.5887 | -0.10% |
| 2026-09-20 | 6.5956 | +0.13% |
| 2026-09-19 | 6.5869 | +0.05% |
| 2026-09-18 | 6.5837 | -0.52% |
| 2026-09-17 | 6.6182 | -0.01% |
| 2026-09-16 | 6.6192 | -0.24% |
| 2026-09-15 | 6.635 | -0.32% |
| 2026-09-14 | 6.6563 | -0.30% |
| 2026-09-13 | 6.6762 | +0.06% |
| 2026-09-12 | 6.6722 | +0.09% |
| Date | 1 CAD in TJS | Daily change |
|---|---|---|
| 2026-09-11 | 6.6665 | -0.28% |
| 2026-09-10 | 6.6854 | -0.33% |
| 2026-09-09 | 6.7074 | +0.32% |
| 2026-09-08 | 6.6862 | +0.18% |
| 2026-09-07 | 6.674 | -0.50% |
| 2026-09-06 | 6.7074 | +0.25% |
| 2026-09-05 | 6.6908 | +0.07% |
| 2026-09-04 | 6.6861 | -0.07% |
| 2026-09-03 | 6.6911 | +0.86% |
| 2026-09-02 | 6.6342 | -0.14% |
| 2026-09-01 | 6.6432 | -0.50% |
| 2026-08-31 | 6.6769 | -0.07% |
| 2026-08-30 | 6.6816 | +0.13% |
| 2026-08-29 | 6.6729 | +0.11% |
| 2026-08-28 | 6.6659 | — |
CAD to TJS conversion table
1 CAD6.5182 TJS
5 CAD32.5908 TJS
10 CAD65.1815 TJS
25 CAD162.9538 TJS
50 CAD325.9075 TJS
100 CAD651.8151 TJS
500 CAD3,259.0754 TJS
1,000 CAD6,518.1508 TJS
5,000 CAD32,590.754 TJS
10,000 CAD65,181.508 TJS
Get the CAD/TJS rate in your app
One GET request returns the latest CAD → TJS 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/TJS"fetch('https://rate-api.com/api/v1/pair/CAD/TJS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} TJS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/TJS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} TJS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/TJS');
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']} TJS\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "TJS"
},
"rate": 6.5182,
"timestamp": 1790429369,
"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
TJS to CADTajikistani Somoni → Canadian Dollar0.15342Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.