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: show the values
| Point | JOD/ALL |
|---|---|
| 2025-12-31 | 116.1036 |
| 2026-01-07 | 116.5000 |
| 2026-01-14 | 116.9385 |
| 2026-01-21 | 116.0123 |
| 2026-01-28 | 113.7922 |
| 2026-02-04 | 115.2743 |
| 2026-02-11 | 114.1360 |
| 2026-02-18 | 114.6076 |
| 2026-02-25 | 115.1424 |
| 2026-03-04 | 117.0659 |
| 2026-03-11 | 116.6156 |
| 2026-03-18 | 117.4250 |
| 2026-03-25 | 116.5646 |
| 2026-04-01 | 117.0184 |
| 2026-04-08 | 116.5919 |
| 2026-04-15 | 114.4185 |
| 2026-04-22 | 114.7317 |
| 2026-04-29 | 115.0193 |
| 2026-05-06 | 115.1104 |
| 2026-05-14 | 115.0151 |
| 2026-05-21 | 115.7904 |
| 2026-05-29 | 115.6176 |
| 2026-06-05 | 115.6574 |
| 2026-06-14 | 115.7010 |
| 2026-06-21 | 116.1356 |
| 2026-06-28 | 116.4393 |
| 2026-07-05 | 115.7124 |
| 2026-07-12 | 115.8315 |
| 2026-07-19 | 115.6215 |
| 2026-07-26 | 116.1443 |
| 2026-08-02 | 114.5059 |
| 2026-08-09 | 113.7385 |
| 2026-08-16 | 113.1513 |
| 2026-08-24 | 111.7868 |
| 2026-08-31 | 112.1743 |
| 2026-09-07 | 111.8756 |
| 2026-09-14 | 111.7062 |
| 2026-09-21 | 112.5133 |
High
117.4250
Low
111.7062
Average
115.0701
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=ALL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=ALL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.