JOD to IDR exchange rate API
Jordanian Dinar to Rupiah · quoted 2026-09-25
25148.80
▲ +4.90% over 6M
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 6 months, JOD/IDR traded between 23974.67 and 25536.81, averaged 24951.64 and rose 4.90%. 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 6M: show the values
| Point | JOD/IDR |
|---|---|
| 2026-03-29 | 23974.67 |
| 2026-04-05 | 24006.88 |
| 2026-04-12 | 24145.20 |
| 2026-04-19 | 24265.70 |
| 2026-04-26 | 24367.11 |
| 2026-05-03 | 24481.97 |
| 2026-05-10 | 24546.90 |
| 2026-05-18 | 24939.80 |
| 2026-05-26 | 25154.87 |
| 2026-06-02 | 25144.78 |
| 2026-06-11 | 25351.19 |
| 2026-06-18 | 25212.27 |
| 2026-06-25 | 25362.63 |
| 2026-07-02 | 25419.19 |
| 2026-07-09 | 25536.81 |
| 2026-07-16 | 25367.21 |
| 2026-07-23 | 25337.94 |
| 2026-07-30 | 25498.59 |
| 2026-08-06 | 25246.19 |
| 2026-08-13 | 25184.97 |
| 2026-08-21 | 24907.05 |
| 2026-08-28 | 24988.93 |
| 2026-09-04 | 24873.84 |
| 2026-09-11 | 24827.43 |
| 2026-09-18 | 25136.80 |
| 2026-09-25 | 25266.43 |
High
25536.81
Low
23974.67
Average
24951.64
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.