Skip to content

BAM to VND exchange rate API

Convertible Mark to Dong · quoted 2026-09-26

15123.42

▼ +3.01% over 30D

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 30 days, BAM/VND traded between 15123.42 and 15592.95, averaged 15394.81 and fell 3.01%. 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 30D

BAM/VND over 30D: show the values
PointBAM/VND
2026-08-2715592.95
2026-08-2815580.64
2026-08-2915464.86
2026-08-3015485.76
2026-08-3115503.29
2026-09-0115522.04
2026-09-0215486.48
2026-09-0315524.68
2026-09-0415552.88
2026-09-0515479.85
2026-09-0615515.87
2026-09-0715520.19
2026-09-0815505.62
2026-09-0915480.59
2026-09-1015472.86
2026-09-1115427.37
2026-09-1215320.24
2026-09-1315374.20
2026-09-1415399.66
2026-09-1515381.04
2026-09-1615389.65
2026-09-1715291.46
2026-09-1815322.11
2026-09-1915269.50
2026-09-2015317.90
2026-09-2115320.25
2026-09-2215316.51
2026-09-2315240.65
2026-09-2415173.44
2026-09-2515154.62
2026-09-2615123.42

High

15592.95

Low

15123.42

Average

15394.81

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.