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: show the values
| Point | RSD/VND |
|---|---|
| 2025-12-31 | 264.0365 |
| 2026-01-07 | 262.9593 |
| 2026-01-14 | 261.5499 |
| 2026-01-21 | 263.2957 |
| 2026-01-28 | 267.3504 |
| 2026-02-04 | 262.6445 |
| 2026-02-11 | 264.3988 |
| 2026-02-18 | 263.0066 |
| 2026-02-25 | 263.1523 |
| 2026-03-04 | 259.7841 |
| 2026-03-11 | 260.6696 |
| 2026-03-18 | 259.1934 |
| 2026-03-25 | 261.2426 |
| 2026-04-01 | 260.0727 |
| 2026-04-08 | 262.7468 |
| 2026-04-15 | 265.0991 |
| 2026-04-22 | 264.1482 |
| 2026-04-29 | 263.6979 |
| 2026-05-06 | 263.6883 |
| 2026-05-14 | 263.8549 |
| 2026-05-21 | 261.7979 |
| 2026-05-29 | 261.7782 |
| 2026-06-05 | 261.4682 |
| 2026-06-14 | 259.8849 |
| 2026-06-21 | 257.8821 |
| 2026-06-28 | 255.5802 |
| 2026-07-05 | 256.8966 |
| 2026-07-12 | 255.5195 |
| 2026-07-19 | 256.2017 |
| 2026-07-26 | 255.4093 |
| 2026-08-02 | 258.1503 |
| 2026-08-09 | 258.9342 |
| 2026-08-16 | 258.2443 |
| 2026-08-24 | 261.1535 |
| 2026-08-31 | 258.3738 |
| 2026-09-07 | 258.7655 |
| 2026-09-14 | 257.1643 |
| 2026-09-21 | 255.3155 |
High
267.3504
Low
251.9295
Average
260.4370
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=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¤cies=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.