Convert CAD to TMT
Canadian Dollar → Turkmenistani Manat
1 CAD = 2.474763 TMT(1 TMT = 0.404079 CAD)
Currency converter
1 CAD =
2.4748 TMT
CAD to TMT: last 30 days
Over the last 30 days, 1 CAD traded between 2.4748 and 2.5903 TMT, averaging 2.5193 TMT. The CAD/TMT rate is down 1.95% since 2026-08-28.
- 30-day high
- 2.5903
- 2026-09-05
- 30-day low
- 2.4748
- 2026-09-25
- 30-day average
- 2.5193
- Days with data: 30
- 30-day change
- -1.95%
- since 2026-08-28
2.5903
2.47482026-08-28 → 2026-09-26
| Date | 1 CAD in TMT | Daily change |
|---|---|---|
| 2026-09-26 | 2.4748 | 0.00% |
| 2026-09-25 | 2.4748 | -0.18% |
| 2026-09-24 | 2.4792 | -0.20% |
| 2026-09-23 | 2.4842 | -0.26% |
| 2026-09-22 | 2.4906 | -0.63% |
| 2026-09-21 | 2.5064 | +0.33% |
| 2026-09-20 | 2.4982 | -0.00% |
| 2026-09-19 | 2.4982 | -0.28% |
| 2026-09-18 | 2.5054 | +0.19% |
| 2026-09-17 | 2.5006 | -0.64% |
| 2026-09-16 | 2.5168 | +0.16% |
| 2026-09-15 | 2.5128 | -0.58% |
| 2026-09-14 | 2.5275 | -0.12% |
| 2026-09-13 | 2.5304 | -0.09% |
| 2026-09-12 | 2.5328 | +0.00% |
| Date | 1 CAD in TMT | Daily change |
|---|---|---|
| 2026-09-11 | 2.5328 | -0.21% |
| 2026-09-10 | 2.538 | -0.39% |
| 2026-09-09 | 2.5478 | +0.49% |
| 2026-09-08 | 2.5353 | +0.11% |
| 2026-09-07 | 2.5325 | -0.50% |
| 2026-09-06 | 2.5454 | -1.74% |
| 2026-09-05 | 2.5903 | +2.16% |
| 2026-09-04 | 2.5357 | +0.01% |
| 2026-09-03 | 2.5355 | +0.65% |
| 2026-09-02 | 2.5192 | +0.07% |
| 2026-09-01 | 2.5175 | -0.40% |
| 2026-08-31 | 2.5277 | -0.23% |
| 2026-08-30 | 2.5335 | +0.12% |
| 2026-08-29 | 2.5304 | +0.25% |
| 2026-08-28 | 2.5241 | — |
CAD to TMT conversion table
1 CAD2.4748 TMT
5 CAD12.3738 TMT
10 CAD24.7476 TMT
25 CAD61.8691 TMT
50 CAD123.7381 TMT
100 CAD247.4763 TMT
500 CAD1,237.3814 TMT
1,000 CAD2,474.7628 TMT
5,000 CAD12,373.814 TMT
10,000 CAD24,747.628 TMT
Get the CAD/TMT rate in your app
One GET request returns the latest CAD → TMT 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/TMT"fetch('https://rate-api.com/api/v1/pair/CAD/TMT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} TMT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/TMT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} TMT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/TMT');
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']} TMT\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "TMT"
},
"rate": 2.4748,
"timestamp": 1790439653,
"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
TMT to CADTurkmenistani Manat → Canadian Dollar0.40408Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.