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: show the values
| Point | CHF/TRY |
|---|---|
| 2021-09-27 | 9.5365 |
| 2021-11-08 | 10.6489 |
| 2021-12-20 | 19.2577 |
| 2022-01-31 | 14.3512 |
| 2022-03-14 | 15.8064 |
| 2022-04-27 | 15.3345 |
| 2022-06-08 | 17.5977 |
| 2022-07-20 | 18.1330 |
| 2022-08-31 | 18.5636 |
| 2022-10-12 | 18.6700 |
| 2022-11-23 | 19.6341 |
| 2023-01-05 | 20.2238 |
| 2023-02-16 | 20.4279 |
| 2023-03-30 | 20.9428 |
| 2023-05-16 | 22.0330 |
| 2023-06-27 | 29.1340 |
| 2023-08-08 | 30.8038 |
| 2023-09-19 | 30.1827 |
| 2023-10-31 | 31.2746 |
| 2023-12-12 | 33.2273 |
| 2024-01-26 | 35.0623 |
| 2024-03-08 | 36.4457 |
| 2024-04-23 | 35.7679 |
| 2024-06-05 | 36.3063 |
| 2024-07-17 | 37.3331 |
| 2024-08-27 | 40.2411 |
| 2024-10-01 | 40.3831 |
| 2024-10-31 | 39.5963 |
| 2024-11-30 | 39.3629 |
| 2024-12-30 | 39.1006 |
| 2025-01-29 | 39.4416 |
| 2025-02-28 | 40.4712 |
| 2025-03-30 | 43.1529 |
| 2025-04-29 | 46.5459 |
| 2025-05-29 | 47.2481 |
| 2025-06-28 | 49.9722 |
| 2025-07-28 | 50.6153 |
| 2025-08-27 | 50.8818 |
| 2025-09-26 | 51.9934 |
| 2025-10-26 | 52.7374 |
| 2025-11-25 | 52.4422 |
| 2025-12-25 | 54.3650 |
| 2026-01-24 | 55.5017 |
| 2026-02-23 | 56.4897 |
| 2026-03-25 | 56.1770 |
| 2026-04-24 | 57.3226 |
| 2026-05-24 | 58.3122 |
| 2026-06-23 | 57.3980 |
| 2026-07-23 | 57.8917 |
| 2026-08-22 | 59.9187 |
| 2026-09-21 | 59.4089 |
High
59.9187
Low
9.5365
Average
37.5539
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=TRY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=TRY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.