Skip to content

JOD to ALL exchange rate API

Jordanian Dinar to Lek · quoted 2026-09-25

113.5481

▼ +3.41% over 6M

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 6 months, JOD/ALL traded between 111.7785 and 117.5605, averaged 114.7571 and fell 3.41%. 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 6M

JOD/ALL over 6M: show the values
PointJOD/ALL
2026-03-29117.5605
2026-04-05117.2908
2026-04-12115.1203
2026-04-19114.6302
2026-04-26114.8018
2026-05-03114.8743
2026-05-10114.0674
2026-05-18115.9091
2026-05-26115.7366
2026-06-02115.6990
2026-06-11116.0523
2026-06-18115.5988
2026-06-25117.0929
2026-07-02116.5806
2026-07-09115.9145
2026-07-16115.3594
2026-07-23115.7782
2026-07-30115.8973
2026-08-06113.7345
2026-08-13113.6383
2026-08-21111.7843
2026-08-28111.8064
2026-09-04111.7785
2026-09-11111.8734
2026-09-18112.7670
2026-09-25113.5481

High

117.5605

Low

111.7785

Average

114.7571

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.