Skip to content

BAM to VND exchange rate API

Convertible Mark to Dong · quoted 2026-09-26

15123.42

▲ +5.74% over 5Y

1 BAM = 15123.42 VND · 1 VND = 0.000066 BAM · Get this rate via the API

1 BAM buys 15123.42 VND as of 2026-09-26, so 1 VND buys 0.000066 BAM. Over the last 5 years, BAM/VND traded between 13141.39 and 15806.22, averaged 14959.61 and rose 5.74%. The API holds daily BAM/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/VND over 5Y

BAM/VND over 5Y: show the values
PointBAM/VND
2024-08-2414301.79
2024-10-0713713.86
2024-11-0613865.64
2024-12-0613560.77
2025-01-0513284.85
2025-02-0413141.39
2025-03-0613926.51
2025-04-0614333.84
2025-05-0614793.73
2025-06-0715072.02
2025-07-0715566.70
2025-08-0615344.58
2025-09-0515569.68
2025-10-0615627.82
2025-11-0515518.28
2025-12-0515763.50
2026-01-0515763.65
2026-02-0415766.91
2026-03-0615628.91
2026-04-0515542.46
2026-05-0515806.22
2026-06-0615515.79
2026-07-0815401.29
2026-08-0715495.95
2026-09-0715520.19

High

15806.22

Low

13141.39

Average

14959.61

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/VND API questions

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

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

How far back does BAM/VND historical data go?

Daily BAM/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 BAM/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.