Skip to content

JOD to IQD exchange rate API

Jordanian Dinar to Iraqi Dinar · quoted 2026-09-25

1847.80

▲ +0.00% over 1Y

1 JOD = 1847.80 IQD · 1 IQD = 0.000541 JOD · Get this rate via the API

1 JOD buys 1847.80 IQD as of 2026-09-25, so 1 IQD buys 0.000541 JOD. Over the last year, JOD/IQD traded between 1839.23 and 1853.87, averaged 1848.12 and rose 0.00%. The API holds daily JOD/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/IQD over 1Y

JOD/IQD over 1Y: show the values
PointJOD/IQD
2025-09-251847.73
2025-10-021846.50
2025-10-091848.01
2025-10-161847.44
2025-10-231848.99
2025-10-301845.90
2025-11-061847.45
2025-11-131847.94
2025-11-201847.98
2025-11-271847.80
2025-12-041847.99
2025-12-121842.38
2025-12-191848.09
2025-12-261847.91
2026-01-021848.58
2026-01-091852.32
2026-01-161849.51
2026-01-231844.79
2026-01-301849.62
2026-02-061849.33
2026-02-131850.20
2026-02-201850.35
2026-02-271849.68
2026-03-061847.66
2026-03-131853.87
2026-03-201839.23
2026-03-271845.77
2026-04-031844.69
2026-04-101847.65
2026-04-171847.68
2026-04-241847.72
2026-05-011847.62
2026-05-081853.67
2026-05-161848.31
2026-05-241847.97
2026-05-311847.78
2026-06-091848.03
2026-06-161847.98
2026-06-231847.86
2026-06-301846.44
2026-07-071844.93
2026-07-141853.19
2026-07-211850.30
2026-07-281847.97
2026-08-041850.32
2026-08-111849.54
2026-08-181847.96
2026-08-261846.61
2026-09-021849.18
2026-09-091845.54
2026-09-161849.94
2026-09-231850.74

High

1853.87

Low

1839.23

Average

1848.12

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/IQD API questions

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

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

How far back does JOD/IQD historical data go?

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