SCR to SVC exchange rate API
Seychelles Rupee to El Salvador Colon · quoted 2026-09-24
0.61629
▲ +2.92% over YTD
1 SCR = 0.61629 SVC · 1 SVC = 1.6226 SCR · Get this rate via the API
1 SCR buys 0.61629 SVC as of 2026-09-24, so 1 SVC buys 1.6226 SCR. Over the year to date, SCR/SVC traded between 0.58226 and 0.64489, averaged 0.60763 and rose 2.92%. The API holds daily SCR/SVC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/SVC over YTD: show the values
| Point | SCR/SVC |
|---|---|
| 2025-12-31 | 0.59878 |
| 2026-01-07 | 0.62409 |
| 2026-01-14 | 0.60268 |
| 2026-01-21 | 0.61737 |
| 2026-01-28 | 0.59705 |
| 2026-02-04 | 0.58567 |
| 2026-02-11 | 0.58442 |
| 2026-02-18 | 0.60725 |
| 2026-02-25 | 0.58226 |
| 2026-03-04 | 0.63783 |
| 2026-03-11 | 0.64489 |
| 2026-03-18 | 0.61379 |
| 2026-03-25 | 0.60200 |
| 2026-04-01 | 0.58896 |
| 2026-04-08 | 0.62618 |
| 2026-04-15 | 0.62034 |
| 2026-04-22 | 0.59520 |
| 2026-04-29 | 0.64020 |
| 2026-05-06 | 0.63171 |
| 2026-05-14 | 0.61228 |
| 2026-05-21 | 0.60875 |
| 2026-05-29 | 0.61428 |
| 2026-06-05 | 0.62540 |
| 2026-06-14 | 0.60098 |
| 2026-06-21 | 0.59617 |
| 2026-06-28 | 0.58757 |
| 2026-07-05 | 0.60537 |
| 2026-07-12 | 0.59158 |
| 2026-07-19 | 0.59939 |
| 2026-07-26 | 0.60332 |
| 2026-08-02 | 0.59366 |
| 2026-08-09 | 0.59476 |
| 2026-08-16 | 0.59656 |
| 2026-08-24 | 0.60213 |
| 2026-08-31 | 0.60957 |
| 2026-09-07 | 0.61591 |
| 2026-09-14 | 0.61709 |
| 2026-09-21 | 0.60573 |
High
0.64489
Low
0.58226
Average
0.60763
Get this rate via the API
One GET request returns the SCR/SVC 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=SVC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=SVC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=SVC").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/SVC API questions
How do I get the SCR/SVC exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=SVC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/SVC rate in rates.SVC.
How far back does SCR/SVC historical data go?
Daily SCR/SVC 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/SVC 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.