Skip to content

SCR to NPR exchange rate API

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

10.7139

▲ +8.92% over YTD

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 year to date, SCR/NPR traded between 9.6811 and 11.0614, averaged 10.4245 and rose 8.92%. 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 YTD

SCR/NPR over YTD: show the values
PointSCR/NPR
2025-12-319.8364
2026-01-0710.2934
2026-01-149.9510
2026-01-2110.2882
2026-01-289.9982
2026-02-049.6851
2026-02-119.6820
2026-02-1810.0685
2026-02-259.6811
2026-03-0410.7472
2026-03-1110.8402
2026-03-1810.3721
2026-03-2510.3405
2026-04-0110.0846
2026-04-0810.5904
2026-04-1510.5576
2026-04-2210.1710
2026-04-2911.0614
2026-05-0611.0008
2026-05-1410.7208
2026-05-2110.7333
2026-05-2910.7412
2026-06-0510.9473
2026-06-1410.4674
2026-06-2110.3015
2026-06-2810.1605
2026-07-0510.5651
2026-07-1210.3341
2026-07-1910.5695
2026-07-2610.6549
2026-08-0210.3664
2026-08-0910.3614
2026-08-1610.4280
2026-08-2410.5421
2026-08-3110.6428
2026-09-0710.6432
2026-09-1410.8008
2026-09-2110.6127

High

11.0614

Low

9.6811

Average

10.4245

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.