CHF to THB exchange rate API
Swiss Franc to Baht · quoted 2026-09-24
40.5377
▲ +1.45% over YTD
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 year to date, CHF/THB traded between 39.2928 and 41.6163, averaged 40.8169 and rose 1.45%. 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 YTD: show the values
| Point | CHF/THB |
|---|---|
| 2025-12-31 | 39.9592 |
| 2026-01-07 | 39.3444 |
| 2026-01-14 | 39.2928 |
| 2026-01-21 | 39.3505 |
| 2026-01-28 | 40.5431 |
| 2026-02-04 | 40.7832 |
| 2026-02-11 | 40.4671 |
| 2026-02-18 | 40.5700 |
| 2026-02-25 | 40.1336 |
| 2026-03-04 | 40.3777 |
| 2026-03-11 | 40.7342 |
| 2026-03-18 | 41.4031 |
| 2026-03-25 | 41.2739 |
| 2026-04-01 | 41.0489 |
| 2026-04-08 | 40.4565 |
| 2026-04-15 | 41.0065 |
| 2026-04-22 | 41.1837 |
| 2026-04-29 | 41.3880 |
| 2026-05-06 | 41.3050 |
| 2026-05-13 | 41.3763 |
| 2026-05-20 | 41.3563 |
| 2026-05-27 | 41.4728 |
| 2026-06-03 | 41.4607 |
| 2026-06-10 | 41.2351 |
| 2026-06-17 | 41.1226 |
| 2026-06-24 | 41.1350 |
| 2026-07-01 | 41.1545 |
| 2026-07-08 | 41.3587 |
| 2026-07-15 | 41.4596 |
| 2026-07-22 | 41.6163 |
| 2026-07-29 | 40.8883 |
| 2026-08-05 | 40.9738 |
| 2026-08-12 | 40.7517 |
| 2026-08-19 | 40.8126 |
| 2026-08-26 | 40.7356 |
| 2026-09-02 | 40.8192 |
| 2026-09-09 | 40.7338 |
| 2026-09-16 | 40.5979 |
| 2026-09-23 | 40.4547 |
High
41.6163
Low
39.2928
Average
40.8169
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.