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: show the values
| Point | BYN/VND |
|---|---|
| 2025-09-27 | 7833.16 |
| 2025-10-04 | 7799.99 |
| 2025-10-11 | 7714.40 |
| 2025-10-18 | 7743.38 |
| 2025-10-25 | 7764.31 |
| 2025-11-01 | 7724.73 |
| 2025-11-08 | 7683.44 |
| 2025-11-15 | 7714.91 |
| 2025-11-22 | 7694.21 |
| 2025-11-29 | 8891.63 |
| 2025-12-06 | 9185.63 |
| 2025-12-13 | 8934.83 |
| 2025-12-20 | 8976.64 |
| 2025-12-27 | 9050.89 |
| 2026-01-03 | 8962.58 |
| 2026-01-10 | 8997.67 |
| 2026-01-17 | 9116.67 |
| 2026-01-24 | 9297.40 |
| 2026-01-31 | 9134.48 |
| 2026-02-07 | 9008.26 |
| 2026-02-14 | 9037.37 |
| 2026-02-21 | 9036.81 |
| 2026-02-28 | 9028.65 |
| 2026-03-07 | 8845.36 |
| 2026-03-14 | 8923.19 |
| 2026-03-21 | 8728.28 |
| 2026-03-28 | 8847.03 |
| 2026-04-04 | 8937.79 |
| 2026-04-11 | 9179.06 |
| 2026-04-18 | 9272.28 |
| 2026-04-25 | 9320.58 |
| 2026-05-02 | 9337.73 |
| 2026-05-09 | 9309.65 |
| 2026-05-16 | 9478.69 |
| 2026-05-23 | 9544.59 |
| 2026-05-30 | 9602.72 |
| 2026-06-06 | 9385.10 |
| 2026-06-14 | 9528.54 |
| 2026-06-21 | 9508.01 |
| 2026-06-28 | 9072.94 |
| 2026-07-05 | 9081.63 |
| 2026-07-12 | 9178.63 |
| 2026-07-19 | 9094.05 |
| 2026-07-26 | 9191.51 |
| 2026-08-02 | 9080.22 |
| 2026-08-09 | 8852.67 |
| 2026-08-16 | 8622.50 |
| 2026-08-23 | 8713.76 |
| 2026-08-30 | 8620.63 |
| 2026-09-06 | 8478.17 |
| 2026-09-13 | 8544.60 |
| 2026-09-20 | 8633.46 |
High
9602.72
Low
7683.44
Average
8827.31
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=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¤cies=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.