JOD to IDR exchange rate API
Jordanian Dinar to Rupiah · quoted 2026-09-25
25148.80
▲ +6.24% over 1Y
1 JOD = 25148.80 IDR · 1 IDR = 0.000040 JOD · Get this rate via the API
1 JOD buys 25148.80 IDR as of 2026-09-25, so 1 IDR buys 0.000040 JOD. Over the last year, JOD/IDR traded between 23356.63 and 25532.02, averaged 24285.05 and rose 6.24%. The API holds daily JOD/IDR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/IDR over 1Y: show the values
| Point | JOD/IDR |
|---|---|
| 2025-09-25 | 23672.71 |
| 2025-10-02 | 23435.12 |
| 2025-10-09 | 23356.63 |
| 2025-10-16 | 23423.13 |
| 2025-10-23 | 23448.08 |
| 2025-10-30 | 23506.07 |
| 2025-11-06 | 23522.08 |
| 2025-11-13 | 23570.45 |
| 2025-11-20 | 23623.27 |
| 2025-11-27 | 23469.67 |
| 2025-12-04 | 23490.62 |
| 2025-12-12 | 23487.16 |
| 2025-12-19 | 23604.38 |
| 2025-12-26 | 23680.54 |
| 2026-01-02 | 23577.15 |
| 2026-01-09 | 23779.76 |
| 2026-01-16 | 23861.92 |
| 2026-01-23 | 23728.15 |
| 2026-01-30 | 23678.87 |
| 2026-02-06 | 23798.29 |
| 2026-02-13 | 23727.78 |
| 2026-02-20 | 23820.38 |
| 2026-02-27 | 23696.90 |
| 2026-03-06 | 23940.05 |
| 2026-03-13 | 23837.16 |
| 2026-03-20 | 23872.21 |
| 2026-03-27 | 23953.10 |
| 2026-04-03 | 24009.38 |
| 2026-04-10 | 24111.47 |
| 2026-04-17 | 24231.67 |
| 2026-04-24 | 24321.64 |
| 2026-05-01 | 24502.53 |
| 2026-05-08 | 24493.00 |
| 2026-05-16 | 24831.25 |
| 2026-05-24 | 25011.50 |
| 2026-05-31 | 25197.92 |
| 2026-06-09 | 25317.70 |
| 2026-06-16 | 24995.27 |
| 2026-06-23 | 25277.09 |
| 2026-06-30 | 25251.34 |
| 2026-07-07 | 25234.70 |
| 2026-07-14 | 25473.13 |
| 2026-07-21 | 25244.01 |
| 2026-07-28 | 25532.02 |
| 2026-08-04 | 25369.68 |
| 2026-08-11 | 25159.02 |
| 2026-08-18 | 25193.58 |
| 2026-08-26 | 24982.30 |
| 2026-09-02 | 24986.81 |
| 2026-09-09 | 24648.52 |
| 2026-09-16 | 24922.78 |
| 2026-09-23 | 25098.66 |
High
25532.02
Low
23356.63
Average
24285.05
Get this rate via the API
One GET request returns the JOD/IDR 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=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=IDR").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/IDR API questions
How do I get the JOD/IDR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/IDR rate in rates.IDR.
How far back does JOD/IDR historical data go?
Daily JOD/IDR 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/IDR 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.