Skip to content

SCR to VND exchange rate API

Seychelles Rupee to Dong · quoted 2026-09-25

1819.05

▲ +3.29% over 6M

1 SCR = 1819.05 VND · 1 VND = 0.000550 SCR · Get this rate via the API

1 SCR buys 1819.05 VND as of 2026-09-25, so 1 VND buys 0.000550 SCR. Over the last 6 months, SCR/VND traded between 1734.32 and 1989.84, averaged 1838.46 and rose 3.29%. The API holds daily SCR/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/VND over 6M

SCR/VND over 6M: show the values
PointSCR/VND
2026-03-291761.13
2026-04-051778.57
2026-04-121734.32
2026-04-191748.81
2026-04-261784.03
2026-05-031920.72
2026-05-101772.99
2026-05-181946.12
2026-05-261855.04
2026-06-021887.25
2026-06-111876.81
2026-06-181804.81
2026-06-251807.80
2026-07-021989.84
2026-07-091808.10
2026-07-161873.94
2026-07-231867.95
2026-07-301828.31
2026-08-061854.23
2026-08-131842.71
2026-08-211864.55
2026-08-281866.82
2026-09-041829.29
2026-09-111814.87
2026-09-181881.71
2026-09-251818.77

High

1989.84

Low

1734.32

Average

1838.46

For developers

Get this rate via the API

One GET request returns the SCR/VND 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=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=VND");
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=VND").json()

Replace YOUR_API_KEY with the key from your dashboard.

SCR/VND API questions

How do I get the SCR/VND exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/VND rate in rates.VND.

How far back does SCR/VND historical data go?

Daily SCR/VND 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/VND 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.