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: show the values
| Point | SCR/VEF |
|---|---|
| 2025-12-31 | 2018822.26 |
| 2026-01-07 | 2203133.95 |
| 2026-01-14 | 2289738.52 |
| 2026-01-21 | 2427316.14 |
| 2026-01-28 | 2453999.14 |
| 2026-02-04 | 2494656.56 |
| 2026-02-11 | 2553329.02 |
| 2026-02-19 | 2903553.44 |
| 2026-02-26 | 2967376.56 |
| 2026-03-05 | 2892513.81 |
| 2026-03-12 | 2964347.40 |
| 2026-03-19 | 2969371.24 |
| 2026-03-26 | 3335156.58 |
| 2026-04-03 | 3293649.96 |
| 2026-05-14 | 3560849.58 |
| 2026-05-24 | 3529782.15 |
| 2026-05-31 | 3712450.07 |
| 2026-06-09 | 4073218.87 |
| 2026-06-16 | 4140034.47 |
| 2026-06-23 | 4334506.34 |
| 2026-06-30 | 4306545.79 |
| 2026-07-08 | 4638562.66 |
| 2026-07-15 | 5246966.97 |
| 2026-07-22 | 5109184.91 |
| 2026-07-29 | 5118901.43 |
| 2026-08-05 | 5440629.73 |
| 2026-08-12 | 5363715.42 |
| 2026-08-20 | 5339510.35 |
| 2026-08-27 | 5533260.77 |
| 2026-09-03 | 5582192.72 |
| 2026-09-10 | 5745485.54 |
| 2026-09-17 | 5859545.95 |
| 2026-09-25 | 5953401.24 |
High
5953401.24
Low
2018822.26
Average
4008032.89
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=VEF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=VEF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.