Skip to content

WST to EUR exchange rate API

Tala to Euro · quoted 2026-09-25

0.31988

▲ +5.87% over 1Y

1 WST = 0.31988 EUR · 1 EUR = 3.1262 WST · Get this rate via the API

1 WST buys 0.31988 EUR as of 2026-09-25, so 1 EUR buys 3.1262 WST. Over the last year, WST/EUR traded between 0.30213 and 0.32168, averaged 0.31496 and rose 5.87%. The API holds daily WST/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

WST/EUR over 1Y

WST/EUR over 1Y: show the values
PointWST/EUR
2025-09-250.30213
2025-10-020.31024
2025-10-090.31276
2025-10-160.31097
2025-10-230.31267
2025-10-300.31469
2025-11-060.31179
2025-11-130.30823
2025-11-200.31068
2025-11-270.30835
2025-12-040.30784
2025-12-110.30720
2025-12-180.30871
2025-12-250.30447
2026-01-010.30727
2026-01-080.30946
2026-01-150.31192
2026-01-220.31040
2026-01-290.30764
2026-02-050.31318
2026-02-120.31330
2026-02-190.31551
2026-02-260.31457
2026-03-050.31843
2026-03-120.32037
2026-03-190.32069
2026-03-260.31796
2026-04-020.31720
2026-04-090.31355
2026-04-160.31479
2026-04-230.31554
2026-04-300.31782
2026-05-070.31656
2026-05-140.31864
2026-05-210.32136
2026-05-280.31938
2026-06-040.31788
2026-06-110.31722
2026-06-180.32168
2026-06-250.32031
2026-07-020.31878
2026-07-090.31867
2026-07-160.32076
2026-07-230.32163
2026-07-300.31961
2026-08-060.31859
2026-08-130.31847
2026-08-200.31603
2026-08-270.31817
2026-09-030.31726
2026-09-100.31730
2026-09-170.31878
2026-09-240.32034

High

0.32168

Low

0.30213

Average

0.31496

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

WST/EUR API questions

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

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

How far back does WST/EUR historical data go?

Daily WST/EUR 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/EUR 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.