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: show the values
| Point | BAM/VND |
|---|---|
| 2025-12-31 | 15837.95 |
| 2026-01-07 | 15775.28 |
| 2026-01-14 | 15690.90 |
| 2026-01-21 | 15806.23 |
| 2026-01-28 | 16050.93 |
| 2026-02-04 | 15766.91 |
| 2026-02-11 | 15867.29 |
| 2026-02-18 | 15775.35 |
| 2026-02-25 | 15801.35 |
| 2026-03-04 | 15594.34 |
| 2026-03-11 | 15647.54 |
| 2026-03-18 | 15563.82 |
| 2026-03-25 | 15689.97 |
| 2026-04-01 | 15627.24 |
| 2026-04-08 | 15765.84 |
| 2026-04-15 | 15928.81 |
| 2026-04-22 | 15863.10 |
| 2026-04-29 | 15811.17 |
| 2026-05-06 | 15819.70 |
| 2026-05-14 | 15838.63 |
| 2026-05-21 | 15716.76 |
| 2026-05-29 | 15715.00 |
| 2026-06-05 | 15690.53 |
| 2026-06-14 | 15600.98 |
| 2026-06-21 | 15487.84 |
| 2026-06-28 | 15342.63 |
| 2026-07-05 | 15420.73 |
| 2026-07-12 | 15333.40 |
| 2026-07-19 | 15373.53 |
| 2026-07-26 | 15339.35 |
| 2026-08-02 | 15534.00 |
| 2026-08-09 | 15535.87 |
| 2026-08-16 | 15492.48 |
| 2026-08-24 | 15661.20 |
| 2026-08-31 | 15503.29 |
| 2026-09-07 | 15520.19 |
| 2026-09-14 | 15399.66 |
| 2026-09-21 | 15320.25 |
High
16050.93
Low
15123.42
Average
15631.63
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.