Skip to content

JOD to INR exchange rate API

Jordanian Dinar to Indian Rupee · quoted 2026-09-25

135.5677

▲ +8.38% over 1Y

1 JOD = 135.5677 INR · 1 INR = 0.007376 JOD · Get this rate via the API

1 JOD buys 135.5677 INR as of 2026-09-25, so 1 INR buys 0.007376 JOD. Over the last year, JOD/INR traded between 123.8660 and 135.7345, averaged 130.6365 and rose 8.38%. The API holds daily JOD/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/INR over 1Y

JOD/INR over 1Y: show the values
PointJOD/INR
2025-09-25125.0896
2025-10-02125.1320
2025-10-09125.2430
2025-10-16124.0159
2025-10-23123.8660
2025-10-30125.1306
2025-11-06124.9282
2025-11-13125.0900
2025-11-20125.1239
2025-11-27126.0963
2025-12-04126.7568
2025-12-12127.6806
2025-12-19126.5130
2025-12-26127.1615
2026-01-02127.2161
2026-01-09127.2489
2026-01-16127.9641
2026-01-23129.5652
2026-01-30129.6747
2026-02-06127.8727
2026-02-13127.7990
2026-02-20128.2728
2026-02-27128.4633
2026-03-06129.5325
2026-03-13130.3026
2026-03-20132.0416
2026-03-27133.7258
2026-04-03130.7621
2026-04-10131.0090
2026-04-17130.9205
2026-04-24132.9403
2026-05-01134.2698
2026-05-08133.2677
2026-05-16135.3877
2026-05-24135.2333
2026-05-31134.1168
2026-06-09134.4863
2026-06-16133.3717
2026-06-23133.6251
2026-06-30133.5131
2026-07-07133.9527
2026-07-14135.6907
2026-07-21135.7345
2026-07-28135.2007
2026-08-04134.5256
2026-08-11134.6118
2026-08-18134.9605
2026-08-26134.5862
2026-09-02133.9562
2026-09-09134.1471
2026-09-16135.3516
2026-09-23135.0366

High

135.7345

Low

123.8660

Average

130.6365

For developers

Get this rate via the API

One GET request returns the JOD/INR 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=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=INR");
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=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/INR API questions

How do I get the JOD/INR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/INR rate in rates.INR.

How far back does JOD/INR historical data go?

Daily JOD/INR 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/INR 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.