Skip to content

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

JOD/NPR over 1Y: show the values
PointJOD/NPR
2025-09-25200.3479
2025-10-02200.2191
2025-10-09200.3573
2025-10-16197.9092
2025-10-23198.2187
2025-10-30199.5038
2025-11-06200.0667
2025-11-13200.0963
2025-11-20199.8198
2025-11-27201.3168
2025-12-04203.6594
2025-12-12203.8097
2025-12-19203.7341
2025-12-26203.2272
2026-01-02203.0497
2026-01-09202.9342
2026-01-16203.9219
2026-01-23206.7881
2026-01-30207.5528
2026-02-06203.9628
2026-02-13204.6104
2026-02-20205.5107
2026-02-27205.4059
2026-03-06206.8307
2026-03-13208.3619
2026-03-20209.8285
2026-03-27212.5776
2026-04-03209.3174
2026-04-10208.7181
2026-04-17210.5707
2026-04-24212.2294
2026-05-01214.1037
2026-05-08213.3839
2026-05-16216.7219
2026-05-24216.1323
2026-05-31214.4591
2026-06-09215.9272
2026-06-16213.5789
2026-06-23213.7847
2026-06-30213.5036
2026-07-07215.2592
2026-07-14216.3721
2026-07-21217.7493
2026-07-28216.1817
2026-08-04215.4049
2026-08-11215.4125
2026-08-18216.0086
2026-08-26215.1113
2026-09-02214.3672
2026-09-09214.4031
2026-09-16216.4992
2026-09-23215.9116

High

217.7493

Low

197.9092

Average

208.8929

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.