SCR to VUV exchange rate API
Seychelles Rupee to Vatu · quoted 2026-09-25
8.3616
▲ +0.38% over 30D
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 30 days, SCR/VUV traded between 7.9725 and 8.5440, averaged 8.2724 and rose 0.38%. 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 30D: show the values
| Point | SCR/VUV |
|---|---|
| 2026-08-26 | 8.3298 |
| 2026-08-27 | 8.2975 |
| 2026-08-28 | 8.4174 |
| 2026-08-29 | 8.3775 |
| 2026-08-30 | 8.0316 |
| 2026-08-31 | 8.2322 |
| 2026-09-01 | 8.3184 |
| 2026-09-02 | 8.1736 |
| 2026-09-03 | 8.2330 |
| 2026-09-04 | 8.2532 |
| 2026-09-05 | 8.5263 |
| 2026-09-06 | 8.0483 |
| 2026-09-07 | 8.3050 |
| 2026-09-08 | 8.2768 |
| 2026-09-09 | 8.2514 |
| 2026-09-10 | 8.2754 |
| 2026-09-11 | 8.2351 |
| 2026-09-12 | 8.5241 |
| 2026-09-13 | 7.9725 |
| 2026-09-14 | 8.3469 |
| 2026-09-15 | 8.3671 |
| 2026-09-16 | 8.2814 |
| 2026-09-17 | 8.2086 |
| 2026-09-18 | 8.5440 |
| 2026-09-19 | 8.2978 |
| 2026-09-20 | 8.0362 |
| 2026-09-21 | 8.2095 |
| 2026-09-22 | 8.2114 |
| 2026-09-23 | 8.1505 |
| 2026-09-24 | 8.3505 |
High
8.5440
Low
7.9725
Average
8.2724
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.