USD to NPR exchange rate API
US Dollar to Nepalese Rupee · quoted 2026-09-24
153.4259
▲ +7.97% over 1Y
1 USD = 153.4259 NPR · 1 NPR = 0.006518 USD · Get this rate via the API
1 USD buys 153.4259 NPR as of 2026-09-24, so 1 NPR buys 0.006518 USD. Over the last year, USD/NPR traded between 140.6608 and 154.3320, averaged 148.1131 and rose 7.97%. The API holds daily USD/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/NPR over 1Y: show the values
| Point | USD/NPR |
|---|---|
| 2025-09-24 | 142.1033 |
| 2025-10-01 | 142.1911 |
| 2025-10-08 | 142.0953 |
| 2025-10-15 | 142.0656 |
| 2025-10-22 | 140.6608 |
| 2025-10-29 | 141.2279 |
| 2025-11-05 | 142.0310 |
| 2025-11-12 | 141.8080 |
| 2025-11-19 | 141.7866 |
| 2025-11-26 | 142.7673 |
| 2025-12-03 | 143.9264 |
| 2025-12-11 | 144.5474 |
| 2025-12-18 | 144.7145 |
| 2025-12-25 | 143.7762 |
| 2026-01-01 | 143.8738 |
| 2026-01-08 | 143.9510 |
| 2026-01-15 | 144.4758 |
| 2026-01-22 | 146.4886 |
| 2026-01-29 | 147.2814 |
| 2026-02-05 | 144.8025 |
| 2026-02-12 | 145.3308 |
| 2026-02-19 | 145.2791 |
| 2026-02-26 | 145.4857 |
| 2026-03-05 | 147.5091 |
| 2026-03-12 | 147.6019 |
| 2026-03-19 | 148.8060 |
| 2026-03-26 | 150.4299 |
| 2026-04-02 | 148.8230 |
| 2026-04-09 | 147.6194 |
| 2026-04-16 | 149.0575 |
| 2026-04-23 | 150.5096 |
| 2026-04-30 | 151.7233 |
| 2026-05-07 | 151.9126 |
| 2026-05-15 | 154.0136 |
| 2026-05-23 | 153.1935 |
| 2026-05-30 | 152.0186 |
| 2026-06-06 | 152.1378 |
| 2026-06-15 | 151.3816 |
| 2026-06-22 | 151.1355 |
| 2026-06-29 | 151.0474 |
| 2026-07-06 | 152.5112 |
| 2026-07-13 | 153.1094 |
| 2026-07-20 | 154.3320 |
| 2026-07-27 | 153.9859 |
| 2026-08-03 | 152.3340 |
| 2026-08-10 | 152.2981 |
| 2026-08-17 | 152.9974 |
| 2026-08-25 | 153.2639 |
| 2026-09-01 | 151.9250 |
| 2026-09-08 | 151.5275 |
| 2026-09-15 | 153.4127 |
| 2026-09-22 | 153.2810 |
High
154.3320
Low
140.6608
Average
148.1131
Get this rate via the API
One GET request returns the USD/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=USD¤cies=NPR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=NPR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=NPR").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/NPR API questions
How do I get the USD/NPR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=NPR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/NPR rate in rates.NPR.
How far back does USD/NPR historical data go?
Daily USD/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 USD/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.