Convert CAD to TRY
Canadian Dollar → Turkish Lira
1 CAD = 34.598809 TRY(1 TRY = 0.0289027 CAD)
Currency converter
1 CAD =
34.5988 TRY
CAD to TRY: last 30 days
Over the last 30 days, 1 CAD traded between 34.5988 and 35.2106 TRY, averaging 34.8949 TRY. The CAD/TRY rate is down 0.65% since 2026-08-28.
- 30-day high
- 35.2106
- 2026-09-09
- 30-day low
- 34.5988
- 2026-09-25
- 30-day average
- 34.8949
- Days with data: 30
- 30-day change
- -0.65%
- since 2026-08-28
35.2106
34.59882026-08-28 → 2026-09-26
| Date | 1 CAD in TRY | Daily change |
|---|---|---|
| 2026-09-26 | 34.5988 | 0.00% |
| 2026-09-25 | 34.5988 | -0.02% |
| 2026-09-24 | 34.6066 | -0.16% |
| 2026-09-23 | 34.6634 | -0.26% |
| 2026-09-22 | 34.7536 | -0.27% |
| 2026-09-21 | 34.8465 | +0.07% |
| 2026-09-20 | 34.8216 | 0.00% |
| 2026-09-19 | 34.8216 | 0.00% |
| 2026-09-18 | 34.8216 | +0.12% |
| 2026-09-17 | 34.7803 | -0.36% |
| 2026-09-16 | 34.9071 | -0.10% |
| 2026-09-15 | 34.9425 | -0.20% |
| 2026-09-14 | 35.0133 | -0.15% |
| 2026-09-13 | 35.0671 | 0.00% |
| 2026-09-12 | 35.0671 | 0.00% |
| Date | 1 CAD in TRY | Daily change |
|---|---|---|
| 2026-09-11 | 35.0671 | -0.10% |
| 2026-09-10 | 35.1006 | -0.31% |
| 2026-09-09 | 35.2106 | +0.31% |
| 2026-09-08 | 35.1032 | +0.16% |
| 2026-09-07 | 35.0456 | -0.17% |
| 2026-09-06 | 35.1036 | 0.00% |
| 2026-09-05 | 35.1036 | 0.00% |
| 2026-09-04 | 35.1036 | +0.21% |
| 2026-09-03 | 35.0312 | +1.01% |
| 2026-09-02 | 34.6808 | -0.23% |
| 2026-09-01 | 34.7595 | +0.01% |
| 2026-08-31 | 34.7559 | -0.20% |
| 2026-08-30 | 34.8239 | 0.00% |
| 2026-08-29 | 34.8239 | 0.00% |
| 2026-08-28 | 34.8239 | — |
CAD to TRY conversion table
1 CAD34.5988 TRY
5 CAD172.9941 TRY
10 CAD345.9881 TRY
25 CAD864.9702 TRY
50 CAD1,729.9405 TRY
100 CAD3,459.8809 TRY
500 CAD17,299.405 TRY
1,000 CAD34,598.809 TRY
5,000 CAD172,994.05 TRY
10,000 CAD345,988.09 TRY
Get the CAD/TRY rate in your app
One GET request returns the latest CAD → TRY 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/TRY"fetch('https://rate-api.com/api/v1/pair/CAD/TRY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} TRY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/TRY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} TRY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/TRY');
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']} TRY\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "TRY"
},
"rate": 34.5988,
"timestamp": 1790429296,
"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
TRY to CADTurkish Lira → Canadian Dollar0.028903Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.