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: show the values
| Point | CHF/TRY |
|---|---|
| 2025-09-24 | 52.2003 |
| 2025-10-01 | 52.0690 |
| 2025-10-08 | 52.1243 |
| 2025-10-15 | 52.2595 |
| 2025-10-22 | 52.7476 |
| 2025-10-29 | 52.6057 |
| 2025-11-05 | 51.9735 |
| 2025-11-12 | 52.8671 |
| 2025-11-19 | 52.8456 |
| 2025-11-26 | 52.6131 |
| 2025-12-03 | 53.0471 |
| 2025-12-10 | 52.9735 |
| 2025-12-17 | 53.6657 |
| 2025-12-24 | 54.4024 |
| 2025-12-31 | 54.2021 |
| 2026-01-07 | 54.0532 |
| 2026-01-14 | 53.9044 |
| 2026-01-21 | 54.8423 |
| 2026-01-28 | 56.5788 |
| 2026-02-04 | 56.0957 |
| 2026-02-11 | 56.7828 |
| 2026-02-18 | 56.8068 |
| 2026-02-25 | 56.6213 |
| 2026-03-04 | 56.4033 |
| 2026-03-11 | 56.5465 |
| 2026-03-18 | 56.0497 |
| 2026-03-25 | 56.1770 |
| 2026-04-01 | 56.1459 |
| 2026-04-08 | 56.4575 |
| 2026-04-15 | 57.1254 |
| 2026-04-22 | 57.4498 |
| 2026-04-29 | 57.1227 |
| 2026-05-06 | 58.0396 |
| 2026-05-13 | 58.1179 |
| 2026-05-20 | 57.6981 |
| 2026-05-27 | 58.3628 |
| 2026-06-03 | 58.2250 |
| 2026-06-10 | 57.7298 |
| 2026-06-17 | 58.3991 |
| 2026-06-24 | 57.2034 |
| 2026-07-01 | 57.5337 |
| 2026-07-08 | 57.9443 |
| 2026-07-15 | 57.9560 |
| 2026-07-22 | 58.1202 |
| 2026-07-29 | 57.7996 |
| 2026-08-05 | 58.8220 |
| 2026-08-12 | 58.8686 |
| 2026-08-19 | 59.1662 |
| 2026-08-26 | 59.8594 |
| 2026-09-02 | 59.3321 |
| 2026-09-09 | 60.0657 |
| 2026-09-16 | 59.4095 |
| 2026-09-23 | 59.3486 |
High
60.0657
Low
51.9735
Average
56.2017
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.