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: show the values
| Point | JOD/ALL |
|---|---|
| 2024-08-24 | 126.4211 |
| 2024-10-07 | 127.1212 |
| 2024-11-06 | 127.6780 |
| 2024-12-06 | 131.3247 |
| 2025-01-05 | 134.0491 |
| 2025-02-04 | 136.0670 |
| 2025-03-06 | 129.3475 |
| 2025-04-06 | 127.0108 |
| 2025-05-06 | 122.1046 |
| 2025-06-07 | 121.0466 |
| 2025-07-07 | 117.2851 |
| 2025-08-06 | 118.6436 |
| 2025-09-05 | 117.4878 |
| 2025-10-06 | 116.2971 |
| 2025-11-05 | 118.5916 |
| 2025-12-05 | 116.7787 |
| 2026-01-05 | 116.3452 |
| 2026-02-04 | 115.2743 |
| 2026-03-06 | 116.7313 |
| 2026-04-05 | 117.2908 |
| 2026-05-05 | 115.6414 |
| 2026-06-06 | 116.3387 |
| 2026-07-08 | 116.0069 |
| 2026-08-07 | 114.0545 |
| 2026-09-07 | 111.8756 |
High
136.0670
Low
111.8756
Average
120.7831
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.