Skip to content

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

SCR/VUV over 6M: show the values
PointSCR/VUV
2026-03-298.0019
2026-04-058.0547
2026-04-127.8390
2026-04-197.8153
2026-04-267.9914
2026-05-038.6402
2026-05-107.9366
2026-05-188.7055
2026-05-268.2939
2026-06-028.4306
2026-06-118.4680
2026-06-188.1298
2026-06-258.1885
2026-07-029.0718
2026-07-098.2385
2026-07-168.4895
2026-07-238.4368
2026-07-308.2903
2026-08-068.3893
2026-08-138.3650
2026-08-218.4232
2026-08-288.4174
2026-09-048.2532
2026-09-118.2351
2026-09-188.5440

High

9.0718

Low

7.8153

Average

8.3081

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.