Skip to content

RSD to NPR exchange rate API

Serbian Dinar to Nepalese Rupee · quoted 2026-09-27

1.4869

▲ +0.97% over 6M

1 RSD = 1.4869 NPR · 1 NPR = 0.67253 RSD · Get this rate via the API

1 RSD buys 1.4869 NPR as of 2026-09-27, so 1 NPR buys 0.67253 RSD. Over the last 6 months, RSD/NPR traded between 1.4625 and 1.5321, averaged 1.4998 and rose 0.97%. The API holds daily RSD/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/NPR over 6M

RSD/NPR over 6M: show the values
PointRSD/NPR
2026-03-311.4727
2026-04-071.4625
2026-04-141.4938
2026-04-211.4936
2026-04-281.5068
2026-05-051.5147
2026-05-121.5321
2026-05-201.5317
2026-05-281.5222
2026-06-041.5149
2026-06-131.5018
2026-06-201.4761
2026-06-271.4659
2026-07-041.4898
2026-07-111.4876
2026-07-181.5076
2026-07-251.4973
2026-08-011.4968
2026-08-081.5001
2026-08-151.5087
2026-08-231.5248
2026-08-301.5085
2026-09-061.4973
2026-09-131.5121
2026-09-201.5012
2026-09-271.4869

High

1.5321

Low

1.4625

Average

1.4998

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RSD/NPR API questions

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

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

How far back does RSD/NPR historical data go?

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