Skip to content

SCR to NPR exchange rate API

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

10.7139

▲ +9.72% over 1Y

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 year, SCR/NPR traded between 9.4930 and 11.3777, averaged 10.2940 and rose 9.72%. 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 1Y

SCR/NPR over 1Y: show the values
PointSCR/NPR
2025-09-259.7646
2025-10-029.6466
2025-10-099.6602
2025-10-169.5869
2025-10-2310.1529
2025-10-309.9548
2025-11-069.9621
2025-11-139.6016
2025-11-209.9415
2025-11-279.6765
2025-12-0410.0475
2025-12-129.6063
2025-12-1910.5130
2025-12-269.7003
2026-01-029.4930
2026-01-0911.3777
2026-01-169.5668
2026-01-2310.0756
2026-01-3010.2597
2026-02-0610.0752
2026-02-1310.0895
2026-02-209.6301
2026-02-2710.6619
2026-03-069.8033
2026-03-139.8906
2026-03-209.8833
2026-03-2710.4266
2026-04-0310.3431
2026-04-109.7498
2026-04-1710.8515
2026-04-2410.9493
2026-05-0110.3797
2026-05-0810.9235
2026-05-1611.2956
2026-05-2410.2852
2026-05-3110.2919
2026-06-0911.0421
2026-06-1610.5994
2026-06-2310.6506
2026-06-3010.4747
2026-07-0710.4474
2026-07-1410.7257
2026-07-2110.8707
2026-07-2810.9294
2026-08-0410.5292
2026-08-1110.7972
2026-08-1810.5239
2026-08-2610.7496
2026-09-0210.5111
2026-09-0910.6395
2026-09-1610.7276
2026-09-2310.5302

High

11.3777

Low

9.4930

Average

10.2940

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.