Skip to content

CHF to TRY exchange rate API

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

59.1302

▲ +520.04% over 5Y

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 5 years, CHF/TRY traded between 9.5365 and 59.9187, averaged 37.5539 and rose 520.04%. 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 5Y

CHF/TRY over 5Y: show the values
PointCHF/TRY
2021-09-279.5365
2021-11-0810.6489
2021-12-2019.2577
2022-01-3114.3512
2022-03-1415.8064
2022-04-2715.3345
2022-06-0817.5977
2022-07-2018.1330
2022-08-3118.5636
2022-10-1218.6700
2022-11-2319.6341
2023-01-0520.2238
2023-02-1620.4279
2023-03-3020.9428
2023-05-1622.0330
2023-06-2729.1340
2023-08-0830.8038
2023-09-1930.1827
2023-10-3131.2746
2023-12-1233.2273
2024-01-2635.0623
2024-03-0836.4457
2024-04-2335.7679
2024-06-0536.3063
2024-07-1737.3331
2024-08-2740.2411
2024-10-0140.3831
2024-10-3139.5963
2024-11-3039.3629
2024-12-3039.1006
2025-01-2939.4416
2025-02-2840.4712
2025-03-3043.1529
2025-04-2946.5459
2025-05-2947.2481
2025-06-2849.9722
2025-07-2850.6153
2025-08-2750.8818
2025-09-2651.9934
2025-10-2652.7374
2025-11-2552.4422
2025-12-2554.3650
2026-01-2455.5017
2026-02-2356.4897
2026-03-2556.1770
2026-04-2457.3226
2026-05-2458.3122
2026-06-2357.3980
2026-07-2357.8917
2026-08-2259.9187
2026-09-2159.4089

High

59.9187

Low

9.5365

Average

37.5539

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.