Skip to content

JOD to IRR exchange rate API

Jordanian Dinar to Iranian Rial · quoted 2026-09-25

1939058.30

▲ +3170.03% over 1Y

1 JOD = 1939058.30 IRR · 1 IRR = 0.000001 JOD · Get this rate via the API

1 JOD buys 1939058.30 IRR as of 2026-09-25, so 1 IRR buys 0.000001 JOD. Over the last year, JOD/IRR traded between 59031.12 and 1941258.80, averaged 1317437.21 and rose 3170.03%. The API holds daily JOD/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/IRR over 1Y

JOD/IRR over 1Y: show the values
PointJOD/IRR
2025-09-2559297.84
2025-10-0259270.25
2025-10-0959344.60
2025-10-1659293.41
2025-10-2359303.37
2025-10-3059333.64
2025-11-0659340.97
2025-11-1359353.26
2025-11-2059383.00
2025-11-2759417.51
2025-12-0459352.13
2025-12-1259323.87
2025-12-1959322.57
2025-12-2659031.12
2026-01-0259199.60
2026-01-0959411.74
2026-01-161501326.11
2026-01-231516574.80
2026-01-301553719.35
2026-02-061668469.94
2026-02-131800022.70
2026-02-201812837.18
2026-02-271850870.16
2026-03-061861184.10
2026-03-131858168.69
2026-03-201854164.17
2026-03-271852725.04
2026-04-031856223.92
2026-04-101856112.08
2026-04-171863194.29
2026-04-241859069.29
2026-05-011854675.54
2026-05-081851720.17
2026-05-161860738.83
2026-05-241865798.85
2026-05-311905464.61
2026-06-091939664.27
2026-06-161939844.68
2026-06-231938833.13
2026-06-301941258.80
2026-07-071940882.32
2026-07-141939382.36
2026-07-211940352.48
2026-07-281938517.33
2026-08-041939823.20
2026-08-111939143.15
2026-08-181939259.20
2026-08-261939274.11
2026-09-021939321.95
2026-09-091938774.48
2026-09-161938743.57
2026-09-231940000.08

High

1941258.80

Low

59031.12

Average

1317437.21

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/IRR API questions

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

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

How far back does JOD/IRR historical data go?

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