Skip to content

WST to JOD exchange rate API

Tala to Jordanian Dinar · quoted 2026-09-27

0.25822

▲ +0.65% over YTD

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

1 WST buys 0.25822 JOD as of 2026-09-27, so 1 JOD buys 3.8727 WST. Over the year to date, WST/JOD traded between 0.25574 and 0.26452, averaged 0.26058 and rose 0.65%. The API holds daily WST/JOD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

WST/JOD over YTD

WST/JOD over YTD: show the values
PointWST/JOD
2025-12-310.25656
2026-01-070.25632
2026-01-140.25574
2026-01-210.25724
2026-01-280.26121
2026-02-040.26229
2026-02-110.26296
2026-02-180.26337
2026-02-250.26222
2026-03-040.26201
2026-03-110.26209
2026-03-180.26123
2026-03-250.25965
2026-04-010.25905
2026-04-080.25802
2026-04-150.26180
2026-04-220.26120
2026-04-290.26227
2026-05-060.26306
2026-05-140.26437
2026-05-210.26428
2026-05-290.26452
2026-06-050.26266
2026-06-140.26077
2026-06-210.25966
2026-06-280.25801
2026-07-050.25749
2026-07-120.25878
2026-07-190.26008
2026-07-260.25873
2026-08-020.25988
2026-08-090.25990
2026-08-160.25976
2026-08-240.26218
2026-08-310.26289
2026-09-070.26173
2026-09-140.26053
2026-09-210.25980

High

0.26452

Low

0.25574

Average

0.26058

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

WST/JOD API questions

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

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

How far back does WST/JOD historical data go?

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