Skip to content

AZN to WST exchange rate API

Azerbaijanian Manat to Tala · quoted 2026-09-26

1.6151

▼ +3.05% over 1Y

1 AZN = 1.6151 WST · 1 WST = 0.61914 AZN · Get this rate via the API

1 AZN buys 1.6151 WST as of 2026-09-26, so 1 WST buys 0.61914 AZN. Over the last year, AZN/WST traded between 1.5754 and 1.6660, averaged 1.6142 and fell 3.05%. The API holds daily AZN/WST rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/WST over 1Y

AZN/WST over 1Y: show the values
PointAZN/WST
2025-09-261.6660
2025-10-031.6489
2025-10-101.6530
2025-10-171.6308
2025-10-241.6262
2025-10-311.6339
2025-11-071.6351
2025-11-141.6396
2025-11-211.6450
2025-11-281.6464
2025-12-051.6402
2025-12-131.6326
2025-12-201.6399
2025-12-271.6299
2026-01-031.6281
2026-01-101.6376
2026-01-171.6413
2026-01-241.6197
2026-01-311.5946
2026-02-071.6063
2026-02-141.5954
2026-02-211.5967
2026-02-281.5966
2026-03-071.6120
2026-03-141.6089
2026-03-211.6046
2026-03-281.6167
2026-04-041.6272
2026-04-111.6109
2026-04-181.5943
2026-04-251.5917
2026-05-021.6057
2026-05-091.5869
2026-05-171.5754
2026-05-251.5909
2026-06-011.5861
2026-06-101.6008
2026-06-171.5921
2026-06-241.6133
2026-07-011.6195
2026-07-081.6044
2026-07-151.6064
2026-07-221.6047
2026-07-291.6060
2026-08-051.6009
2026-08-121.6001
2026-08-201.5935
2026-08-271.5877
2026-09-031.5963
2026-09-101.5960
2026-09-171.6072
2026-09-241.6154

High

1.6660

Low

1.5754

Average

1.6142

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/WST API questions

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

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

How far back does AZN/WST historical data go?

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