Skip to content

RSD to VND exchange rate API

Serbian Dinar to Dong · quoted 2026-09-27

251.9295

▼ +4.59% over YTD

1 RSD = 251.9295 VND · 1 VND = 0.003969 RSD · Get this rate via the API

1 RSD buys 251.9295 VND as of 2026-09-27, so 1 VND buys 0.003969 RSD. Over the year to date, RSD/VND traded between 251.9295 and 267.3504, averaged 260.4370 and fell 4.59%. The API holds daily RSD/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/VND over YTD

RSD/VND over YTD: show the values
PointRSD/VND
2025-12-31264.0365
2026-01-07262.9593
2026-01-14261.5499
2026-01-21263.2957
2026-01-28267.3504
2026-02-04262.6445
2026-02-11264.3988
2026-02-18263.0066
2026-02-25263.1523
2026-03-04259.7841
2026-03-11260.6696
2026-03-18259.1934
2026-03-25261.2426
2026-04-01260.0727
2026-04-08262.7468
2026-04-15265.0991
2026-04-22264.1482
2026-04-29263.6979
2026-05-06263.6883
2026-05-14263.8549
2026-05-21261.7979
2026-05-29261.7782
2026-06-05261.4682
2026-06-14259.8849
2026-06-21257.8821
2026-06-28255.5802
2026-07-05256.8966
2026-07-12255.5195
2026-07-19256.2017
2026-07-26255.4093
2026-08-02258.1503
2026-08-09258.9342
2026-08-16258.2443
2026-08-24261.1535
2026-08-31258.3738
2026-09-07258.7655
2026-09-14257.1643
2026-09-21255.3155

High

267.3504

Low

251.9295

Average

260.4370

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RSD/VND API questions

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

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

How far back does RSD/VND historical data go?

Daily RSD/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 RSD/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.