JOD to IDR exchange rate API
Jordanian Dinar to Rupiah · quoted 2026-09-25
25148.80
▲ +0.67% over 30D
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 30 days, JOD/IDR traded between 24648.52 and 25292.95, averaged 24984.15 and rose 0.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 30D: show the values
| Point | JOD/IDR |
|---|---|
| 2026-08-26 | 24982.30 |
| 2026-08-27 | 25017.56 |
| 2026-08-28 | 24988.93 |
| 2026-08-29 | 25043.16 |
| 2026-08-30 | 25019.91 |
| 2026-08-31 | 24978.85 |
| 2026-09-01 | 25027.79 |
| 2026-09-02 | 24986.81 |
| 2026-09-03 | 24889.91 |
| 2026-09-04 | 24873.84 |
| 2026-09-05 | 24873.78 |
| 2026-09-06 | 24933.42 |
| 2026-09-07 | 24889.92 |
| 2026-09-08 | 24819.18 |
| 2026-09-09 | 24648.52 |
| 2026-09-10 | 24787.23 |
| 2026-09-11 | 24827.43 |
| 2026-09-12 | 24816.21 |
| 2026-09-13 | 24829.26 |
| 2026-09-14 | 24907.83 |
| 2026-09-15 | 24960.30 |
| 2026-09-16 | 24922.78 |
| 2026-09-17 | 25002.96 |
| 2026-09-18 | 25136.80 |
| 2026-09-19 | 25105.71 |
| 2026-09-20 | 25078.11 |
| 2026-09-21 | 25203.81 |
| 2026-09-22 | 25133.49 |
| 2026-09-23 | 25098.66 |
| 2026-09-24 | 25292.95 |
| 2026-09-25 | 25266.43 |
High
25292.95
Low
24648.52
Average
24984.15
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.