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: show the values
| Point | JOD/IRR |
|---|---|
| 2025-09-25 | 59297.84 |
| 2025-10-02 | 59270.25 |
| 2025-10-09 | 59344.60 |
| 2025-10-16 | 59293.41 |
| 2025-10-23 | 59303.37 |
| 2025-10-30 | 59333.64 |
| 2025-11-06 | 59340.97 |
| 2025-11-13 | 59353.26 |
| 2025-11-20 | 59383.00 |
| 2025-11-27 | 59417.51 |
| 2025-12-04 | 59352.13 |
| 2025-12-12 | 59323.87 |
| 2025-12-19 | 59322.57 |
| 2025-12-26 | 59031.12 |
| 2026-01-02 | 59199.60 |
| 2026-01-09 | 59411.74 |
| 2026-01-16 | 1501326.11 |
| 2026-01-23 | 1516574.80 |
| 2026-01-30 | 1553719.35 |
| 2026-02-06 | 1668469.94 |
| 2026-02-13 | 1800022.70 |
| 2026-02-20 | 1812837.18 |
| 2026-02-27 | 1850870.16 |
| 2026-03-06 | 1861184.10 |
| 2026-03-13 | 1858168.69 |
| 2026-03-20 | 1854164.17 |
| 2026-03-27 | 1852725.04 |
| 2026-04-03 | 1856223.92 |
| 2026-04-10 | 1856112.08 |
| 2026-04-17 | 1863194.29 |
| 2026-04-24 | 1859069.29 |
| 2026-05-01 | 1854675.54 |
| 2026-05-08 | 1851720.17 |
| 2026-05-16 | 1860738.83 |
| 2026-05-24 | 1865798.85 |
| 2026-05-31 | 1905464.61 |
| 2026-06-09 | 1939664.27 |
| 2026-06-16 | 1939844.68 |
| 2026-06-23 | 1938833.13 |
| 2026-06-30 | 1941258.80 |
| 2026-07-07 | 1940882.32 |
| 2026-07-14 | 1939382.36 |
| 2026-07-21 | 1940352.48 |
| 2026-07-28 | 1938517.33 |
| 2026-08-04 | 1939823.20 |
| 2026-08-11 | 1939143.15 |
| 2026-08-18 | 1939259.20 |
| 2026-08-26 | 1939274.11 |
| 2026-09-02 | 1939321.95 |
| 2026-09-09 | 1938774.48 |
| 2026-09-16 | 1938743.57 |
| 2026-09-23 | 1940000.08 |
High
1941258.80
Low
59031.12
Average
1317437.21
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.