Skip to content

WST to CHF exchange rate API

Tala to Swiss Franc · quoted 2026-09-24

0.30145

▲ +0.84% over 1Y

1 WST = 0.30145 CHF · 1 CHF = 3.3173 WST · Get this rate via the API

1 WST buys 0.30145 CHF as of 2026-09-24, so 1 CHF buys 3.3173 WST. Over the last year, WST/CHF traded between 0.28269 and 0.30145, averaged 0.29158 and rose 0.84%. The API holds daily WST/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

WST/CHF over 1Y

WST/CHF over 1Y: show the values
PointWST/CHF
2025-09-240.29894
2025-10-010.29076
2025-10-080.28814
2025-10-150.28921
2025-10-220.28851
2025-10-290.28939
2025-11-050.29026
2025-11-120.28671
2025-11-190.28762
2025-11-260.28893
2025-12-030.28616
2025-12-100.28821
2025-12-170.28821
2025-12-240.28594
2025-12-310.28684
2026-01-070.28789
2026-01-140.28895
2026-01-210.28645
2026-01-280.28269
2026-02-040.28694
2026-02-110.28504
2026-02-180.28613
2026-02-250.28654
2026-03-040.28811
2026-03-110.28827
2026-03-180.29069
2026-03-250.28917
2026-04-010.28937
2026-04-080.28673
2026-04-150.28901
2026-04-220.28808
2026-04-290.29186
2026-05-060.28912
2026-05-130.29015
2026-05-200.29204
2026-05-270.29207
2026-06-030.29427
2026-06-100.29368
2026-06-170.29303
2026-06-240.29632
2026-07-010.29464
2026-07-080.29648
2026-07-150.29715
2026-07-220.29780
2026-07-290.30035
2026-08-050.29719
2026-08-120.29824
2026-08-190.29814
2026-08-260.29818
2026-09-020.30044
2026-09-090.29784
2026-09-160.30024
2026-09-230.30092

High

0.30145

Low

0.28269

Average

0.29158

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

WST/CHF API questions

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

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

How far back does WST/CHF historical data go?

Daily WST/CHF rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free WST/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.