Skip to content

WST to GBP exchange rate API

Tala to Pound Sterling · quoted 2026-09-25

0.27542

▲ +4.20% over 1Y

1 WST = 0.27542 GBP · 1 GBP = 3.6309 WST · Get this rate via the API

1 WST buys 0.27542 GBP as of 2026-09-25, so 1 GBP buys 3.6309 WST. Over the last year, WST/GBP traded between 0.26430 and 0.27870, averaged 0.27293 and rose 4.20%. The API holds daily WST/GBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

WST/GBP over 1Y

WST/GBP over 1Y: show the values
PointWST/GBP
2025-09-250.26430
2025-10-020.27056
2025-10-090.27157
2025-10-160.26980
2025-10-230.27174
2025-10-300.27696
2025-11-060.27460
2025-11-130.27183
2025-11-200.27386
2025-11-270.26993
2025-12-040.26921
2025-12-110.26883
2025-12-180.27000
2025-12-250.26534
2026-01-010.26800
2026-01-080.26883
2026-01-150.27056
2026-01-220.27073
2026-01-290.26648
2026-02-050.27219
2026-02-120.27292
2026-02-190.27570
2026-02-260.27427
2026-03-050.27687
2026-03-120.27629
2026-03-190.27704
2026-03-260.27508
2026-04-020.27677
2026-04-090.27296
2026-04-160.27384
2026-04-230.27318
2026-04-300.27531
2026-05-070.27354
2026-05-140.27600
2026-05-210.27776
2026-05-280.27680
2026-06-040.27493
2026-06-110.27386
2026-06-180.27870
2026-06-250.27606
2026-07-020.27308
2026-07-090.27203
2026-07-160.27224
2026-07-230.27441
2026-07-300.27395
2026-08-060.27304
2026-08-130.27226
2026-08-200.27092
2026-08-270.27280
2026-09-030.27301
2026-09-100.27261
2026-09-170.27361
2026-09-240.27545

High

0.27870

Low

0.26430

Average

0.27293

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

WST/GBP API questions

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

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

How far back does WST/GBP historical data go?

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