SCR to VEF exchange rate API
Seychelles Rupee to Bolivar · quoted 2026-09-27
5917408.62
▲ +4.94% over 30D
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 last 30 days, SCR/VEF traded between 5384553.84 and 6154544.24, averaged 5769021.02 and rose 4.94%. 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 30D: show the values
| Point | SCR/VEF |
|---|---|
| 2026-08-28 | 5638640.79 |
| 2026-08-29 | 5618790.67 |
| 2026-08-30 | 5384553.84 |
| 2026-08-31 | 5516165.52 |
| 2026-09-01 | 5613182.67 |
| 2026-09-02 | 5531794.35 |
| 2026-09-03 | 5582192.72 |
| 2026-09-04 | 5614038.57 |
| 2026-09-05 | 5849636.34 |
| 2026-09-06 | 5501072.76 |
| 2026-09-07 | 5693802.89 |
| 2026-09-08 | 5683727.63 |
| 2026-09-09 | 5708114.37 |
| 2026-09-10 | 5745485.54 |
| 2026-09-11 | 5728463.44 |
| 2026-09-12 | 6066339.22 |
| 2026-09-13 | 5619644.57 |
| 2026-09-14 | 5831156.60 |
| 2026-09-15 | 5921008.98 |
| 2026-09-16 | 5858339.22 |
| 2026-09-17 | 5859545.95 |
| 2026-09-19 | 5946030.73 |
| 2026-09-20 | 5745626.59 |
| 2026-09-21 | 5870017.20 |
| 2026-09-22 | 5904173.08 |
| 2026-09-23 | 5858982.01 |
| 2026-09-24 | 6006362.68 |
| 2026-09-25 | 5953401.24 |
| 2026-09-26 | 6154544.24 |
| 2026-09-27 | 5917408.62 |
High
6154544.24
Low
5384553.84
Average
5769021.02
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.