Skip to content

SCR to VUV exchange rate API

Seychelles Rupee to Vatu · quoted 2026-09-25

8.3616

▲ +4.13% over 1Y

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 year, SCR/VUV traded between 7.8530 and 9.5886, averaged 8.3189 and rose 4.13%. 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 1Y

SCR/VUV over 1Y: show the values
PointSCR/VUV
2025-09-258.0299
2025-10-028.1448
2025-10-098.2583
2025-10-168.3620
2025-10-238.8155
2025-10-308.5610
2025-11-068.5714
2025-11-138.2542
2025-11-208.5668
2025-11-278.3074
2025-12-048.5014
2025-12-128.0768
2025-12-198.8263
2025-12-268.1238
2026-01-028.0059
2026-01-099.5886
2026-01-168.0219
2026-01-238.2822
2026-01-308.3403
2026-02-068.3472
2026-02-138.2418
2026-02-207.8530
2026-02-278.6967
2026-03-067.9571
2026-03-137.9869
2026-03-207.9101
2026-03-278.3010
2026-04-038.3287
2026-04-107.8579
2026-04-178.5882
2026-04-248.6070
2026-05-018.1080
2026-05-088.5163
2026-05-168.5851
2026-05-247.9481
2026-05-318.0068
2026-06-098.5897
2026-06-168.3236
2026-06-238.3724
2026-06-308.3166
2026-07-078.2037
2026-07-148.3791
2026-07-218.4105
2026-07-288.5190
2026-08-048.2197
2026-08-118.3967
2026-08-188.1428
2026-08-268.3298
2026-09-028.1736
2026-09-098.2514
2026-09-168.2814
2026-09-238.1505

High

9.5886

Low

7.8530

Average

8.3189

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.