Skip to content

JOD to WST exchange rate API

Jordanian Dinar to Tala · quoted 2026-09-27

3.8727

▼ +1.87% over 1Y

1 JOD = 3.8727 WST · 1 WST = 0.25822 JOD · Get this rate via the API

1 JOD buys 3.8727 WST as of 2026-09-27, so 1 WST buys 0.25822 JOD. Over the last year, JOD/WST traded between 3.7867 and 3.9798, averaged 3.8660 and fell 1.87%. The API holds daily JOD/WST rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/WST over 1Y

JOD/WST over 1Y: show the values
PointJOD/WST
2025-09-273.9464
2025-10-043.9255
2025-10-113.9231
2025-10-183.9619
2025-10-253.9508
2025-11-013.9486
2025-11-083.9787
2025-11-153.9686
2025-11-223.9798
2025-11-293.9563
2025-12-063.9332
2025-12-143.8968
2025-12-213.9098
2025-12-283.8910
2026-01-043.8919
2026-01-113.9036
2026-01-183.9283
2026-01-253.8730
2026-02-013.7949
2026-02-083.8237
2026-02-153.7948
2026-02-223.8053
2026-03-013.7962
2026-03-083.8288
2026-03-153.8197
2026-03-223.8117
2026-03-293.8704
2026-04-053.8650
2026-04-123.8372
2026-04-193.8279
2026-04-263.8408
2026-05-033.7953
2026-05-103.7867
2026-05-183.8185
2026-05-263.8068
2026-06-023.7986
2026-06-113.8539
2026-06-183.8256
2026-06-253.8823
2026-07-023.8818
2026-07-093.8706
2026-07-163.8347
2026-07-233.8495
2026-07-303.8455
2026-08-063.8357
2026-08-133.8397
2026-08-213.8138
2026-08-283.8042
2026-09-043.8232
2026-09-113.8354
2026-09-183.8626
2026-09-253.8792

High

3.9798

Low

3.7867

Average

3.8660

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/WST API questions

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

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

How far back does JOD/WST historical data go?

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