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: show the values
| Point | JOD/ALL |
|---|---|
| 2025-09-25 | 116.0964 |
| 2025-10-02 | 116.3451 |
| 2025-10-09 | 117.2993 |
| 2025-10-16 | 117.0367 |
| 2025-10-23 | 117.5897 |
| 2025-10-30 | 117.6288 |
| 2025-11-06 | 118.5531 |
| 2025-11-13 | 117.5823 |
| 2025-11-20 | 118.1390 |
| 2025-11-27 | 117.4404 |
| 2025-12-04 | 116.7636 |
| 2025-12-12 | 116.1502 |
| 2025-12-19 | 115.9755 |
| 2025-12-26 | 115.4515 |
| 2026-01-02 | 116.1492 |
| 2026-01-09 | 116.8523 |
| 2026-01-16 | 117.4516 |
| 2026-01-23 | 115.8079 |
| 2026-01-30 | 114.5331 |
| 2026-02-06 | 115.4681 |
| 2026-02-13 | 114.5502 |
| 2026-02-20 | 115.4987 |
| 2026-02-27 | 115.1399 |
| 2026-03-06 | 116.7313 |
| 2026-03-13 | 117.7840 |
| 2026-03-20 | 117.1467 |
| 2026-03-27 | 117.3321 |
| 2026-04-03 | 117.0850 |
| 2026-04-10 | 115.5413 |
| 2026-04-17 | 114.4877 |
| 2026-04-24 | 115.0976 |
| 2026-05-01 | 114.8770 |
| 2026-05-08 | 114.7795 |
| 2026-05-16 | 115.7022 |
| 2026-05-24 | 115.9993 |
| 2026-05-31 | 115.3616 |
| 2026-06-09 | 116.4096 |
| 2026-06-16 | 115.4344 |
| 2026-06-23 | 116.3113 |
| 2026-06-30 | 116.3347 |
| 2026-07-07 | 115.9358 |
| 2026-07-14 | 116.0042 |
| 2026-07-21 | 115.8113 |
| 2026-07-28 | 116.2433 |
| 2026-08-04 | 114.4248 |
| 2026-08-11 | 113.6510 |
| 2026-08-18 | 113.0256 |
| 2026-08-26 | 111.6382 |
| 2026-09-02 | 112.4126 |
| 2026-09-09 | 111.6993 |
| 2026-09-16 | 112.1205 |
| 2026-09-23 | 112.8468 |
High
118.5531
Low
111.6382
Average
115.6845
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.