Skip to content

JOD to NPR exchange rate API

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

216.5922

▲ +14.46% over 5Y

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 5 years, JOD/NPR traded between 189.2318 and 216.5922, averaged 201.1812 and rose 14.46%. 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 5Y

JOD/NPR over 5Y: show the values
PointJOD/NPR
2024-08-24189.2318
2024-10-07189.5919
2024-11-06190.0805
2024-12-06191.2105
2025-01-05193.6435
2025-02-04196.4160
2025-03-06196.2069
2025-04-06193.0823
2025-05-06190.4198
2025-06-07193.6596
2025-07-07193.0255
2025-08-06198.3028
2025-09-05198.8469
2025-10-06200.5602
2025-11-05200.3258
2025-12-05202.8838
2026-01-05203.3959
2026-02-04204.0860
2026-03-06206.8307
2026-04-05209.6975
2026-05-05214.5418
2026-06-06214.5808
2026-07-08214.8789
2026-08-07215.3547
2026-09-07213.2651

High

216.5922

Low

189.2318

Average

201.1812

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.