NPR to JOD exchange rate API
Nepalese Rupee to Jordanian Dinar · quoted 2026-09-25
0.004616
▼ +7.51% over 1Y
1 NPR = 0.004616 JOD · 1 JOD = 216.6378 NPR · Get this rate via the API
1 NPR buys 0.004616 JOD as of 2026-09-25, so 1 JOD buys 216.6378 NPR. Over the last year, NPR/JOD traded between 0.004592 and 0.005052, averaged 0.004791 and fell 7.51%. The API holds daily NPR/JOD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NPR/JOD over 1Y: show the values
| Point | NPR/JOD |
|---|---|
| 2025-09-25 | 0.004991 |
| 2025-10-02 | 0.004994 |
| 2025-10-09 | 0.004991 |
| 2025-10-16 | 0.005052 |
| 2025-10-23 | 0.005044 |
| 2025-10-30 | 0.005012 |
| 2025-11-06 | 0.004998 |
| 2025-11-13 | 0.004997 |
| 2025-11-20 | 0.005004 |
| 2025-11-27 | 0.004967 |
| 2025-12-04 | 0.004910 |
| 2025-12-12 | 0.004906 |
| 2025-12-19 | 0.004908 |
| 2025-12-26 | 0.004920 |
| 2026-01-02 | 0.004924 |
| 2026-01-09 | 0.004927 |
| 2026-01-16 | 0.004903 |
| 2026-01-23 | 0.004835 |
| 2026-01-30 | 0.004818 |
| 2026-02-06 | 0.004902 |
| 2026-02-13 | 0.004887 |
| 2026-02-20 | 0.004865 |
| 2026-02-27 | 0.004868 |
| 2026-03-06 | 0.004834 |
| 2026-03-13 | 0.004799 |
| 2026-03-20 | 0.004765 |
| 2026-03-27 | 0.004704 |
| 2026-04-03 | 0.004777 |
| 2026-04-10 | 0.004791 |
| 2026-04-17 | 0.004748 |
| 2026-04-24 | 0.004711 |
| 2026-05-01 | 0.004670 |
| 2026-05-08 | 0.004686 |
| 2026-05-16 | 0.004614 |
| 2026-05-24 | 0.004626 |
| 2026-05-31 | 0.004662 |
| 2026-06-09 | 0.004631 |
| 2026-06-16 | 0.004682 |
| 2026-06-23 | 0.004677 |
| 2026-06-30 | 0.004683 |
| 2026-07-07 | 0.004645 |
| 2026-07-14 | 0.004621 |
| 2026-07-21 | 0.004592 |
| 2026-07-28 | 0.004625 |
| 2026-08-04 | 0.004642 |
| 2026-08-11 | 0.004642 |
| 2026-08-18 | 0.004629 |
| 2026-08-26 | 0.004648 |
| 2026-09-02 | 0.004664 |
| 2026-09-09 | 0.004664 |
| 2026-09-16 | 0.004618 |
| 2026-09-23 | 0.004631 |
High
0.005052
Low
0.004592
Average
0.004791
Get this rate via the API
One GET request returns the NPR/JOD 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=NPR¤cies=JOD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NPR¤cies=JOD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NPR¤cies=JOD").json()Replace YOUR_API_KEY with the key from your dashboard.
NPR/JOD API questions
How do I get the NPR/JOD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NPR¤cies=JOD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NPR/JOD rate in rates.JOD.
How far back does NPR/JOD historical data go?
Daily NPR/JOD 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 NPR/JOD 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.