Skip to content

JOD to NPR exchange rate API

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

216.5922

▲ +1.16% over 6M

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 6 months, JOD/NPR traded between 209.0247 and 217.9269, averaged 214.5644 and rose 1.16%. 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 6M

JOD/NPR over 6M: show the values
PointJOD/NPR
2026-03-29214.1095
2026-04-05209.6975
2026-04-12209.0247
2026-04-19209.7626
2026-04-26212.2113
2026-05-03214.0976
2026-05-10212.5264
2026-05-18216.8659
2026-05-26215.3456
2026-06-02214.8101
2026-06-11215.9362
2026-06-18213.2127
2026-06-25212.9411
2026-07-02215.1598
2026-07-09215.6122
2026-07-16217.5309
2026-07-23217.9269
2026-07-30215.9606
2026-08-06214.6405
2026-08-13215.3430
2026-08-21216.1471
2026-08-28215.4224
2026-09-04213.3015
2026-09-11216.1269
2026-09-18216.3411
2026-09-25216.5922

High

217.9269

Low

209.0247

Average

214.5644

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=NPR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=NPR");
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=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&currencies=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.