Convert CHF to TRY
Swiss Franc → Turkish Lira
1 CHF = 59.076231 TRY(1 TRY = 0.0169273 CHF)
Currency converter
1 CHF =
59.0762 TRY
CHF to TRY: last 30 days
Over the last 30 days, 1 CHF traded between 59.0214 and 60.0667 TRY, averaging 59.5421 TRY. The CHF/TRY rate is down 1.52% since 2026-08-28.
- 30-day high
- 60.0667
- 2026-09-09
- 30-day low
- 59.0214
- 2026-09-24
- 30-day average
- 59.5421
- Days with data: 30
- 30-day change
- -1.52%
- since 2026-08-28
60.0667
59.02142026-08-28 → 2026-09-26
| Date | 1 CHF in TRY | Daily change |
|---|---|---|
| 2026-09-26 | 59.0762 | 0.00% |
| 2026-09-25 | 59.0762 | +0.09% |
| 2026-09-24 | 59.0214 | -0.55% |
| 2026-09-23 | 59.3486 | -0.36% |
| 2026-09-22 | 59.5641 | +0.26% |
| 2026-09-21 | 59.4088 | +0.55% |
| 2026-09-20 | 59.0868 | 0.00% |
| 2026-09-19 | 59.0868 | 0.00% |
| 2026-09-18 | 59.0868 | +0.09% |
| 2026-09-17 | 59.0365 | -0.63% |
| 2026-09-16 | 59.4088 | -0.07% |
| 2026-09-15 | 59.449 | -0.17% |
| 2026-09-14 | 59.5527 | -0.09% |
| 2026-09-13 | 59.6051 | 0.00% |
| 2026-09-12 | 59.6051 | 0.00% |
| Date | 1 CHF in TRY | Daily change |
|---|---|---|
| 2026-09-11 | 59.6051 | -0.20% |
| 2026-09-10 | 59.7244 | -0.57% |
| 2026-09-09 | 60.0667 | +0.59% |
| 2026-09-08 | 59.7151 | -0.23% |
| 2026-09-07 | 59.85 | -0.02% |
| 2026-09-06 | 59.8623 | 0.00% |
| 2026-09-05 | 59.8623 | 0.00% |
| 2026-09-04 | 59.8623 | +0.17% |
| 2026-09-03 | 59.7632 | +0.73% |
| 2026-09-02 | 59.3309 | -0.38% |
| 2026-09-01 | 59.5586 | -0.22% |
| 2026-08-31 | 59.6896 | -0.50% |
| 2026-08-30 | 59.9868 | 0.00% |
| 2026-08-29 | 59.9868 | 0.00% |
| 2026-08-28 | 59.9868 | — |
CHF to TRY conversion table
1 CHF59.0762 TRY
5 CHF295.3812 TRY
10 CHF590.7623 TRY
25 CHF1,476.9058 TRY
50 CHF2,953.8115 TRY
100 CHF5,907.6231 TRY
500 CHF29,538.115 TRY
1,000 CHF59,076.231 TRY
5,000 CHF295,381.15 TRY
10,000 CHF590,762.31 TRY
Get the CHF/TRY rate in your app
One GET request returns the latest CHF → 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/CHF/TRY"fetch('https://rate-api.com/api/v1/pair/CHF/TRY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} TRY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/TRY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} TRY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/TRY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} TRY\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "TRY"
},
"rate": 59.0762,
"timestamp": 1790429261,
"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 CHFTurkish Lira → Swiss Franc0.016927Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.