Skip to content

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

CHF/THB over 5Y: show the values
PointCHF/THB
2021-09-2736.1991
2021-11-0836.0787
2021-12-2036.4038
2022-01-3135.7017
2022-03-1435.7011
2022-04-2735.5177
2022-06-0835.3576
2022-07-2037.7981
2022-08-3137.2091
2022-10-1238.1850
2022-11-2338.2062
2023-01-0536.5363
2023-02-1637.2106
2023-03-3037.3904
2023-05-1637.9809
2023-06-2739.4341
2023-08-0839.9459
2023-09-1940.1168
2023-10-3139.8314
2023-12-1240.8165
2024-01-2641.1654
2024-03-0840.4422
2024-04-2340.6582
2024-06-0541.1233
2024-07-1740.5355
2024-08-2740.2850
2024-10-0138.4437
2024-10-3139.0502
2024-11-3038.9187
2024-12-3037.7743
2025-01-2937.2291
2025-02-2837.8614
2025-03-3038.5205
2025-04-2940.4930
2025-05-2939.5064
2025-06-2840.6973
2025-07-2840.4468
2025-08-2740.2652
2025-09-2640.3558
2025-10-2641.0870
2025-11-2539.9059
2025-12-2539.4547
2026-01-2439.7914
2026-02-2339.9781
2026-03-2541.2739
2026-04-2441.2197
2026-05-2441.6043
2026-06-2340.9984
2026-07-2341.4556
2026-08-2240.7584
2026-09-2140.4609

High

41.6043

Low

35.3576

Average

39.1138

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=THB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=THB");
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=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&currencies=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.