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: show the values
| Point | JOD/LSL |
|---|---|
| 2025-09-27 | 24.5548 |
| 2025-10-04 | 24.3012 |
| 2025-10-11 | 24.6770 |
| 2025-10-18 | 24.5153 |
| 2025-10-25 | 24.4516 |
| 2025-11-01 | 24.4711 |
| 2025-11-08 | 24.4038 |
| 2025-11-15 | 24.1033 |
| 2025-11-22 | 24.5059 |
| 2025-11-29 | 24.1354 |
| 2025-12-06 | 23.8811 |
| 2025-12-14 | 23.7713 |
| 2025-12-21 | 23.6595 |
| 2025-12-28 | 23.5016 |
| 2026-01-04 | 23.2490 |
| 2026-01-11 | 23.2913 |
| 2026-01-18 | 23.1460 |
| 2026-01-25 | 22.7163 |
| 2026-02-01 | 22.7975 |
| 2026-02-08 | 22.6040 |
| 2026-02-15 | 22.4893 |
| 2026-02-22 | 22.6114 |
| 2026-03-01 | 22.4193 |
| 2026-03-08 | 23.3532 |
| 2026-03-15 | 23.8233 |
| 2026-03-22 | 23.9723 |
| 2026-03-29 | 24.1107 |
| 2026-04-05 | 23.9545 |
| 2026-04-12 | 23.1050 |
| 2026-04-19 | 23.1555 |
| 2026-04-26 | 23.4138 |
| 2026-05-03 | 23.4971 |
| 2026-05-10 | 23.0762 |
| 2026-05-18 | 23.4082 |
| 2026-05-26 | 23.0373 |
| 2026-06-02 | 22.9688 |
| 2026-06-11 | 23.3210 |
| 2026-06-18 | 23.0167 |
| 2026-06-25 | 23.3438 |
| 2026-07-02 | 23.1352 |
| 2026-07-09 | 23.1123 |
| 2026-07-16 | 23.0573 |
| 2026-07-23 | 23.0797 |
| 2026-07-30 | 23.4753 |
| 2026-08-06 | 23.0272 |
| 2026-08-13 | 22.7727 |
| 2026-08-21 | 22.7125 |
| 2026-08-28 | 22.5574 |
| 2026-09-04 | 22.5474 |
| 2026-09-11 | 22.8756 |
| 2026-09-18 | 22.9046 |
| 2026-09-25 | 23.1696 |
High
24.6770
Low
22.4193
Average
23.4003
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=LSL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=LSL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.