JOD to NPR exchange rate API
Jordanian Dinar to Nepalese Rupee · quoted 2026-09-25
216.5922
▲ +8.11% over 1Y
1 JOD = 216.5922 NPR · 1 NPR = 0.004617 JOD · Get this rate via the API
1 JOD buys 216.5922 NPR as of 2026-09-25, so 1 NPR buys 0.004617 JOD. Over the last year, JOD/NPR traded between 197.9092 and 217.7493, averaged 208.8929 and rose 8.11%. The API holds daily JOD/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/NPR over 1Y: show the values
| Point | JOD/NPR |
|---|---|
| 2025-09-25 | 200.3479 |
| 2025-10-02 | 200.2191 |
| 2025-10-09 | 200.3573 |
| 2025-10-16 | 197.9092 |
| 2025-10-23 | 198.2187 |
| 2025-10-30 | 199.5038 |
| 2025-11-06 | 200.0667 |
| 2025-11-13 | 200.0963 |
| 2025-11-20 | 199.8198 |
| 2025-11-27 | 201.3168 |
| 2025-12-04 | 203.6594 |
| 2025-12-12 | 203.8097 |
| 2025-12-19 | 203.7341 |
| 2025-12-26 | 203.2272 |
| 2026-01-02 | 203.0497 |
| 2026-01-09 | 202.9342 |
| 2026-01-16 | 203.9219 |
| 2026-01-23 | 206.7881 |
| 2026-01-30 | 207.5528 |
| 2026-02-06 | 203.9628 |
| 2026-02-13 | 204.6104 |
| 2026-02-20 | 205.5107 |
| 2026-02-27 | 205.4059 |
| 2026-03-06 | 206.8307 |
| 2026-03-13 | 208.3619 |
| 2026-03-20 | 209.8285 |
| 2026-03-27 | 212.5776 |
| 2026-04-03 | 209.3174 |
| 2026-04-10 | 208.7181 |
| 2026-04-17 | 210.5707 |
| 2026-04-24 | 212.2294 |
| 2026-05-01 | 214.1037 |
| 2026-05-08 | 213.3839 |
| 2026-05-16 | 216.7219 |
| 2026-05-24 | 216.1323 |
| 2026-05-31 | 214.4591 |
| 2026-06-09 | 215.9272 |
| 2026-06-16 | 213.5789 |
| 2026-06-23 | 213.7847 |
| 2026-06-30 | 213.5036 |
| 2026-07-07 | 215.2592 |
| 2026-07-14 | 216.3721 |
| 2026-07-21 | 217.7493 |
| 2026-07-28 | 216.1817 |
| 2026-08-04 | 215.4049 |
| 2026-08-11 | 215.4125 |
| 2026-08-18 | 216.0086 |
| 2026-08-26 | 215.1113 |
| 2026-09-02 | 214.3672 |
| 2026-09-09 | 214.4031 |
| 2026-09-16 | 216.4992 |
| 2026-09-23 | 215.9116 |
High
217.7493
Low
197.9092
Average
208.8929
Get this rate via the API
One GET request returns the JOD/NPR 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=NPR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=NPR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=NPR").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/NPR API questions
How do I get the JOD/NPR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=NPR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/NPR rate in rates.NPR.
How far back does JOD/NPR historical data go?
Daily JOD/NPR 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/NPR 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.