Skip to content

PAB to WST exchange rate API

Balboa to Tala · quoted 2026-09-25

2.7504

▼ +2.45% over 1Y

1 PAB = 2.7504 WST · 1 WST = 0.36358 PAB · Get this rate via the API

1 PAB buys 2.7504 WST as of 2026-09-25, so 1 WST buys 0.36358 PAB. Over the last year, PAB/WST traded between 2.6763 and 2.8195, averaged 2.7359 and fell 2.45%. The API holds daily PAB/WST rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/WST over 1Y

PAB/WST over 1Y: show the values
PointPAB/WST
2025-09-252.8195
2025-10-022.7423
2025-10-092.7537
2025-10-162.7605
2025-10-232.7588
2025-10-302.7513
2025-11-062.7809
2025-11-132.7922
2025-11-202.7955
2025-11-272.7991
2025-12-042.7845
2025-12-122.7634
2025-12-192.7641
2025-12-262.7886
2026-01-022.7695
2026-01-092.7703
2026-01-162.7716
2026-01-232.7435
2026-01-302.6950
2026-02-062.7117
2026-02-132.6942
2026-02-202.6975
2026-02-272.6946
2026-03-062.7188
2026-03-132.7158
2026-03-202.7068
2026-03-272.7153
2026-04-032.7739
2026-04-102.7238
2026-04-172.7108
2026-04-242.7252
2026-05-012.6939
2026-05-082.6763
2026-05-162.7064
2026-05-242.6992
2026-05-312.6976
2026-06-092.7210
2026-06-162.7096
2026-06-232.7402
2026-06-302.7562
2026-07-072.7458
2026-07-142.7408
2026-07-212.7226
2026-07-282.7276
2026-08-042.7119
2026-08-112.7191
2026-08-182.7119
2026-08-262.6958
2026-09-022.7092
2026-09-092.7098
2026-09-162.7279
2026-09-232.7345

High

2.8195

Low

2.6763

Average

2.7359

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/WST API questions

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

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

How far back does PAB/WST historical data go?

Daily PAB/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 PAB/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.