Skip to content

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

JOD/IDR over 30D: show the values
PointJOD/IDR
2026-08-2624982.30
2026-08-2725017.56
2026-08-2824988.93
2026-08-2925043.16
2026-08-3025019.91
2026-08-3124978.85
2026-09-0125027.79
2026-09-0224986.81
2026-09-0324889.91
2026-09-0424873.84
2026-09-0524873.78
2026-09-0624933.42
2026-09-0724889.92
2026-09-0824819.18
2026-09-0924648.52
2026-09-1024787.23
2026-09-1124827.43
2026-09-1224816.21
2026-09-1324829.26
2026-09-1424907.83
2026-09-1524960.30
2026-09-1624922.78
2026-09-1725002.96
2026-09-1825136.80
2026-09-1925105.71
2026-09-2025078.11
2026-09-2125203.81
2026-09-2225133.49
2026-09-2325098.66
2026-09-2425292.95
2026-09-2525266.43

High

25292.95

Low

24648.52

Average

24984.15

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.