Skip to content

BAM to WST exchange rate API

Convertible Mark to Tala · quoted 2026-09-26

1.5992

▼ +3.60% over YTD

1 BAM = 1.5992 WST · 1 WST = 0.62532 BAM · Get this rate via the API

1 BAM buys 1.5992 WST as of 2026-09-26, so 1 WST buys 0.62532 BAM. Over the year to date, BAM/WST traded between 1.5935 and 1.6643, averaged 1.6173 and fell 3.60%. The API holds daily BAM/WST rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/WST over YTD

BAM/WST over YTD: show the values
PointBAM/WST
2025-12-311.6590
2026-01-071.6548
2026-01-141.6497
2026-01-211.6528
2026-01-281.6643
2026-02-041.6343
2026-02-111.6418
2026-02-181.6304
2026-02-251.6295
2026-03-041.6048
2026-03-111.6072
2026-03-181.6007
2026-03-251.6204
2026-04-011.6186
2026-04-081.6397
2026-04-151.6326
2026-04-221.6302
2026-04-291.6166
2026-05-061.6142
2026-05-141.6063
2026-05-211.5940
2026-05-291.5951
2026-06-051.6030
2026-06-141.6090
2026-06-211.6022
2026-06-281.6002
2026-07-051.6107
2026-07-121.5993
2026-07-191.5942
2026-07-261.5935
2026-08-021.6088
2026-08-091.6124
2026-08-161.6145
2026-08-241.6146
2026-08-311.5983
2026-09-071.6081
2026-09-141.6096
2026-09-211.6015

High

1.6643

Low

1.5935

Average

1.6173

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/WST API questions

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

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

How far back does BAM/WST historical data go?

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