SCR to VUV exchange rate API
Seychelles Rupee to Vatu · quoted 2026-09-25
8.3616
▲ +1.09% over YTD
1 SCR = 8.3616 VUV · 1 VUV = 0.11959 SCR · Get this rate via the API
1 SCR buys 8.3616 VUV as of 2026-09-25, so 1 VUV buys 0.11959 SCR. Over the year to date, SCR/VUV traded between 7.9032 and 8.8212, averaged 8.2728 and rose 1.09%. The API holds daily SCR/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/VUV over YTD: show the values
| Point | SCR/VUV |
|---|---|
| 2025-12-31 | 8.2713 |
| 2026-01-07 | 8.6331 |
| 2026-01-14 | 8.3586 |
| 2026-01-21 | 8.5293 |
| 2026-01-28 | 8.1600 |
| 2026-02-04 | 8.0129 |
| 2026-02-11 | 7.9653 |
| 2026-02-18 | 8.2302 |
| 2026-02-25 | 7.9032 |
| 2026-03-04 | 8.6742 |
| 2026-03-11 | 8.8212 |
| 2026-03-18 | 8.3604 |
| 2026-03-25 | 8.2019 |
| 2026-04-01 | 8.0881 |
| 2026-04-08 | 8.5730 |
| 2026-04-15 | 8.4057 |
| 2026-04-22 | 8.0333 |
| 2026-04-29 | 8.6532 |
| 2026-05-06 | 8.5506 |
| 2026-05-14 | 8.2567 |
| 2026-05-21 | 8.2388 |
| 2026-05-29 | 8.3025 |
| 2026-06-05 | 8.4471 |
| 2026-06-14 | 8.1908 |
| 2026-06-21 | 8.1002 |
| 2026-06-28 | 8.0294 |
| 2026-07-05 | 8.2883 |
| 2026-07-12 | 8.1057 |
| 2026-07-19 | 8.1630 |
| 2026-07-26 | 8.2257 |
| 2026-08-02 | 8.0758 |
| 2026-08-09 | 8.0991 |
| 2026-08-16 | 8.0922 |
| 2026-08-24 | 8.1429 |
| 2026-08-31 | 8.2322 |
| 2026-09-07 | 8.3050 |
| 2026-09-14 | 8.3469 |
| 2026-09-21 | 8.2095 |
High
8.8212
Low
7.9032
Average
8.2728
Get this rate via the API
One GET request returns the SCR/VUV 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=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=VUV").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/VUV API questions
How do I get the SCR/VUV exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/VUV rate in rates.VUV.
How far back does SCR/VUV historical data go?
Daily SCR/VUV 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/VUV 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.