Skip to content

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

JOD/DZD over 1Y: show the values
PointJOD/DZD
2025-09-25182.7282
2025-10-02182.7546
2025-10-09183.6601
2025-10-16183.6263
2025-10-23184.0600
2025-10-30183.3037
2025-11-06184.4959
2025-11-13183.9464
2025-11-20184.4045
2025-11-27183.9931
2025-12-04183.3170
2025-12-12183.0138
2025-12-19182.9470
2025-12-26182.7789
2026-01-02182.6721
2026-01-09183.4003
2026-01-16184.0405
2026-01-23183.0190
2026-01-30182.6319
2026-02-06183.2361
2026-02-13182.8248
2026-02-20183.5995
2026-02-27183.2989
2026-03-06184.4807
2026-03-13186.3638
2026-03-20186.5942
2026-03-27187.7003
2026-04-03187.7122
2026-04-10186.6446
2026-04-17186.3517
2026-04-24187.0077
2026-05-01186.7637
2026-05-08186.5405
2026-05-16187.1080
2026-05-24187.6953
2026-05-31186.8970
2026-06-09188.5878
2026-06-16187.7435
2026-06-23188.4370
2026-06-30187.8709
2026-07-07187.8567
2026-07-14188.0914
2026-07-21187.8487
2026-07-28188.1890
2026-08-04187.5987
2026-08-11187.4143
2026-08-18187.5981
2026-08-26187.6101
2026-09-02188.2322
2026-09-09187.7917
2026-09-16188.6520
2026-09-23188.9503

High

188.9503

Low

182.6319

Average

185.7100

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=DZD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=DZD");
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=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&currencies=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.