Skip to content

BYN to VND exchange rate API

Belarussian Ruble to Dong · quoted 2026-09-27

8601.97

▲ +9.81% over 1Y

1 BYN = 8601.97 VND · 1 VND = 0.000116 BYN · Get this rate via the API

1 BYN buys 8601.97 VND as of 2026-09-27, so 1 VND buys 0.000116 BYN. Over the last year, BYN/VND traded between 7683.44 and 9602.72, averaged 8827.31 and rose 9.81%. The API holds daily BYN/VND rates from 2021-01-04 — 5 years of history — so any past day, or a whole series, is one request away.

BYN/VND over 1Y

BYN/VND over 1Y: show the values
PointBYN/VND
2025-09-277833.16
2025-10-047799.99
2025-10-117714.40
2025-10-187743.38
2025-10-257764.31
2025-11-017724.73
2025-11-087683.44
2025-11-157714.91
2025-11-227694.21
2025-11-298891.63
2025-12-069185.63
2025-12-138934.83
2025-12-208976.64
2025-12-279050.89
2026-01-038962.58
2026-01-108997.67
2026-01-179116.67
2026-01-249297.40
2026-01-319134.48
2026-02-079008.26
2026-02-149037.37
2026-02-219036.81
2026-02-289028.65
2026-03-078845.36
2026-03-148923.19
2026-03-218728.28
2026-03-288847.03
2026-04-048937.79
2026-04-119179.06
2026-04-189272.28
2026-04-259320.58
2026-05-029337.73
2026-05-099309.65
2026-05-169478.69
2026-05-239544.59
2026-05-309602.72
2026-06-069385.10
2026-06-149528.54
2026-06-219508.01
2026-06-289072.94
2026-07-059081.63
2026-07-129178.63
2026-07-199094.05
2026-07-269191.51
2026-08-029080.22
2026-08-098852.67
2026-08-168622.50
2026-08-238713.76
2026-08-308620.63
2026-09-068478.17
2026-09-138544.60
2026-09-208633.46

High

9602.72

Low

7683.44

Average

8827.31

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BYN/VND API questions

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

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

How far back does BYN/VND historical data go?

Daily BYN/VND rates are available from 2021-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free BYN/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.