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: show the values
| Point | JOD/NPR |
|---|---|
| 2025-12-31 | 202.7369 |
| 2026-01-07 | 203.5515 |
| 2026-01-14 | 203.7716 |
| 2026-01-21 | 205.6641 |
| 2026-01-28 | 206.6666 |
| 2026-02-04 | 204.0860 |
| 2026-02-11 | 204.4556 |
| 2026-02-18 | 204.6256 |
| 2026-02-25 | 205.1981 |
| 2026-03-04 | 207.9471 |
| 2026-03-11 | 207.4489 |
| 2026-03-18 | 208.5498 |
| 2026-03-25 | 211.9860 |
| 2026-04-01 | 211.3162 |
| 2026-04-08 | 208.7242 |
| 2026-04-15 | 210.1425 |
| 2026-04-22 | 211.1618 |
| 2026-04-29 | 213.1918 |
| 2026-05-06 | 214.4653 |
| 2026-05-14 | 216.0921 |
| 2026-05-21 | 217.5976 |
| 2026-05-29 | 215.7992 |
| 2026-06-05 | 216.0285 |
| 2026-06-14 | 214.9503 |
| 2026-06-21 | 213.2525 |
| 2026-06-28 | 213.4119 |
| 2026-07-05 | 215.3839 |
| 2026-07-12 | 215.5846 |
| 2026-07-19 | 217.6228 |
| 2026-07-26 | 217.9530 |
| 2026-08-02 | 215.5025 |
| 2026-08-09 | 214.9990 |
| 2026-08-16 | 215.7306 |
| 2026-08-24 | 216.0717 |
| 2026-08-31 | 215.4707 |
| 2026-09-07 | 213.2651 |
| 2026-09-14 | 216.0084 |
| 2026-09-21 | 216.2274 |
High
217.9530
Low
202.7369
Average
211.7752
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=NPR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=NPR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.