Skip to content

JOD to NPR exchange rate API

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

216.5922

▲ +6.83% over YTD

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 year to date, JOD/NPR traded between 202.7369 and 217.9530, averaged 211.7752 and rose 6.83%. 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 YTD

JOD/NPR over YTD: show the values
PointJOD/NPR
2025-12-31202.7369
2026-01-07203.5515
2026-01-14203.7716
2026-01-21205.6641
2026-01-28206.6666
2026-02-04204.0860
2026-02-11204.4556
2026-02-18204.6256
2026-02-25205.1981
2026-03-04207.9471
2026-03-11207.4489
2026-03-18208.5498
2026-03-25211.9860
2026-04-01211.3162
2026-04-08208.7242
2026-04-15210.1425
2026-04-22211.1618
2026-04-29213.1918
2026-05-06214.4653
2026-05-14216.0921
2026-05-21217.5976
2026-05-29215.7992
2026-06-05216.0285
2026-06-14214.9503
2026-06-21213.2525
2026-06-28213.4119
2026-07-05215.3839
2026-07-12215.5846
2026-07-19217.6228
2026-07-26217.9530
2026-08-02215.5025
2026-08-09214.9990
2026-08-16215.7306
2026-08-24216.0717
2026-08-31215.4707
2026-09-07213.2651
2026-09-14216.0084
2026-09-21216.2274

High

217.9530

Low

202.7369

Average

211.7752

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.