Skip to content

INR to NPR exchange rate API

Indian Rupee to Nepalese Rupee · quoted 2026-09-24

1.5948

▼ +0.29% over YTD

1 INR = 1.5948 NPR · 1 NPR = 0.62705 INR · Get this rate via the API

1 INR buys 1.5948 NPR as of 2026-09-24, so 1 NPR buys 0.62705 INR. Over the year to date, INR/NPR traded between 1.5912 and 1.6131, averaged 1.5997 and fell 0.29%. The API holds daily INR/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/NPR over YTD

INR/NPR over YTD: show the values
PointINR/NPR
2025-12-311.5994
2026-01-071.6062
2026-01-141.5999
2026-01-211.5912
2026-01-281.5937
2026-02-041.6004
2026-02-111.5933
2026-02-181.5997
2026-02-251.5997
2026-03-041.6011
2026-03-111.5975
2026-03-181.5917
2026-03-251.5999
2026-04-011.6036
2026-04-081.6047
2026-04-151.5946
2026-04-221.5961
2026-04-291.5936
2026-05-061.6071
2026-05-141.5998
2026-05-211.6036
2026-05-291.6105
2026-06-051.6131
2026-06-141.5980
2026-06-211.5987
2026-06-281.5979
2026-07-051.5998
2026-07-121.5989
2026-07-191.5989
2026-07-261.5980
2026-08-021.5983
2026-08-091.5976
2026-08-161.5993
2026-08-241.5999
2026-08-311.6052
2026-09-071.6002
2026-09-141.6027
2026-09-211.5999

High

1.6131

Low

1.5912

Average

1.5997

For developers

Get this rate via the API

One GET request returns the INR/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=INR&currencies=NPR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&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=INR&currencies=NPR").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/NPR API questions

How do I get the INR/NPR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=NPR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/NPR rate in rates.NPR.

How far back does INR/NPR historical data go?

Daily INR/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 INR/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.