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: show the values
| Point | JOD/NPR |
|---|---|
| 2024-08-24 | 189.2318 |
| 2024-10-07 | 189.5919 |
| 2024-11-06 | 190.0805 |
| 2024-12-06 | 191.2105 |
| 2025-01-05 | 193.6435 |
| 2025-02-04 | 196.4160 |
| 2025-03-06 | 196.2069 |
| 2025-04-06 | 193.0823 |
| 2025-05-06 | 190.4198 |
| 2025-06-07 | 193.6596 |
| 2025-07-07 | 193.0255 |
| 2025-08-06 | 198.3028 |
| 2025-09-05 | 198.8469 |
| 2025-10-06 | 200.5602 |
| 2025-11-05 | 200.3258 |
| 2025-12-05 | 202.8838 |
| 2026-01-05 | 203.3959 |
| 2026-02-04 | 204.0860 |
| 2026-03-06 | 206.8307 |
| 2026-04-05 | 209.6975 |
| 2026-05-05 | 214.5418 |
| 2026-06-06 | 214.5808 |
| 2026-07-08 | 214.8789 |
| 2026-08-07 | 215.3547 |
| 2026-09-07 | 213.2651 |
High
216.5922
Low
189.2318
Average
201.1812
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.