JOD to SZL exchange rate API
Jordanian Dinar to Lilangeni · quoted 2026-09-25
23.1696
▼ +1.04% over YTD
1 JOD = 23.1696 SZL · 1 SZL = 0.04316 JOD · Get this rate via the API
1 JOD buys 23.1696 SZL as of 2026-09-25, so 1 SZL buys 0.04316 JOD. Over the year to date, JOD/SZL traded between 22.4273 and 23.8761, averaged 23.0630 and fell 1.04%. The API holds daily JOD/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/SZL over YTD: show the values
| Point | JOD/SZL |
|---|---|
| 2025-12-31 | 23.4123 |
| 2026-01-07 | 23.0653 |
| 2026-01-14 | 23.0858 |
| 2026-01-21 | 23.1323 |
| 2026-01-28 | 22.4346 |
| 2026-02-04 | 22.4886 |
| 2026-02-11 | 22.4273 |
| 2026-02-18 | 22.5910 |
| 2026-02-25 | 22.4901 |
| 2026-03-04 | 23.3120 |
| 2026-03-11 | 22.9428 |
| 2026-03-18 | 23.5267 |
| 2026-03-25 | 23.8761 |
| 2026-04-01 | 23.8057 |
| 2026-04-08 | 23.2751 |
| 2026-04-15 | 23.1014 |
| 2026-04-22 | 23.1146 |
| 2026-04-29 | 23.3426 |
| 2026-05-06 | 23.5502 |
| 2026-05-14 | 23.1616 |
| 2026-05-21 | 23.2765 |
| 2026-05-29 | 22.9053 |
| 2026-06-05 | 23.0335 |
| 2026-06-14 | 22.9702 |
| 2026-06-21 | 23.1979 |
| 2026-06-28 | 23.2362 |
| 2026-07-05 | 22.8874 |
| 2026-07-12 | 23.0349 |
| 2026-07-19 | 23.2758 |
| 2026-07-26 | 23.7444 |
| 2026-08-02 | 23.3366 |
| 2026-08-09 | 22.7654 |
| 2026-08-16 | 22.8207 |
| 2026-08-24 | 22.5828 |
| 2026-08-31 | 22.8105 |
| 2026-09-07 | 22.5455 |
| 2026-09-14 | 22.8405 |
| 2026-09-21 | 22.8850 |
High
23.8761
Low
22.4273
Average
23.0630
Get this rate via the API
One GET request returns the JOD/SZL 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=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=SZL").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/SZL API questions
How do I get the JOD/SZL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=SZL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/SZL rate in rates.SZL.
How far back does JOD/SZL historical data go?
Daily JOD/SZL 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/SZL 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.