SCR to VUV exchange rate API
Seychelles Rupee to Vatu · quoted 2026-09-25
8.3616
▲ +4.49% over 6M
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 last 6 months, SCR/VUV traded between 7.8153 and 9.0718, averaged 8.3081 and rose 4.49%. 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 6M: show the values
| Point | SCR/VUV |
|---|---|
| 2026-03-29 | 8.0019 |
| 2026-04-05 | 8.0547 |
| 2026-04-12 | 7.8390 |
| 2026-04-19 | 7.8153 |
| 2026-04-26 | 7.9914 |
| 2026-05-03 | 8.6402 |
| 2026-05-10 | 7.9366 |
| 2026-05-18 | 8.7055 |
| 2026-05-26 | 8.2939 |
| 2026-06-02 | 8.4306 |
| 2026-06-11 | 8.4680 |
| 2026-06-18 | 8.1298 |
| 2026-06-25 | 8.1885 |
| 2026-07-02 | 9.0718 |
| 2026-07-09 | 8.2385 |
| 2026-07-16 | 8.4895 |
| 2026-07-23 | 8.4368 |
| 2026-07-30 | 8.2903 |
| 2026-08-06 | 8.3893 |
| 2026-08-13 | 8.3650 |
| 2026-08-21 | 8.4232 |
| 2026-08-28 | 8.4174 |
| 2026-09-04 | 8.2532 |
| 2026-09-11 | 8.2351 |
| 2026-09-18 | 8.5440 |
High
9.0718
Low
7.8153
Average
8.3081
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.