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: show the values
| Point | BAM/VND |
|---|---|
| 2025-09-26 | 15581.03 |
| 2025-10-03 | 15639.96 |
| 2025-10-10 | 15634.15 |
| 2025-10-17 | 15811.24 |
| 2025-10-24 | 15677.77 |
| 2025-10-31 | 15619.38 |
| 2025-11-07 | 15571.69 |
| 2025-11-14 | 15727.55 |
| 2025-11-21 | 15604.75 |
| 2025-11-28 | 15669.26 |
| 2025-12-05 | 15763.50 |
| 2025-12-13 | 15790.18 |
| 2025-12-20 | 15778.41 |
| 2025-12-27 | 15884.16 |
| 2026-01-03 | 15775.21 |
| 2026-01-10 | 15664.08 |
| 2026-01-17 | 15564.60 |
| 2026-01-24 | 15877.44 |
| 2026-01-31 | 15758.16 |
| 2026-02-07 | 15595.12 |
| 2026-02-14 | 15677.98 |
| 2026-02-21 | 15571.45 |
| 2026-02-28 | 15774.32 |
| 2026-03-07 | 15498.86 |
| 2026-03-14 | 15439.00 |
| 2026-03-21 | 15597.15 |
| 2026-03-28 | 15495.20 |
| 2026-04-04 | 15522.84 |
| 2026-04-11 | 15777.76 |
| 2026-04-18 | 15882.73 |
| 2026-04-25 | 15776.78 |
| 2026-05-02 | 15784.89 |
| 2026-05-09 | 15824.69 |
| 2026-05-17 | 15702.93 |
| 2026-05-25 | 15739.55 |
| 2026-06-01 | 15724.32 |
| 2026-06-10 | 15593.04 |
| 2026-06-17 | 15678.97 |
| 2026-06-24 | 15349.16 |
| 2026-07-01 | 15390.93 |
| 2026-07-08 | 15401.29 |
| 2026-07-15 | 15413.56 |
| 2026-07-22 | 15402.37 |
| 2026-07-29 | 15394.41 |
| 2026-08-05 | 15547.61 |
| 2026-08-12 | 15461.35 |
| 2026-08-20 | 15659.06 |
| 2026-08-27 | 15592.95 |
| 2026-09-03 | 15524.68 |
| 2026-09-10 | 15472.86 |
| 2026-09-17 | 15291.46 |
| 2026-09-24 | 15173.44 |
High
15884.16
Low
15123.42
Average
15608.47
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.