Skip to content

JOD to ALL exchange rate API

Jordanian Dinar to Lek · quoted 2026-09-25

113.5481

▼ +10.18% over 5Y

1 JOD = 113.5481 ALL · 1 ALL = 0.008807 JOD · Get this rate via the API

1 JOD buys 113.5481 ALL as of 2026-09-25, so 1 ALL buys 0.008807 JOD. Over the last 5 years, JOD/ALL traded between 111.8756 and 136.0670, averaged 120.7831 and fell 10.18%. The API holds daily JOD/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/ALL over 5Y

JOD/ALL over 5Y: show the values
PointJOD/ALL
2024-08-24126.4211
2024-10-07127.1212
2024-11-06127.6780
2024-12-06131.3247
2025-01-05134.0491
2025-02-04136.0670
2025-03-06129.3475
2025-04-06127.0108
2025-05-06122.1046
2025-06-07121.0466
2025-07-07117.2851
2025-08-06118.6436
2025-09-05117.4878
2025-10-06116.2971
2025-11-05118.5916
2025-12-05116.7787
2026-01-05116.3452
2026-02-04115.2743
2026-03-06116.7313
2026-04-05117.2908
2026-05-05115.6414
2026-06-06116.3387
2026-07-08116.0069
2026-08-07114.0545
2026-09-07111.8756

High

136.0670

Low

111.8756

Average

120.7831

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/ALL API questions

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

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

How far back does JOD/ALL historical data go?

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