Skip to content

CHF to TRY exchange rate API

Swiss Franc to Turkish Lira · quoted 2026-09-24

59.1302

▲ +13.28% over 1Y

1 CHF = 59.1302 TRY · 1 TRY = 0.01691 CHF · Get this rate via the API

1 CHF buys 59.1302 TRY as of 2026-09-24, so 1 TRY buys 0.01691 CHF. Over the last year, CHF/TRY traded between 51.9735 and 60.0657, averaged 56.2017 and rose 13.28%. The API holds daily CHF/TRY rates from 2005-01-03 — 21 years of history — so any past day, or a whole series, is one request away.

CHF/TRY over 1Y

CHF/TRY over 1Y: show the values
PointCHF/TRY
2025-09-2452.2003
2025-10-0152.0690
2025-10-0852.1243
2025-10-1552.2595
2025-10-2252.7476
2025-10-2952.6057
2025-11-0551.9735
2025-11-1252.8671
2025-11-1952.8456
2025-11-2652.6131
2025-12-0353.0471
2025-12-1052.9735
2025-12-1753.6657
2025-12-2454.4024
2025-12-3154.2021
2026-01-0754.0532
2026-01-1453.9044
2026-01-2154.8423
2026-01-2856.5788
2026-02-0456.0957
2026-02-1156.7828
2026-02-1856.8068
2026-02-2556.6213
2026-03-0456.4033
2026-03-1156.5465
2026-03-1856.0497
2026-03-2556.1770
2026-04-0156.1459
2026-04-0856.4575
2026-04-1557.1254
2026-04-2257.4498
2026-04-2957.1227
2026-05-0658.0396
2026-05-1358.1179
2026-05-2057.6981
2026-05-2758.3628
2026-06-0358.2250
2026-06-1057.7298
2026-06-1758.3991
2026-06-2457.2034
2026-07-0157.5337
2026-07-0857.9443
2026-07-1557.9560
2026-07-2258.1202
2026-07-2957.7996
2026-08-0558.8220
2026-08-1258.8686
2026-08-1959.1662
2026-08-2659.8594
2026-09-0259.3321
2026-09-0960.0657
2026-09-1659.4095
2026-09-2359.3486

High

60.0657

Low

51.9735

Average

56.2017

For developers

Get this rate via the API

One GET request returns the CHF/TRY rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=TRY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=TRY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=TRY").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/TRY API questions

How do I get the CHF/TRY exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=TRY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/TRY rate in rates.TRY.

How far back does CHF/TRY historical data go?

Daily CHF/TRY rates are available from 2005-01-03. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CHF/TRY exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.