Skip to content

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

JOD/IDR over 6M: show the values
PointJOD/IDR
2026-03-2923974.67
2026-04-0524006.88
2026-04-1224145.20
2026-04-1924265.70
2026-04-2624367.11
2026-05-0324481.97
2026-05-1024546.90
2026-05-1824939.80
2026-05-2625154.87
2026-06-0225144.78
2026-06-1125351.19
2026-06-1825212.27
2026-06-2525362.63
2026-07-0225419.19
2026-07-0925536.81
2026-07-1625367.21
2026-07-2325337.94
2026-07-3025498.59
2026-08-0625246.19
2026-08-1325184.97
2026-08-2124907.05
2026-08-2824988.93
2026-09-0424873.84
2026-09-1124827.43
2026-09-1825136.80
2026-09-2525266.43

High

25536.81

Low

23974.67

Average

24951.64

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.