SCR to VUV exchange rate API
Seychelles Rupee to Vatu · quoted 2026-09-25
8.3616
▼ +2.78% over 5Y
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 5 years, SCR/VUV traded between 7.8187 and 9.0700, averaged 8.2925 and fell 2.78%. 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 5Y: show the values
| Point | SCR/VUV |
|---|---|
| 2024-08-24 | 8.6005 |
| 2024-10-06 | 7.8187 |
| 2024-11-05 | 8.5478 |
| 2024-12-05 | 8.2005 |
| 2025-01-04 | 8.7712 |
| 2025-02-03 | 8.4800 |
| 2025-03-05 | 8.3679 |
| 2025-04-05 | 8.4099 |
| 2025-05-05 | 8.3019 |
| 2025-06-04 | 8.1101 |
| 2025-07-04 | 8.2115 |
| 2025-08-03 | 8.0298 |
| 2025-09-02 | 7.9253 |
| 2025-10-02 | 8.1448 |
| 2025-11-01 | 8.2994 |
| 2025-12-01 | 8.7025 |
| 2026-01-01 | 7.9959 |
| 2026-01-31 | 8.0133 |
| 2026-03-02 | 8.1111 |
| 2026-04-01 | 8.0881 |
| 2026-05-01 | 8.1080 |
| 2026-06-02 | 8.4306 |
| 2026-07-04 | 9.0700 |
| 2026-08-03 | 8.2727 |
| 2026-09-03 | 8.2330 |
High
9.0700
Low
7.8187
Average
8.2925
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.