Skip to content

THB to CHF exchange rate API

Baht to Swiss Franc · quoted 2026-09-24

0.02471

▼ +0.33% over 1Y

1 THB = 0.02471 CHF · 1 CHF = 40.4662 THB · Get this rate via the API

1 THB buys 0.02471 CHF as of 2026-09-24, so 1 CHF buys 40.4662 THB. Over the last year, THB/CHF traded between 0.02403 and 0.02545, averaged 0.02459 and fell 0.33%. The API holds daily THB/CHF rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

THB/CHF over 1Y

THB/CHF over 1Y: show the values
PointTHB/CHF
2025-09-240.02479
2025-10-010.02466
2025-10-080.02460
2025-10-150.02458
2025-10-220.02422
2025-10-290.02469
2025-11-050.02490
2025-11-120.02462
2025-11-190.02471
2025-11-260.02505
2025-12-030.02509
2025-12-100.02525
2025-12-170.02526
2025-12-240.02537
2025-12-310.02502
2026-01-070.02542
2026-01-140.02545
2026-01-210.02541
2026-01-280.02466
2026-02-040.02452
2026-02-110.02471
2026-02-180.02465
2026-02-250.02492
2026-03-040.02477
2026-03-110.02455
2026-03-180.02415
2026-03-250.02423
2026-04-010.02436
2026-04-080.02472
2026-04-150.02439
2026-04-220.02428
2026-04-290.02416
2026-05-060.02421
2026-05-130.02417
2026-05-200.02418
2026-05-270.02411
2026-06-030.02412
2026-06-100.02425
2026-06-170.02432
2026-06-240.02431
2026-07-010.02430
2026-07-080.02418
2026-07-150.02412
2026-07-220.02403
2026-07-290.02446
2026-08-050.02440
2026-08-120.02454
2026-08-190.02450
2026-08-260.02455
2026-09-020.02450
2026-09-090.02455
2026-09-160.02463
2026-09-230.02472

High

0.02545

Low

0.02403

Average

0.02459

For developers

Get this rate via the API

One GET request returns the THB/CHF 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=THB&currencies=CHF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB&currencies=CHF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB&currencies=CHF").json()

Replace YOUR_API_KEY with the key from your dashboard.

THB/CHF API questions

How do I get the THB/CHF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB&currencies=CHF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest THB/CHF rate in rates.CHF.

How far back does THB/CHF historical data go?

Daily THB/CHF 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 THB/CHF 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.