JOD to DZD exchange rate API
Jordanian Dinar to Algerian Dinar · quoted 2026-09-25
188.5463
▲ +3.18% over 1Y
1 JOD = 188.5463 DZD · 1 DZD = 0.005304 JOD · Get this rate via the API
1 JOD buys 188.5463 DZD as of 2026-09-25, so 1 DZD buys 0.005304 JOD. Over the last year, JOD/DZD traded between 182.6319 and 188.9503, averaged 185.7100 and rose 3.18%. The API holds daily JOD/DZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/DZD over 1Y: show the values
| Point | JOD/DZD |
|---|---|
| 2025-09-25 | 182.7282 |
| 2025-10-02 | 182.7546 |
| 2025-10-09 | 183.6601 |
| 2025-10-16 | 183.6263 |
| 2025-10-23 | 184.0600 |
| 2025-10-30 | 183.3037 |
| 2025-11-06 | 184.4959 |
| 2025-11-13 | 183.9464 |
| 2025-11-20 | 184.4045 |
| 2025-11-27 | 183.9931 |
| 2025-12-04 | 183.3170 |
| 2025-12-12 | 183.0138 |
| 2025-12-19 | 182.9470 |
| 2025-12-26 | 182.7789 |
| 2026-01-02 | 182.6721 |
| 2026-01-09 | 183.4003 |
| 2026-01-16 | 184.0405 |
| 2026-01-23 | 183.0190 |
| 2026-01-30 | 182.6319 |
| 2026-02-06 | 183.2361 |
| 2026-02-13 | 182.8248 |
| 2026-02-20 | 183.5995 |
| 2026-02-27 | 183.2989 |
| 2026-03-06 | 184.4807 |
| 2026-03-13 | 186.3638 |
| 2026-03-20 | 186.5942 |
| 2026-03-27 | 187.7003 |
| 2026-04-03 | 187.7122 |
| 2026-04-10 | 186.6446 |
| 2026-04-17 | 186.3517 |
| 2026-04-24 | 187.0077 |
| 2026-05-01 | 186.7637 |
| 2026-05-08 | 186.5405 |
| 2026-05-16 | 187.1080 |
| 2026-05-24 | 187.6953 |
| 2026-05-31 | 186.8970 |
| 2026-06-09 | 188.5878 |
| 2026-06-16 | 187.7435 |
| 2026-06-23 | 188.4370 |
| 2026-06-30 | 187.8709 |
| 2026-07-07 | 187.8567 |
| 2026-07-14 | 188.0914 |
| 2026-07-21 | 187.8487 |
| 2026-07-28 | 188.1890 |
| 2026-08-04 | 187.5987 |
| 2026-08-11 | 187.4143 |
| 2026-08-18 | 187.5981 |
| 2026-08-26 | 187.6101 |
| 2026-09-02 | 188.2322 |
| 2026-09-09 | 187.7917 |
| 2026-09-16 | 188.6520 |
| 2026-09-23 | 188.9503 |
High
188.9503
Low
182.6319
Average
185.7100
Get this rate via the API
One GET request returns the JOD/DZD 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=DZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=DZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=DZD").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/DZD API questions
How do I get the JOD/DZD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=DZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/DZD rate in rates.DZD.
How far back does JOD/DZD historical data go?
Daily JOD/DZD 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/DZD 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.