Skip to content

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

JOD/NPR over 30D: show the values
PointJOD/NPR
2026-08-26215.1113
2026-08-27215.7356
2026-08-28215.4224
2026-08-29215.6217
2026-08-30215.4385
2026-08-31215.4707
2026-09-01214.2807
2026-09-02214.3672
2026-09-03213.1386
2026-09-04213.3015
2026-09-05213.2055
2026-09-06213.3562
2026-09-07213.2651
2026-09-08213.7201
2026-09-09214.4031
2026-09-10215.0944
2026-09-11216.1269
2026-09-12215.8462
2026-09-13215.7832
2026-09-14216.0084
2026-09-15216.3789
2026-09-16216.4992
2026-09-17216.4137
2026-09-18216.3411
2026-09-19216.7454
2026-09-20216.6423
2026-09-21216.2274
2026-09-22216.1932
2026-09-23215.9116
2026-09-24216.3976
2026-09-25216.5922

High

216.7454

Low

213.1386

Average

215.3635

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.