Skip to content

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

SCR/VUV over 5Y: show the values
PointSCR/VUV
2024-08-248.6005
2024-10-067.8187
2024-11-058.5478
2024-12-058.2005
2025-01-048.7712
2025-02-038.4800
2025-03-058.3679
2025-04-058.4099
2025-05-058.3019
2025-06-048.1101
2025-07-048.2115
2025-08-038.0298
2025-09-027.9253
2025-10-028.1448
2025-11-018.2994
2025-12-018.7025
2026-01-017.9959
2026-01-318.0133
2026-03-028.1111
2026-04-018.0881
2026-05-018.1080
2026-06-028.4306
2026-07-049.0700
2026-08-038.2727
2026-09-038.2330

High

9.0700

Low

7.8187

Average

8.2925

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=VUV"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=VUV");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=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&currencies=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.