Skip to content

JOD to INR exchange rate API

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

135.5677

▲ +6.95% over YTD

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 year to date, JOD/INR traded between 126.7311 and 136.3894, averaged 132.3770 and rose 6.95%. 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 YTD

JOD/INR over YTD: show the values
PointJOD/INR
2025-12-31126.7551
2026-01-07126.7311
2026-01-14127.3664
2026-01-21129.2540
2026-01-28129.6804
2026-02-04127.5238
2026-02-11128.3251
2026-02-18127.9158
2026-02-25128.2691
2026-03-04129.8777
2026-03-11129.8623
2026-03-18131.0235
2026-03-25132.5029
2026-04-01131.7753
2026-04-08130.0712
2026-04-15131.7876
2026-04-22132.3022
2026-04-29133.7780
2026-05-06133.4513
2026-05-14135.0745
2026-05-21135.6915
2026-05-29133.9934
2026-06-05133.9207
2026-06-14134.5100
2026-06-21133.3891
2026-06-28133.5608
2026-07-05134.6305
2026-07-12134.8289
2026-07-19136.1082
2026-07-26136.3894
2026-08-02134.8294
2026-08-09134.5755
2026-08-16134.8930
2026-08-24135.0550
2026-08-31134.2336
2026-09-07133.2779
2026-09-14134.7742
2026-09-21135.1485

High

136.3894

Low

126.7311

Average

132.3770

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.