JOD to IDR exchange rate API
Jordanian Dinar to Rupiah · quoted 2026-09-25
25148.80
▲ +6.67% over YTD
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 year to date, JOD/IDR traded between 23576.30 and 25529.71, averaged 24552.56 and rose 6.67%. 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 YTD: show the values
| Point | JOD/IDR |
|---|---|
| 2025-12-31 | 23576.30 |
| 2026-01-07 | 23650.56 |
| 2026-01-14 | 23796.13 |
| 2026-01-21 | 23851.55 |
| 2026-01-28 | 23613.69 |
| 2026-02-04 | 23686.28 |
| 2026-02-11 | 23718.11 |
| 2026-02-18 | 23814.90 |
| 2026-02-25 | 23715.37 |
| 2026-03-04 | 23772.35 |
| 2026-03-11 | 23833.92 |
| 2026-03-18 | 23968.97 |
| 2026-03-25 | 23777.29 |
| 2026-04-01 | 23856.92 |
| 2026-04-08 | 23944.01 |
| 2026-04-15 | 24194.73 |
| 2026-04-22 | 24257.96 |
| 2026-04-29 | 24468.80 |
| 2026-05-06 | 24440.85 |
| 2026-05-14 | 24633.28 |
| 2026-05-21 | 24932.87 |
| 2026-05-29 | 25128.70 |
| 2026-06-05 | 25487.30 |
| 2026-06-14 | 25276.98 |
| 2026-06-21 | 25158.98 |
| 2026-06-28 | 25308.57 |
| 2026-07-05 | 25392.76 |
| 2026-07-12 | 25529.71 |
| 2026-07-19 | 25355.08 |
| 2026-07-26 | 25340.41 |
| 2026-08-02 | 25475.82 |
| 2026-08-09 | 25278.71 |
| 2026-08-16 | 25199.11 |
| 2026-08-24 | 24983.64 |
| 2026-08-31 | 24978.85 |
| 2026-09-07 | 24889.92 |
| 2026-09-14 | 24907.83 |
| 2026-09-21 | 25203.81 |
High
25529.71
Low
23576.30
Average
24552.56
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.