Skip to content

JOD to ALL exchange rate API

Jordanian Dinar to Lek · quoted 2026-09-25

113.5481

▼ +2.20% over YTD

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 year to date, JOD/ALL traded between 111.7062 and 117.4250, averaged 115.0701 and fell 2.20%. 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 YTD

JOD/ALL over YTD: show the values
PointJOD/ALL
2025-12-31116.1036
2026-01-07116.5000
2026-01-14116.9385
2026-01-21116.0123
2026-01-28113.7922
2026-02-04115.2743
2026-02-11114.1360
2026-02-18114.6076
2026-02-25115.1424
2026-03-04117.0659
2026-03-11116.6156
2026-03-18117.4250
2026-03-25116.5646
2026-04-01117.0184
2026-04-08116.5919
2026-04-15114.4185
2026-04-22114.7317
2026-04-29115.0193
2026-05-06115.1104
2026-05-14115.0151
2026-05-21115.7904
2026-05-29115.6176
2026-06-05115.6574
2026-06-14115.7010
2026-06-21116.1356
2026-06-28116.4393
2026-07-05115.7124
2026-07-12115.8315
2026-07-19115.6215
2026-07-26116.1443
2026-08-02114.5059
2026-08-09113.7385
2026-08-16113.1513
2026-08-24111.7868
2026-08-31112.1743
2026-09-07111.8756
2026-09-14111.7062
2026-09-21112.5133

High

117.4250

Low

111.7062

Average

115.0701

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.