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: show the values
| Point | JOD/INR |
|---|---|
| 2025-12-31 | 126.7551 |
| 2026-01-07 | 126.7311 |
| 2026-01-14 | 127.3664 |
| 2026-01-21 | 129.2540 |
| 2026-01-28 | 129.6804 |
| 2026-02-04 | 127.5238 |
| 2026-02-11 | 128.3251 |
| 2026-02-18 | 127.9158 |
| 2026-02-25 | 128.2691 |
| 2026-03-04 | 129.8777 |
| 2026-03-11 | 129.8623 |
| 2026-03-18 | 131.0235 |
| 2026-03-25 | 132.5029 |
| 2026-04-01 | 131.7753 |
| 2026-04-08 | 130.0712 |
| 2026-04-15 | 131.7876 |
| 2026-04-22 | 132.3022 |
| 2026-04-29 | 133.7780 |
| 2026-05-06 | 133.4513 |
| 2026-05-14 | 135.0745 |
| 2026-05-21 | 135.6915 |
| 2026-05-29 | 133.9934 |
| 2026-06-05 | 133.9207 |
| 2026-06-14 | 134.5100 |
| 2026-06-21 | 133.3891 |
| 2026-06-28 | 133.5608 |
| 2026-07-05 | 134.6305 |
| 2026-07-12 | 134.8289 |
| 2026-07-19 | 136.1082 |
| 2026-07-26 | 136.3894 |
| 2026-08-02 | 134.8294 |
| 2026-08-09 | 134.5755 |
| 2026-08-16 | 134.8930 |
| 2026-08-24 | 135.0550 |
| 2026-08-31 | 134.2336 |
| 2026-09-07 | 133.2779 |
| 2026-09-14 | 134.7742 |
| 2026-09-21 | 135.1485 |
High
136.3894
Low
126.7311
Average
132.3770
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.