Skip to content

DZD to JOD exchange rate API

Algerian Dinar to Jordanian Dinar · quoted 2026-09-26

0.005300

▼ +3.00% over 1Y

1 DZD = 0.005300 JOD · 1 JOD = 188.6792 DZD · Get this rate via the API

1 DZD buys 0.005300 JOD as of 2026-09-26, so 1 JOD buys 188.6792 DZD. Over the last year, DZD/JOD traded between 0.005293 and 0.005483, averaged 0.005385 and fell 3.00%. The API holds daily DZD/JOD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DZD/JOD over 1Y

DZD/JOD over 1Y: show the values
PointDZD/JOD
2025-09-260.005464
2025-10-030.005468
2025-10-100.005440
2025-10-170.005453
2025-10-240.005435
2025-10-310.005444
2025-11-070.005429
2025-11-140.005447
2025-11-210.005428
2025-11-280.005435
2025-12-050.005447
2025-12-130.005466
2025-12-200.005464
2025-12-270.005474
2026-01-030.005465
2026-01-100.005449
2026-01-170.005442
2026-01-240.005483
2026-01-310.005468
2026-02-070.005457
2026-02-140.005469
2026-02-210.005451
2026-02-280.005456
2026-03-070.005399
2026-03-140.005343
2026-03-210.005367
2026-03-280.005320
2026-04-040.005327
2026-04-110.005363
2026-04-180.005360
2026-04-250.005356
2026-05-020.005349
2026-05-090.005360
2026-05-170.005345
2026-05-250.005345
2026-06-010.005341
2026-06-100.005303
2026-06-170.005333
2026-06-240.005309
2026-07-010.005321
2026-07-080.005325
2026-07-150.005325
2026-07-220.005323
2026-07-290.005320
2026-08-050.005334
2026-08-120.005331
2026-08-200.005342
2026-08-270.005324
2026-09-030.005314
2026-09-100.005324
2026-09-170.005293
2026-09-240.005294

High

0.005483

Low

0.005293

Average

0.005385

For developers

Get this rate via the API

One GET request returns the DZD/JOD 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=DZD&currencies=JOD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DZD&currencies=JOD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DZD&currencies=JOD").json()

Replace YOUR_API_KEY with the key from your dashboard.

DZD/JOD API questions

How do I get the DZD/JOD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DZD&currencies=JOD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DZD/JOD rate in rates.JOD.

How far back does DZD/JOD historical data go?

Daily DZD/JOD 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 DZD/JOD 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.