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: show the values
| Point | WST/EUR |
|---|---|
| 2025-09-25 | 0.30213 |
| 2025-10-02 | 0.31024 |
| 2025-10-09 | 0.31276 |
| 2025-10-16 | 0.31097 |
| 2025-10-23 | 0.31267 |
| 2025-10-30 | 0.31469 |
| 2025-11-06 | 0.31179 |
| 2025-11-13 | 0.30823 |
| 2025-11-20 | 0.31068 |
| 2025-11-27 | 0.30835 |
| 2025-12-04 | 0.30784 |
| 2025-12-11 | 0.30720 |
| 2025-12-18 | 0.30871 |
| 2025-12-25 | 0.30447 |
| 2026-01-01 | 0.30727 |
| 2026-01-08 | 0.30946 |
| 2026-01-15 | 0.31192 |
| 2026-01-22 | 0.31040 |
| 2026-01-29 | 0.30764 |
| 2026-02-05 | 0.31318 |
| 2026-02-12 | 0.31330 |
| 2026-02-19 | 0.31551 |
| 2026-02-26 | 0.31457 |
| 2026-03-05 | 0.31843 |
| 2026-03-12 | 0.32037 |
| 2026-03-19 | 0.32069 |
| 2026-03-26 | 0.31796 |
| 2026-04-02 | 0.31720 |
| 2026-04-09 | 0.31355 |
| 2026-04-16 | 0.31479 |
| 2026-04-23 | 0.31554 |
| 2026-04-30 | 0.31782 |
| 2026-05-07 | 0.31656 |
| 2026-05-14 | 0.31864 |
| 2026-05-21 | 0.32136 |
| 2026-05-28 | 0.31938 |
| 2026-06-04 | 0.31788 |
| 2026-06-11 | 0.31722 |
| 2026-06-18 | 0.32168 |
| 2026-06-25 | 0.32031 |
| 2026-07-02 | 0.31878 |
| 2026-07-09 | 0.31867 |
| 2026-07-16 | 0.32076 |
| 2026-07-23 | 0.32163 |
| 2026-07-30 | 0.31961 |
| 2026-08-06 | 0.31859 |
| 2026-08-13 | 0.31847 |
| 2026-08-20 | 0.31603 |
| 2026-08-27 | 0.31817 |
| 2026-09-03 | 0.31726 |
| 2026-09-10 | 0.31730 |
| 2026-09-17 | 0.31878 |
| 2026-09-24 | 0.32034 |
High
0.32168
Low
0.30213
Average
0.31496
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=EUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=EUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=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¤cies=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.