Skip to content

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

JOD/SLL over 1Y: show the values
PointJOD/SLL
2025-09-2532136.93
2025-10-0232157.85
2025-10-0932108.64
2025-10-1632108.80
2025-10-2332003.07
2025-10-3032009.72
2025-11-0632003.00
2025-11-1331981.82
2025-11-2032291.83
2025-11-2732313.15
2025-12-0432179.04
2025-12-1232489.81
2025-12-1932383.67
2025-12-2632334.43
2026-01-0232193.09
2026-01-0932235.61
2026-01-1632235.91
2026-01-2332383.62
2026-01-3032279.66
2026-02-0632406.81
2026-02-1332264.26
2026-02-2032369.39
2026-02-2732313.70
2026-03-0632355.43
2026-03-1332298.98
2026-03-2032185.79
2026-03-2732271.03
2026-04-0332313.10
2026-04-1429576.89
2026-04-2129577.07
2026-04-2829574.99
2026-05-0529576.09
2026-05-1232242.94
2026-05-2032257.26
2026-05-2832221.20
2026-06-0432200.30
2026-06-1332186.08
2026-06-2032221.60
2026-06-2732186.60
2026-07-0432214.50
2026-07-1132277.70
2026-07-1832270.90
2026-07-2533382.07
2026-08-0132299.06
2026-08-0832553.32
2026-08-1532317.40
2026-08-2334529.67
2026-08-3032346.40
2026-09-0632330.00
2026-09-1332355.42
2026-09-2032348.55

High

34529.67

Low

29574.99

Average

32115.30

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=SLL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=SLL");
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=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&currencies=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.