Skip to content

SCR to VND exchange rate API

Seychelles Rupee to Dong · quoted 2026-09-25

1819.05

▲ +1.33% over 1Y

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 year, SCR/VND traded between 1722.00 and 2084.41, averaged 1829.04 and rose 1.33%. 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 1Y

SCR/VND over 1Y: show the values
PointSCR/VND
2025-09-251795.16
2025-10-021773.76
2025-10-091797.96
2025-10-161805.53
2025-10-231909.18
2025-10-301859.57
2025-11-061854.52
2025-11-131789.23
2025-11-201857.01
2025-11-271794.04
2025-12-041841.02
2025-12-121754.88
2025-12-191921.79
2025-12-261776.54
2026-01-021738.57
2026-01-092084.41
2026-01-161743.94
2026-01-231810.07
2026-01-301814.06
2026-02-061815.10
2026-02-131811.87
2026-02-201722.00
2026-02-271913.72
2026-03-061758.66
2026-03-131765.88
2026-03-201753.06
2026-03-271828.16
2026-04-031840.97
2026-04-101740.71
2026-04-171920.45
2026-04-241922.79
2026-05-011808.53
2026-05-081905.91
2026-05-161937.11
2026-05-241772.58
2026-05-311784.18
2026-06-091905.89
2026-06-161846.82
2026-06-231855.69
2026-06-301826.68
2026-07-071806.28
2026-07-141841.91
2026-07-211858.94
2026-07-281883.92
2026-08-041818.16
2026-08-111854.08
2026-08-181805.26
2026-08-261845.74
2026-09-021809.07
2026-09-091821.96
2026-09-161822.47
2026-09-231794.50

High

2084.41

Low

1722.00

Average

1829.04

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.