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: show the values
| Point | SCR/NPR |
|---|---|
| 2026-03-29 | 10.1323 |
| 2026-04-05 | 10.0204 |
| 2026-04-12 | 9.7599 |
| 2026-04-19 | 9.8766 |
| 2026-04-26 | 10.1680 |
| 2026-05-03 | 11.0432 |
| 2026-05-10 | 10.1308 |
| 2026-05-18 | 11.3154 |
| 2026-05-26 | 10.7122 |
| 2026-06-02 | 10.8799 |
| 2026-06-11 | 10.8793 |
| 2026-06-18 | 10.3285 |
| 2026-06-25 | 10.3330 |
| 2026-07-02 | 11.5054 |
| 2026-07-09 | 10.4757 |
| 2026-07-16 | 10.9701 |
| 2026-07-23 | 10.9303 |
| 2026-07-30 | 10.6109 |
| 2026-08-06 | 10.7142 |
| 2026-08-13 | 10.7593 |
| 2026-08-21 | 10.9131 |
| 2026-08-28 | 10.8968 |
| 2026-09-04 | 10.5710 |
| 2026-09-11 | 10.6928 |
| 2026-09-18 | 11.0574 |
| 2026-09-25 | 10.7139 |
High
11.5054
Low
9.7599
Average
10.6335
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.