JOD to SLL exchange rate API
Jordanian Dinar to Leone · quoted 2026-09-25
32341.32
▲ +0.64% over 1Y
1 JOD = 32341.32 SLL · 1 SLL = 0.000031 JOD · Get this rate via the API
1 JOD buys 32341.32 SLL as of 2026-09-25, so 1 SLL buys 0.000031 JOD. Over the last year, JOD/SLL traded between 29574.99 and 34529.67, averaged 32115.30 and rose 0.64%. The API holds daily JOD/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/SLL over 1Y: show the values
| Point | JOD/SLL |
|---|---|
| 2025-09-25 | 32136.93 |
| 2025-10-02 | 32157.85 |
| 2025-10-09 | 32108.64 |
| 2025-10-16 | 32108.80 |
| 2025-10-23 | 32003.07 |
| 2025-10-30 | 32009.72 |
| 2025-11-06 | 32003.00 |
| 2025-11-13 | 31981.82 |
| 2025-11-20 | 32291.83 |
| 2025-11-27 | 32313.15 |
| 2025-12-04 | 32179.04 |
| 2025-12-12 | 32489.81 |
| 2025-12-19 | 32383.67 |
| 2025-12-26 | 32334.43 |
| 2026-01-02 | 32193.09 |
| 2026-01-09 | 32235.61 |
| 2026-01-16 | 32235.91 |
| 2026-01-23 | 32383.62 |
| 2026-01-30 | 32279.66 |
| 2026-02-06 | 32406.81 |
| 2026-02-13 | 32264.26 |
| 2026-02-20 | 32369.39 |
| 2026-02-27 | 32313.70 |
| 2026-03-06 | 32355.43 |
| 2026-03-13 | 32298.98 |
| 2026-03-20 | 32185.79 |
| 2026-03-27 | 32271.03 |
| 2026-04-03 | 32313.10 |
| 2026-04-14 | 29576.89 |
| 2026-04-21 | 29577.07 |
| 2026-04-28 | 29574.99 |
| 2026-05-05 | 29576.09 |
| 2026-05-12 | 32242.94 |
| 2026-05-20 | 32257.26 |
| 2026-05-28 | 32221.20 |
| 2026-06-04 | 32200.30 |
| 2026-06-13 | 32186.08 |
| 2026-06-20 | 32221.60 |
| 2026-06-27 | 32186.60 |
| 2026-07-04 | 32214.50 |
| 2026-07-11 | 32277.70 |
| 2026-07-18 | 32270.90 |
| 2026-07-25 | 33382.07 |
| 2026-08-01 | 32299.06 |
| 2026-08-08 | 32553.32 |
| 2026-08-15 | 32317.40 |
| 2026-08-23 | 34529.67 |
| 2026-08-30 | 32346.40 |
| 2026-09-06 | 32330.00 |
| 2026-09-13 | 32355.42 |
| 2026-09-20 | 32348.55 |
High
34529.67
Low
29574.99
Average
32115.30
Get this rate via the API
One GET request returns the JOD/SLL 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=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=SLL").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/SLL API questions
How do I get the JOD/SLL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=SLL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/SLL rate in rates.SLL.
How far back does JOD/SLL historical data go?
Daily JOD/SLL 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/SLL 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.