Skip to content

JOD to ALL exchange rate API

Jordanian Dinar to Lek · quoted 2026-09-25

113.5481

▼ +2.19% over 1Y

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 year, JOD/ALL traded between 111.6382 and 118.5531, averaged 115.6845 and fell 2.19%. 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 1Y

JOD/ALL over 1Y: show the values
PointJOD/ALL
2025-09-25116.0964
2025-10-02116.3451
2025-10-09117.2993
2025-10-16117.0367
2025-10-23117.5897
2025-10-30117.6288
2025-11-06118.5531
2025-11-13117.5823
2025-11-20118.1390
2025-11-27117.4404
2025-12-04116.7636
2025-12-12116.1502
2025-12-19115.9755
2025-12-26115.4515
2026-01-02116.1492
2026-01-09116.8523
2026-01-16117.4516
2026-01-23115.8079
2026-01-30114.5331
2026-02-06115.4681
2026-02-13114.5502
2026-02-20115.4987
2026-02-27115.1399
2026-03-06116.7313
2026-03-13117.7840
2026-03-20117.1467
2026-03-27117.3321
2026-04-03117.0850
2026-04-10115.5413
2026-04-17114.4877
2026-04-24115.0976
2026-05-01114.8770
2026-05-08114.7795
2026-05-16115.7022
2026-05-24115.9993
2026-05-31115.3616
2026-06-09116.4096
2026-06-16115.4344
2026-06-23116.3113
2026-06-30116.3347
2026-07-07115.9358
2026-07-14116.0042
2026-07-21115.8113
2026-07-28116.2433
2026-08-04114.4248
2026-08-11113.6510
2026-08-18113.0256
2026-08-26111.6382
2026-09-02112.4126
2026-09-09111.6993
2026-09-16112.1205
2026-09-23112.8468

High

118.5531

Low

111.6382

Average

115.6845

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.