Skip to content

JOD to LSL exchange rate API

Jordanian Dinar to Loti · quoted 2026-09-27

22.9758

▼ +6.43% over 1Y

1 JOD = 22.9758 LSL · 1 LSL = 0.04352 JOD · Get this rate via the API

1 JOD buys 22.9758 LSL as of 2026-09-27, so 1 LSL buys 0.04352 JOD. Over the last year, JOD/LSL traded between 22.4193 and 24.6770, averaged 23.4003 and fell 6.43%. The API holds daily JOD/LSL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/LSL over 1Y

JOD/LSL over 1Y: show the values
PointJOD/LSL
2025-09-2724.5548
2025-10-0424.3012
2025-10-1124.6770
2025-10-1824.5153
2025-10-2524.4516
2025-11-0124.4711
2025-11-0824.4038
2025-11-1524.1033
2025-11-2224.5059
2025-11-2924.1354
2025-12-0623.8811
2025-12-1423.7713
2025-12-2123.6595
2025-12-2823.5016
2026-01-0423.2490
2026-01-1123.2913
2026-01-1823.1460
2026-01-2522.7163
2026-02-0122.7975
2026-02-0822.6040
2026-02-1522.4893
2026-02-2222.6114
2026-03-0122.4193
2026-03-0823.3532
2026-03-1523.8233
2026-03-2223.9723
2026-03-2924.1107
2026-04-0523.9545
2026-04-1223.1050
2026-04-1923.1555
2026-04-2623.4138
2026-05-0323.4971
2026-05-1023.0762
2026-05-1823.4082
2026-05-2623.0373
2026-06-0222.9688
2026-06-1123.3210
2026-06-1823.0167
2026-06-2523.3438
2026-07-0223.1352
2026-07-0923.1123
2026-07-1623.0573
2026-07-2323.0797
2026-07-3023.4753
2026-08-0623.0272
2026-08-1322.7727
2026-08-2122.7125
2026-08-2822.5574
2026-09-0422.5474
2026-09-1122.8756
2026-09-1822.9046
2026-09-2523.1696

High

24.6770

Low

22.4193

Average

23.4003

For developers

Get this rate via the API

One GET request returns the JOD/LSL 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=LSL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=LSL");
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=LSL").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/LSL API questions

How do I get the JOD/LSL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=LSL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/LSL rate in rates.LSL.

How far back does JOD/LSL historical data go?

Daily JOD/LSL 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/LSL 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.