Skip to content

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

USD/NPR over 1Y: show the values
PointUSD/NPR
2025-09-24142.1033
2025-10-01142.1911
2025-10-08142.0953
2025-10-15142.0656
2025-10-22140.6608
2025-10-29141.2279
2025-11-05142.0310
2025-11-12141.8080
2025-11-19141.7866
2025-11-26142.7673
2025-12-03143.9264
2025-12-11144.5474
2025-12-18144.7145
2025-12-25143.7762
2026-01-01143.8738
2026-01-08143.9510
2026-01-15144.4758
2026-01-22146.4886
2026-01-29147.2814
2026-02-05144.8025
2026-02-12145.3308
2026-02-19145.2791
2026-02-26145.4857
2026-03-05147.5091
2026-03-12147.6019
2026-03-19148.8060
2026-03-26150.4299
2026-04-02148.8230
2026-04-09147.6194
2026-04-16149.0575
2026-04-23150.5096
2026-04-30151.7233
2026-05-07151.9126
2026-05-15154.0136
2026-05-23153.1935
2026-05-30152.0186
2026-06-06152.1378
2026-06-15151.3816
2026-06-22151.1355
2026-06-29151.0474
2026-07-06152.5112
2026-07-13153.1094
2026-07-20154.3320
2026-07-27153.9859
2026-08-03152.3340
2026-08-10152.2981
2026-08-17152.9974
2026-08-25153.2639
2026-09-01151.9250
2026-09-08151.5275
2026-09-15153.4127
2026-09-22153.2810

High

154.3320

Low

140.6608

Average

148.1131

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=NPR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&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=USD&currencies=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&currencies=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.