BYN to VND exchange rate API
Belarussian Ruble to Dong · quoted 2026-09-27
8601.97
▼ +5.76% over 5Y
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 5 years, BYN/VND traded between 6819.71 and 9705.00, averaged 8366.04 and fell 5.76%. 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 5Y: show the values
| Point | BYN/VND |
|---|---|
| 2021-09-28 | 9127.63 |
| 2021-11-09 | 9278.99 |
| 2021-12-21 | 9068.88 |
| 2022-02-02 | 8758.14 |
| 2022-03-16 | 6903.33 |
| 2022-05-02 | 6819.71 |
| 2022-06-16 | 6882.45 |
| 2022-07-28 | 9246.54 |
| 2022-09-08 | 9326.94 |
| 2022-10-20 | 9677.32 |
| 2022-12-01 | 9705.00 |
| 2023-01-13 | 9284.36 |
| 2023-02-24 | 9423.91 |
| 2023-04-12 | 9288.84 |
| 2023-05-30 | 9296.60 |
| 2023-07-11 | 9383.41 |
| 2023-08-22 | 9484.16 |
| 2023-10-03 | 7416.56 |
| 2023-11-14 | 7399.13 |
| 2023-12-28 | 7342.82 |
| 2024-02-09 | 7468.82 |
| 2024-03-22 | 7574.60 |
| 2024-05-10 | 7786.59 |
| 2024-06-25 | 7784.10 |
| 2024-08-06 | 7687.87 |
| 2024-09-16 | 7418.49 |
| 2024-10-23 | 7646.29 |
| 2024-11-22 | 7684.99 |
| 2024-12-22 | 7704.96 |
| 2025-01-21 | 7634.75 |
| 2025-02-20 | 7714.19 |
| 2025-03-22 | 7816.76 |
| 2025-04-21 | 7824.59 |
| 2025-05-21 | 7852.05 |
| 2025-06-20 | 7892.62 |
| 2025-07-20 | 7915.21 |
| 2025-08-19 | 7759.57 |
| 2025-09-18 | 7700.80 |
| 2025-10-18 | 7743.38 |
| 2025-11-17 | 7751.34 |
| 2025-12-17 | 8994.20 |
| 2026-01-16 | 9104.51 |
| 2026-02-15 | 9091.62 |
| 2026-03-17 | 8801.12 |
| 2026-04-16 | 9269.03 |
| 2026-05-16 | 9478.69 |
| 2026-06-16 | 9524.03 |
| 2026-07-16 | 9130.83 |
| 2026-08-15 | 8626.51 |
| 2026-09-14 | 8568.77 |
High
9705.00
Low
6819.71
Average
8366.04
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.