Skip to content

SCR to VEF exchange rate API

Seychelles Rupee to Bolivar · quoted 2026-09-27

5917408.62

▲ +193.11% over YTD

1 SCR = 5917408.62 VEF · 1 VEF = 0.000000 SCR · Get this rate via the API

1 SCR buys 5917408.62 VEF as of 2026-09-27, so 1 VEF buys 0.000000 SCR. Over the year to date, SCR/VEF traded between 2018822.26 and 5953401.24, averaged 4008032.89 and rose 193.11%. The API holds daily SCR/VEF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/VEF over YTD

SCR/VEF over YTD: show the values
PointSCR/VEF
2025-12-312018822.26
2026-01-072203133.95
2026-01-142289738.52
2026-01-212427316.14
2026-01-282453999.14
2026-02-042494656.56
2026-02-112553329.02
2026-02-192903553.44
2026-02-262967376.56
2026-03-052892513.81
2026-03-122964347.40
2026-03-192969371.24
2026-03-263335156.58
2026-04-033293649.96
2026-05-143560849.58
2026-05-243529782.15
2026-05-313712450.07
2026-06-094073218.87
2026-06-164140034.47
2026-06-234334506.34
2026-06-304306545.79
2026-07-084638562.66
2026-07-155246966.97
2026-07-225109184.91
2026-07-295118901.43
2026-08-055440629.73
2026-08-125363715.42
2026-08-205339510.35
2026-08-275533260.77
2026-09-035582192.72
2026-09-105745485.54
2026-09-175859545.95
2026-09-255953401.24

High

5953401.24

Low

2018822.26

Average

4008032.89

For developers

Get this rate via the API

One GET request returns the SCR/VEF 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=VEF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=VEF");
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=VEF").json()

Replace YOUR_API_KEY with the key from your dashboard.

SCR/VEF API questions

How do I get the SCR/VEF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=VEF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/VEF rate in rates.VEF.

How far back does SCR/VEF historical data go?

Daily SCR/VEF 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/VEF 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.