Skip to content

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

BYN/VND over 5Y: show the values
PointBYN/VND
2021-09-289127.63
2021-11-099278.99
2021-12-219068.88
2022-02-028758.14
2022-03-166903.33
2022-05-026819.71
2022-06-166882.45
2022-07-289246.54
2022-09-089326.94
2022-10-209677.32
2022-12-019705.00
2023-01-139284.36
2023-02-249423.91
2023-04-129288.84
2023-05-309296.60
2023-07-119383.41
2023-08-229484.16
2023-10-037416.56
2023-11-147399.13
2023-12-287342.82
2024-02-097468.82
2024-03-227574.60
2024-05-107786.59
2024-06-257784.10
2024-08-067687.87
2024-09-167418.49
2024-10-237646.29
2024-11-227684.99
2024-12-227704.96
2025-01-217634.75
2025-02-207714.19
2025-03-227816.76
2025-04-217824.59
2025-05-217852.05
2025-06-207892.62
2025-07-207915.21
2025-08-197759.57
2025-09-187700.80
2025-10-187743.38
2025-11-177751.34
2025-12-178994.20
2026-01-169104.51
2026-02-159091.62
2026-03-178801.12
2026-04-169269.03
2026-05-169478.69
2026-06-169524.03
2026-07-169130.83
2026-08-158626.51
2026-09-148568.77

High

9705.00

Low

6819.71

Average

8366.04

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.