Skip to content

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

WST/JPY over 1Y: show the values
PointWST/JPY
2025-09-2552.7822
2025-10-0253.5263
2025-10-0955.4845
2025-10-1654.8020
2025-10-2355.3233
2025-10-3056.1319
2025-11-0655.2344
2025-11-1355.3498
2025-11-2056.3790
2025-11-2755.8456
2025-12-0455.5814
2025-12-1155.9870
2025-12-1856.3551
2025-12-2555.8887
2026-01-0156.5550
2026-01-0856.6225
2026-01-1557.4893
2026-01-2257.6968
2026-01-2956.4456
2026-02-0557.9734
2026-02-1257.1844
2026-02-1957.4392
2026-02-2657.9978
2026-03-0558.2816
2026-03-1258.7646
2026-03-1958.5140
2026-03-2658.5649
2026-04-0258.3460
2026-04-0958.2270
2026-04-1658.9630
2026-04-2358.8490
2026-04-3058.2277
2026-05-0758.2701
2026-05-1458.8951
2026-05-2159.3203
2026-05-2859.1630
2026-06-0459.1286
2026-06-1158.7523
2026-06-1859.3311
2026-06-2558.8002
2026-07-0258.7158
2026-07-0959.1834
2026-07-1659.6578
2026-07-2359.8969
2026-07-3059.7632
2026-08-0658.0372
2026-08-1358.5261
2026-08-2058.6076
2026-08-2759.0558
2026-09-0357.4898
2026-09-1056.8252
2026-09-1756.9825
2026-09-2457.8443

High

59.8969

Low

52.7822

Average

57.5350

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST&currencies=JPY");
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=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&currencies=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.