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: show the values
| Point | JOD/INR |
|---|---|
| 2025-09-25 | 125.0896 |
| 2025-10-02 | 125.1320 |
| 2025-10-09 | 125.2430 |
| 2025-10-16 | 124.0159 |
| 2025-10-23 | 123.8660 |
| 2025-10-30 | 125.1306 |
| 2025-11-06 | 124.9282 |
| 2025-11-13 | 125.0900 |
| 2025-11-20 | 125.1239 |
| 2025-11-27 | 126.0963 |
| 2025-12-04 | 126.7568 |
| 2025-12-12 | 127.6806 |
| 2025-12-19 | 126.5130 |
| 2025-12-26 | 127.1615 |
| 2026-01-02 | 127.2161 |
| 2026-01-09 | 127.2489 |
| 2026-01-16 | 127.9641 |
| 2026-01-23 | 129.5652 |
| 2026-01-30 | 129.6747 |
| 2026-02-06 | 127.8727 |
| 2026-02-13 | 127.7990 |
| 2026-02-20 | 128.2728 |
| 2026-02-27 | 128.4633 |
| 2026-03-06 | 129.5325 |
| 2026-03-13 | 130.3026 |
| 2026-03-20 | 132.0416 |
| 2026-03-27 | 133.7258 |
| 2026-04-03 | 130.7621 |
| 2026-04-10 | 131.0090 |
| 2026-04-17 | 130.9205 |
| 2026-04-24 | 132.9403 |
| 2026-05-01 | 134.2698 |
| 2026-05-08 | 133.2677 |
| 2026-05-16 | 135.3877 |
| 2026-05-24 | 135.2333 |
| 2026-05-31 | 134.1168 |
| 2026-06-09 | 134.4863 |
| 2026-06-16 | 133.3717 |
| 2026-06-23 | 133.6251 |
| 2026-06-30 | 133.5131 |
| 2026-07-07 | 133.9527 |
| 2026-07-14 | 135.6907 |
| 2026-07-21 | 135.7345 |
| 2026-07-28 | 135.2007 |
| 2026-08-04 | 134.5256 |
| 2026-08-11 | 134.6118 |
| 2026-08-18 | 134.9605 |
| 2026-08-26 | 134.5862 |
| 2026-09-02 | 133.9562 |
| 2026-09-09 | 134.1471 |
| 2026-09-16 | 135.3516 |
| 2026-09-23 | 135.0366 |
High
135.7345
Low
123.8660
Average
130.6365
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.