Skip to content

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

JOD/IDR over YTD: show the values
PointJOD/IDR
2025-12-3123576.30
2026-01-0723650.56
2026-01-1423796.13
2026-01-2123851.55
2026-01-2823613.69
2026-02-0423686.28
2026-02-1123718.11
2026-02-1823814.90
2026-02-2523715.37
2026-03-0423772.35
2026-03-1123833.92
2026-03-1823968.97
2026-03-2523777.29
2026-04-0123856.92
2026-04-0823944.01
2026-04-1524194.73
2026-04-2224257.96
2026-04-2924468.80
2026-05-0624440.85
2026-05-1424633.28
2026-05-2124932.87
2026-05-2925128.70
2026-06-0525487.30
2026-06-1425276.98
2026-06-2125158.98
2026-06-2825308.57
2026-07-0525392.76
2026-07-1225529.71
2026-07-1925355.08
2026-07-2625340.41
2026-08-0225475.82
2026-08-0925278.71
2026-08-1625199.11
2026-08-2424983.64
2026-08-3124978.85
2026-09-0724889.92
2026-09-1424907.83
2026-09-2125203.81

High

25529.71

Low

23576.30

Average

24552.56

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.