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: show the values
| Point | SCR/VUV |
|---|---|
| 2025-09-25 | 8.0299 |
| 2025-10-02 | 8.1448 |
| 2025-10-09 | 8.2583 |
| 2025-10-16 | 8.3620 |
| 2025-10-23 | 8.8155 |
| 2025-10-30 | 8.5610 |
| 2025-11-06 | 8.5714 |
| 2025-11-13 | 8.2542 |
| 2025-11-20 | 8.5668 |
| 2025-11-27 | 8.3074 |
| 2025-12-04 | 8.5014 |
| 2025-12-12 | 8.0768 |
| 2025-12-19 | 8.8263 |
| 2025-12-26 | 8.1238 |
| 2026-01-02 | 8.0059 |
| 2026-01-09 | 9.5886 |
| 2026-01-16 | 8.0219 |
| 2026-01-23 | 8.2822 |
| 2026-01-30 | 8.3403 |
| 2026-02-06 | 8.3472 |
| 2026-02-13 | 8.2418 |
| 2026-02-20 | 7.8530 |
| 2026-02-27 | 8.6967 |
| 2026-03-06 | 7.9571 |
| 2026-03-13 | 7.9869 |
| 2026-03-20 | 7.9101 |
| 2026-03-27 | 8.3010 |
| 2026-04-03 | 8.3287 |
| 2026-04-10 | 7.8579 |
| 2026-04-17 | 8.5882 |
| 2026-04-24 | 8.6070 |
| 2026-05-01 | 8.1080 |
| 2026-05-08 | 8.5163 |
| 2026-05-16 | 8.5851 |
| 2026-05-24 | 7.9481 |
| 2026-05-31 | 8.0068 |
| 2026-06-09 | 8.5897 |
| 2026-06-16 | 8.3236 |
| 2026-06-23 | 8.3724 |
| 2026-06-30 | 8.3166 |
| 2026-07-07 | 8.2037 |
| 2026-07-14 | 8.3791 |
| 2026-07-21 | 8.4105 |
| 2026-07-28 | 8.5190 |
| 2026-08-04 | 8.2197 |
| 2026-08-11 | 8.3967 |
| 2026-08-18 | 8.1428 |
| 2026-08-26 | 8.3298 |
| 2026-09-02 | 8.1736 |
| 2026-09-09 | 8.2514 |
| 2026-09-16 | 8.2814 |
| 2026-09-23 | 8.1505 |
High
9.5886
Low
7.8530
Average
8.3189
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.