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: show the values
| Point | SCR/NPR |
|---|---|
| 2025-09-25 | 9.7646 |
| 2025-10-02 | 9.6466 |
| 2025-10-09 | 9.6602 |
| 2025-10-16 | 9.5869 |
| 2025-10-23 | 10.1529 |
| 2025-10-30 | 9.9548 |
| 2025-11-06 | 9.9621 |
| 2025-11-13 | 9.6016 |
| 2025-11-20 | 9.9415 |
| 2025-11-27 | 9.6765 |
| 2025-12-04 | 10.0475 |
| 2025-12-12 | 9.6063 |
| 2025-12-19 | 10.5130 |
| 2025-12-26 | 9.7003 |
| 2026-01-02 | 9.4930 |
| 2026-01-09 | 11.3777 |
| 2026-01-16 | 9.5668 |
| 2026-01-23 | 10.0756 |
| 2026-01-30 | 10.2597 |
| 2026-02-06 | 10.0752 |
| 2026-02-13 | 10.0895 |
| 2026-02-20 | 9.6301 |
| 2026-02-27 | 10.6619 |
| 2026-03-06 | 9.8033 |
| 2026-03-13 | 9.8906 |
| 2026-03-20 | 9.8833 |
| 2026-03-27 | 10.4266 |
| 2026-04-03 | 10.3431 |
| 2026-04-10 | 9.7498 |
| 2026-04-17 | 10.8515 |
| 2026-04-24 | 10.9493 |
| 2026-05-01 | 10.3797 |
| 2026-05-08 | 10.9235 |
| 2026-05-16 | 11.2956 |
| 2026-05-24 | 10.2852 |
| 2026-05-31 | 10.2919 |
| 2026-06-09 | 11.0421 |
| 2026-06-16 | 10.5994 |
| 2026-06-23 | 10.6506 |
| 2026-06-30 | 10.4747 |
| 2026-07-07 | 10.4474 |
| 2026-07-14 | 10.7257 |
| 2026-07-21 | 10.8707 |
| 2026-07-28 | 10.9294 |
| 2026-08-04 | 10.5292 |
| 2026-08-11 | 10.7972 |
| 2026-08-18 | 10.5239 |
| 2026-08-26 | 10.7496 |
| 2026-09-02 | 10.5111 |
| 2026-09-09 | 10.6395 |
| 2026-09-16 | 10.7276 |
| 2026-09-23 | 10.5302 |
High
11.3777
Low
9.4930
Average
10.2940
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=NPR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=NPR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.