Skip to content

JOD to SLL exchange rate API

Jordanian Dinar to Leone · quoted 2026-09-25

32341.32

▲ +1.87% over 5Y

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 5 years, JOD/SLL traded between 29574.50 and 32579.60, averaged 32040.25 and rose 1.87%. 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 5Y

JOD/SLL over 5Y: show the values
PointJOD/SLL
2024-08-2431748.99
2024-10-0731912.29
2024-11-0632085.75
2024-12-0632087.47
2025-01-0532115.85
2025-02-0432273.40
2025-03-0632225.65
2025-04-0632151.03
2025-05-0632101.16
2025-06-0730902.86
2025-07-0732080.29
2025-08-0632579.60
2025-09-0532101.45
2025-10-0632066.31
2025-11-0531981.82
2025-12-0532411.84
2026-01-0532200.67
2026-02-0432314.22
2026-03-0632355.43
2026-04-0532313.14
2026-05-0929574.50
2026-06-1232229.24
2026-07-1232277.76
2026-08-1132256.85
2026-09-1132357.48

High

32579.60

Low

29574.50

Average

32040.25

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.