Skip to content

SCR to NPR exchange rate API

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

10.7139

▲ +5.74% over 6M

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 6 months, SCR/NPR traded between 9.7599 and 11.5054, averaged 10.6335 and rose 5.74%. 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 6M

SCR/NPR over 6M: show the values
PointSCR/NPR
2026-03-2910.1323
2026-04-0510.0204
2026-04-129.7599
2026-04-199.8766
2026-04-2610.1680
2026-05-0311.0432
2026-05-1010.1308
2026-05-1811.3154
2026-05-2610.7122
2026-06-0210.8799
2026-06-1110.8793
2026-06-1810.3285
2026-06-2510.3330
2026-07-0211.5054
2026-07-0910.4757
2026-07-1610.9701
2026-07-2310.9303
2026-07-3010.6109
2026-08-0610.7142
2026-08-1310.7593
2026-08-2110.9131
2026-08-2810.8968
2026-09-0410.5710
2026-09-1110.6928
2026-09-1811.0574
2026-09-2510.7139

High

11.5054

Low

9.7599

Average

10.6335

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.