JOD to NPR exchange rate API
Jordanian Dinar to Nepalese Rupee · quoted 2026-09-25
216.5922
▲ +0.69% over 30D
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 30 days, JOD/NPR traded between 213.1386 and 216.7454, averaged 215.3635 and rose 0.69%. 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 30D: show the values
| Point | JOD/NPR |
|---|---|
| 2026-08-26 | 215.1113 |
| 2026-08-27 | 215.7356 |
| 2026-08-28 | 215.4224 |
| 2026-08-29 | 215.6217 |
| 2026-08-30 | 215.4385 |
| 2026-08-31 | 215.4707 |
| 2026-09-01 | 214.2807 |
| 2026-09-02 | 214.3672 |
| 2026-09-03 | 213.1386 |
| 2026-09-04 | 213.3015 |
| 2026-09-05 | 213.2055 |
| 2026-09-06 | 213.3562 |
| 2026-09-07 | 213.2651 |
| 2026-09-08 | 213.7201 |
| 2026-09-09 | 214.4031 |
| 2026-09-10 | 215.0944 |
| 2026-09-11 | 216.1269 |
| 2026-09-12 | 215.8462 |
| 2026-09-13 | 215.7832 |
| 2026-09-14 | 216.0084 |
| 2026-09-15 | 216.3789 |
| 2026-09-16 | 216.4992 |
| 2026-09-17 | 216.4137 |
| 2026-09-18 | 216.3411 |
| 2026-09-19 | 216.7454 |
| 2026-09-20 | 216.6423 |
| 2026-09-21 | 216.2274 |
| 2026-09-22 | 216.1932 |
| 2026-09-23 | 215.9116 |
| 2026-09-24 | 216.3976 |
| 2026-09-25 | 216.5922 |
High
216.7454
Low
213.1386
Average
215.3635
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.