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: show the values
| Point | JOD/WST |
|---|---|
| 2025-09-27 | 3.9464 |
| 2025-10-04 | 3.9255 |
| 2025-10-11 | 3.9231 |
| 2025-10-18 | 3.9619 |
| 2025-10-25 | 3.9508 |
| 2025-11-01 | 3.9486 |
| 2025-11-08 | 3.9787 |
| 2025-11-15 | 3.9686 |
| 2025-11-22 | 3.9798 |
| 2025-11-29 | 3.9563 |
| 2025-12-06 | 3.9332 |
| 2025-12-14 | 3.8968 |
| 2025-12-21 | 3.9098 |
| 2025-12-28 | 3.8910 |
| 2026-01-04 | 3.8919 |
| 2026-01-11 | 3.9036 |
| 2026-01-18 | 3.9283 |
| 2026-01-25 | 3.8730 |
| 2026-02-01 | 3.7949 |
| 2026-02-08 | 3.8237 |
| 2026-02-15 | 3.7948 |
| 2026-02-22 | 3.8053 |
| 2026-03-01 | 3.7962 |
| 2026-03-08 | 3.8288 |
| 2026-03-15 | 3.8197 |
| 2026-03-22 | 3.8117 |
| 2026-03-29 | 3.8704 |
| 2026-04-05 | 3.8650 |
| 2026-04-12 | 3.8372 |
| 2026-04-19 | 3.8279 |
| 2026-04-26 | 3.8408 |
| 2026-05-03 | 3.7953 |
| 2026-05-10 | 3.7867 |
| 2026-05-18 | 3.8185 |
| 2026-05-26 | 3.8068 |
| 2026-06-02 | 3.7986 |
| 2026-06-11 | 3.8539 |
| 2026-06-18 | 3.8256 |
| 2026-06-25 | 3.8823 |
| 2026-07-02 | 3.8818 |
| 2026-07-09 | 3.8706 |
| 2026-07-16 | 3.8347 |
| 2026-07-23 | 3.8495 |
| 2026-07-30 | 3.8455 |
| 2026-08-06 | 3.8357 |
| 2026-08-13 | 3.8397 |
| 2026-08-21 | 3.8138 |
| 2026-08-28 | 3.8042 |
| 2026-09-04 | 3.8232 |
| 2026-09-11 | 3.8354 |
| 2026-09-18 | 3.8626 |
| 2026-09-25 | 3.8792 |
High
3.9798
Low
3.7867
Average
3.8660
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=WST"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=WST");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.