Skip to content

AUD to WST exchange rate API

Australian Dollar to Tala · quoted 2026-09-25

1.9313

▲ +4.57% over YTD

1 AUD = 1.9313 WST · 1 WST = 0.51778 AUD · Get this rate via the API

1 AUD buys 1.9313 WST as of 2026-09-25, so 1 WST buys 0.51778 AUD. Over the year to date, AUD/WST traded between 1.8469 and 1.9577, averaged 1.9141 and rose 4.57%. The API holds daily AUD/WST rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AUD/WST over YTD

AUD/WST over YTD: show the values
PointAUD/WST
2025-12-311.8469
2026-01-071.8609
2026-01-141.8510
2026-01-211.8659
2026-01-281.8999
2026-02-041.9003
2026-02-111.9184
2026-02-181.9039
2026-02-251.9175
2026-03-041.9101
2026-03-111.9345
2026-03-181.9142
2026-03-251.9014
2026-04-011.9031
2026-04-081.9390
2026-04-151.9326
2026-04-221.9415
2026-04-291.9362
2026-05-061.9522
2026-05-131.9528
2026-05-201.9288
2026-05-271.9201
2026-06-031.9208
2026-06-101.9060
2026-06-171.9108
2026-06-241.8923
2026-07-011.8973
2026-07-081.8885
2026-07-151.9069
2026-07-221.9079
2026-07-291.8949
2026-08-051.9191
2026-08-121.9234
2026-08-191.9227
2026-08-261.9369
2026-09-021.9364
2026-09-091.9577
2026-09-161.9456
2026-09-231.9326

High

1.9577

Low

1.8469

Average

1.9141

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=WST").json()

Replace YOUR_API_KEY with the key from your dashboard.

AUD/WST API questions

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

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

How far back does AUD/WST historical data go?

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