Skip to content

SCR to NPR exchange rate API

Seychelles Rupee to Nepalese Rupee · quoted 2026-09-25

10.7139

▼ +0.33% over 30D

1 SCR = 10.7139 NPR · 1 NPR = 0.09334 SCR · Get this rate via the API

1 SCR buys 10.7139 NPR as of 2026-09-25, so 1 NPR buys 0.09334 SCR. Over the last 30 days, SCR/NPR traded between 10.3231 and 11.1127, averaged 10.6869 and fell 0.33%. The API holds daily SCR/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/NPR over 30D

SCR/NPR over 30D: show the values
PointSCR/NPR
2026-08-2610.7496
2026-08-2710.7515
2026-08-2810.8968
2026-08-2910.8632
2026-08-3010.4055
2026-08-3110.6428
2026-09-0110.7118
2026-09-0210.5111
2026-09-0310.5294
2026-09-0410.5710
2026-09-0510.9672
2026-09-0610.3231
2026-09-0710.6432
2026-09-0810.6415
2026-09-0910.6395
2026-09-1010.7049
2026-09-1110.6928
2026-09-1211.1127
2026-09-1310.3514
2026-09-1410.8008
2026-09-1510.8458
2026-09-1610.7276
2026-09-1710.6287
2026-09-1811.0574
2026-09-1910.7801
2026-09-2010.4144
2026-09-2110.6127
2026-09-2210.6403
2026-09-2310.5302
2026-09-2410.8062
2026-09-2510.7139

High

11.1127

Low

10.3231

Average

10.6869

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/NPR API questions

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

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

How far back does SCR/NPR historical data go?

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