Skip to content

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

JOD/IDR over 1Y: show the values
PointJOD/IDR
2025-09-2523672.71
2025-10-0223435.12
2025-10-0923356.63
2025-10-1623423.13
2025-10-2323448.08
2025-10-3023506.07
2025-11-0623522.08
2025-11-1323570.45
2025-11-2023623.27
2025-11-2723469.67
2025-12-0423490.62
2025-12-1223487.16
2025-12-1923604.38
2025-12-2623680.54
2026-01-0223577.15
2026-01-0923779.76
2026-01-1623861.92
2026-01-2323728.15
2026-01-3023678.87
2026-02-0623798.29
2026-02-1323727.78
2026-02-2023820.38
2026-02-2723696.90
2026-03-0623940.05
2026-03-1323837.16
2026-03-2023872.21
2026-03-2723953.10
2026-04-0324009.38
2026-04-1024111.47
2026-04-1724231.67
2026-04-2424321.64
2026-05-0124502.53
2026-05-0824493.00
2026-05-1624831.25
2026-05-2425011.50
2026-05-3125197.92
2026-06-0925317.70
2026-06-1624995.27
2026-06-2325277.09
2026-06-3025251.34
2026-07-0725234.70
2026-07-1425473.13
2026-07-2125244.01
2026-07-2825532.02
2026-08-0425369.68
2026-08-1125159.02
2026-08-1825193.58
2026-08-2624982.30
2026-09-0224986.81
2026-09-0924648.52
2026-09-1624922.78
2026-09-2325098.66

High

25532.02

Low

23356.63

Average

24285.05

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=IDR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=IDR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=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&currencies=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.