CHF to THB exchange rate API
Swiss Franc to Baht · quoted 2026-09-24
40.5377
▲ +11.99% over 5Y
1 CHF = 40.5377 THB · 1 THB = 0.02467 CHF · Get this rate via the API
1 CHF buys 40.5377 THB as of 2026-09-24, so 1 THB buys 0.02467 CHF. Over the last 5 years, CHF/THB traded between 35.3576 and 41.6043, averaged 39.1138 and rose 11.99%. The API holds daily CHF/THB rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
CHF/THB over 5Y: show the values
| Point | CHF/THB |
|---|---|
| 2021-09-27 | 36.1991 |
| 2021-11-08 | 36.0787 |
| 2021-12-20 | 36.4038 |
| 2022-01-31 | 35.7017 |
| 2022-03-14 | 35.7011 |
| 2022-04-27 | 35.5177 |
| 2022-06-08 | 35.3576 |
| 2022-07-20 | 37.7981 |
| 2022-08-31 | 37.2091 |
| 2022-10-12 | 38.1850 |
| 2022-11-23 | 38.2062 |
| 2023-01-05 | 36.5363 |
| 2023-02-16 | 37.2106 |
| 2023-03-30 | 37.3904 |
| 2023-05-16 | 37.9809 |
| 2023-06-27 | 39.4341 |
| 2023-08-08 | 39.9459 |
| 2023-09-19 | 40.1168 |
| 2023-10-31 | 39.8314 |
| 2023-12-12 | 40.8165 |
| 2024-01-26 | 41.1654 |
| 2024-03-08 | 40.4422 |
| 2024-04-23 | 40.6582 |
| 2024-06-05 | 41.1233 |
| 2024-07-17 | 40.5355 |
| 2024-08-27 | 40.2850 |
| 2024-10-01 | 38.4437 |
| 2024-10-31 | 39.0502 |
| 2024-11-30 | 38.9187 |
| 2024-12-30 | 37.7743 |
| 2025-01-29 | 37.2291 |
| 2025-02-28 | 37.8614 |
| 2025-03-30 | 38.5205 |
| 2025-04-29 | 40.4930 |
| 2025-05-29 | 39.5064 |
| 2025-06-28 | 40.6973 |
| 2025-07-28 | 40.4468 |
| 2025-08-27 | 40.2652 |
| 2025-09-26 | 40.3558 |
| 2025-10-26 | 41.0870 |
| 2025-11-25 | 39.9059 |
| 2025-12-25 | 39.4547 |
| 2026-01-24 | 39.7914 |
| 2026-02-23 | 39.9781 |
| 2026-03-25 | 41.2739 |
| 2026-04-24 | 41.2197 |
| 2026-05-24 | 41.6043 |
| 2026-06-23 | 40.9984 |
| 2026-07-23 | 41.4556 |
| 2026-08-22 | 40.7584 |
| 2026-09-21 | 40.4609 |
High
41.6043
Low
35.3576
Average
39.1138
Get this rate via the API
One GET request returns the CHF/THB 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=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=THB").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/THB API questions
How do I get the CHF/THB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=THB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/THB rate in rates.THB.
How far back does CHF/THB historical data go?
Daily CHF/THB rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CHF/THB 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.