Skip to content

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

SCR/SVC over YTD: show the values
PointSCR/SVC
2025-12-310.59878
2026-01-070.62409
2026-01-140.60268
2026-01-210.61737
2026-01-280.59705
2026-02-040.58567
2026-02-110.58442
2026-02-180.60725
2026-02-250.58226
2026-03-040.63783
2026-03-110.64489
2026-03-180.61379
2026-03-250.60200
2026-04-010.58896
2026-04-080.62618
2026-04-150.62034
2026-04-220.59520
2026-04-290.64020
2026-05-060.63171
2026-05-140.61228
2026-05-210.60875
2026-05-290.61428
2026-06-050.62540
2026-06-140.60098
2026-06-210.59617
2026-06-280.58757
2026-07-050.60537
2026-07-120.59158
2026-07-190.59939
2026-07-260.60332
2026-08-020.59366
2026-08-090.59476
2026-08-160.59656
2026-08-240.60213
2026-08-310.60957
2026-09-070.61591
2026-09-140.61709
2026-09-210.60573

High

0.64489

Low

0.58226

Average

0.60763

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=SVC"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=SVC");
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=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&currencies=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.