WST to JPY exchange rate API
Tala to Yen · quoted 2026-09-24
57.8313
▲ +9.57% over 1Y
1 WST = 57.8313 JPY · 1 JPY = 0.01729 WST · Get this rate via the API
1 WST buys 57.8313 JPY as of 2026-09-24, so 1 JPY buys 0.01729 WST. Over the last year, WST/JPY traded between 52.7822 and 59.8969, averaged 57.5350 and rose 9.57%. The API holds daily WST/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
WST/JPY over 1Y: show the values
| Point | WST/JPY |
|---|---|
| 2025-09-25 | 52.7822 |
| 2025-10-02 | 53.5263 |
| 2025-10-09 | 55.4845 |
| 2025-10-16 | 54.8020 |
| 2025-10-23 | 55.3233 |
| 2025-10-30 | 56.1319 |
| 2025-11-06 | 55.2344 |
| 2025-11-13 | 55.3498 |
| 2025-11-20 | 56.3790 |
| 2025-11-27 | 55.8456 |
| 2025-12-04 | 55.5814 |
| 2025-12-11 | 55.9870 |
| 2025-12-18 | 56.3551 |
| 2025-12-25 | 55.8887 |
| 2026-01-01 | 56.5550 |
| 2026-01-08 | 56.6225 |
| 2026-01-15 | 57.4893 |
| 2026-01-22 | 57.6968 |
| 2026-01-29 | 56.4456 |
| 2026-02-05 | 57.9734 |
| 2026-02-12 | 57.1844 |
| 2026-02-19 | 57.4392 |
| 2026-02-26 | 57.9978 |
| 2026-03-05 | 58.2816 |
| 2026-03-12 | 58.7646 |
| 2026-03-19 | 58.5140 |
| 2026-03-26 | 58.5649 |
| 2026-04-02 | 58.3460 |
| 2026-04-09 | 58.2270 |
| 2026-04-16 | 58.9630 |
| 2026-04-23 | 58.8490 |
| 2026-04-30 | 58.2277 |
| 2026-05-07 | 58.2701 |
| 2026-05-14 | 58.8951 |
| 2026-05-21 | 59.3203 |
| 2026-05-28 | 59.1630 |
| 2026-06-04 | 59.1286 |
| 2026-06-11 | 58.7523 |
| 2026-06-18 | 59.3311 |
| 2026-06-25 | 58.8002 |
| 2026-07-02 | 58.7158 |
| 2026-07-09 | 59.1834 |
| 2026-07-16 | 59.6578 |
| 2026-07-23 | 59.8969 |
| 2026-07-30 | 59.7632 |
| 2026-08-06 | 58.0372 |
| 2026-08-13 | 58.5261 |
| 2026-08-20 | 58.6076 |
| 2026-08-27 | 59.0558 |
| 2026-09-03 | 57.4898 |
| 2026-09-10 | 56.8252 |
| 2026-09-17 | 56.9825 |
| 2026-09-24 | 57.8443 |
High
59.8969
Low
52.7822
Average
57.5350
Get this rate via the API
One GET request returns the WST/JPY 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=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
WST/JPY API questions
How do I get the WST/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest WST/JPY rate in rates.JPY.
How far back does WST/JPY historical data go?
Daily WST/JPY 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/JPY 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.