Skip to content

NPR to RSD exchange rate API

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

0.67253

▼ +4.53% over 1Y

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

1 NPR buys 0.67253 RSD as of 2026-09-27, so 1 RSD buys 1.4869 NPR. Over the last year, NPR/RSD traded between 0.65491 and 0.71725, averaged 0.68197 and fell 4.53%. The API holds daily NPR/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NPR/RSD over 1Y

NPR/RSD over 1Y: show the values
PointNPR/RSD
2025-09-270.70445
2025-10-040.70346
2025-10-110.70983
2025-10-180.71349
2025-10-250.71725
2025-11-010.71485
2025-11-080.71441
2025-11-150.71115
2025-11-220.70971
2025-11-290.70801
2025-12-060.70042
2025-12-140.68957
2025-12-210.69898
2025-12-280.69307
2026-01-040.69468
2026-01-110.69791
2026-01-180.69696
2026-01-250.67718
2026-02-010.67455
2026-02-080.68538
2026-02-150.68255
2026-02-220.68582
2026-03-010.68191
2026-03-080.68614
2026-03-150.69334
2026-03-220.67625
2026-03-290.67140
2026-04-050.68520
2026-04-120.67511
2026-04-190.67010
2026-04-260.66571
2026-05-030.65945
2026-05-100.66032
2026-05-180.65664
2026-05-260.66083
2026-06-020.66241
2026-06-110.66386
2026-06-180.67373
2026-06-250.68385
2026-07-020.67608
2026-07-090.67171
2026-07-160.66368
2026-07-230.66484
2026-07-300.67034
2026-08-060.66751
2026-08-130.66687
2026-08-210.65491
2026-08-280.65966
2026-09-040.66733
2026-09-110.66006
2026-09-180.66597
2026-09-250.67273

High

0.71725

Low

0.65491

Average

0.68197

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NPR&currencies=RSD").json()

Replace YOUR_API_KEY with the key from your dashboard.

NPR/RSD API questions

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

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

How far back does NPR/RSD historical data go?

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