Skip to content

BAM to VND exchange rate API

Convertible Mark to Dong · quoted 2026-09-26

15123.42

▼ +2.94% over 1Y

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 year, BAM/VND traded between 15123.42 and 15884.16, averaged 15608.47 and fell 2.94%. 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 1Y

BAM/VND over 1Y: show the values
PointBAM/VND
2025-09-2615581.03
2025-10-0315639.96
2025-10-1015634.15
2025-10-1715811.24
2025-10-2415677.77
2025-10-3115619.38
2025-11-0715571.69
2025-11-1415727.55
2025-11-2115604.75
2025-11-2815669.26
2025-12-0515763.50
2025-12-1315790.18
2025-12-2015778.41
2025-12-2715884.16
2026-01-0315775.21
2026-01-1015664.08
2026-01-1715564.60
2026-01-2415877.44
2026-01-3115758.16
2026-02-0715595.12
2026-02-1415677.98
2026-02-2115571.45
2026-02-2815774.32
2026-03-0715498.86
2026-03-1415439.00
2026-03-2115597.15
2026-03-2815495.20
2026-04-0415522.84
2026-04-1115777.76
2026-04-1815882.73
2026-04-2515776.78
2026-05-0215784.89
2026-05-0915824.69
2026-05-1715702.93
2026-05-2515739.55
2026-06-0115724.32
2026-06-1015593.04
2026-06-1715678.97
2026-06-2415349.16
2026-07-0115390.93
2026-07-0815401.29
2026-07-1515413.56
2026-07-2215402.37
2026-07-2915394.41
2026-08-0515547.61
2026-08-1215461.35
2026-08-2015659.06
2026-08-2715592.95
2026-09-0315524.68
2026-09-1015472.86
2026-09-1715291.46
2026-09-2415173.44

High

15884.16

Low

15123.42

Average

15608.47

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.