Skip to content

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

CHF/THB over YTD: show the values
PointCHF/THB
2025-12-3139.9592
2026-01-0739.3444
2026-01-1439.2928
2026-01-2139.3505
2026-01-2840.5431
2026-02-0440.7832
2026-02-1140.4671
2026-02-1840.5700
2026-02-2540.1336
2026-03-0440.3777
2026-03-1140.7342
2026-03-1841.4031
2026-03-2541.2739
2026-04-0141.0489
2026-04-0840.4565
2026-04-1541.0065
2026-04-2241.1837
2026-04-2941.3880
2026-05-0641.3050
2026-05-1341.3763
2026-05-2041.3563
2026-05-2741.4728
2026-06-0341.4607
2026-06-1041.2351
2026-06-1741.1226
2026-06-2441.1350
2026-07-0141.1545
2026-07-0841.3587
2026-07-1541.4596
2026-07-2241.6163
2026-07-2940.8883
2026-08-0540.9738
2026-08-1240.7517
2026-08-1940.8126
2026-08-2640.7356
2026-09-0240.8192
2026-09-0940.7338
2026-09-1640.5979
2026-09-2340.4547

High

41.6163

Low

39.2928

Average

40.8169

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.