Skip to content

BAM to VND exchange rate API

Convertible Mark to Dong · quoted 2026-09-26

15123.42

▼ +4.51% over YTD

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 year to date, BAM/VND traded between 15123.42 and 16050.93, averaged 15631.63 and fell 4.51%. 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 YTD

BAM/VND over YTD: show the values
PointBAM/VND
2025-12-3115837.95
2026-01-0715775.28
2026-01-1415690.90
2026-01-2115806.23
2026-01-2816050.93
2026-02-0415766.91
2026-02-1115867.29
2026-02-1815775.35
2026-02-2515801.35
2026-03-0415594.34
2026-03-1115647.54
2026-03-1815563.82
2026-03-2515689.97
2026-04-0115627.24
2026-04-0815765.84
2026-04-1515928.81
2026-04-2215863.10
2026-04-2915811.17
2026-05-0615819.70
2026-05-1415838.63
2026-05-2115716.76
2026-05-2915715.00
2026-06-0515690.53
2026-06-1415600.98
2026-06-2115487.84
2026-06-2815342.63
2026-07-0515420.73
2026-07-1215333.40
2026-07-1915373.53
2026-07-2615339.35
2026-08-0215534.00
2026-08-0915535.87
2026-08-1615492.48
2026-08-2415661.20
2026-08-3115503.29
2026-09-0715520.19
2026-09-1415399.66
2026-09-2115320.25

High

16050.93

Low

15123.42

Average

15631.63

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.