BBD to VND exchange rate API
Barbados Dollar to Dong · quoted 2026-09-24
13044.35
▼ +0.14% over 1Y
1 BBD = 13044.35 VND · 1 VND = 0.000077 BBD · Get this rate via the API
1 BBD buys 13044.35 VND as of 2026-09-24, so 1 VND buys 0.000077 BBD. Over the last year, BBD/VND traded between 12904.62 and 13232.43, averaged 13144.99 and fell 0.14%. The API holds daily BBD/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/VND over 1Y: show the values
| Point | BBD/VND |
|---|---|
| 2025-09-24 | 13062.23 |
| 2025-10-01 | 13059.11 |
| 2025-10-08 | 13224.80 |
| 2025-10-15 | 13216.96 |
| 2025-10-22 | 13217.44 |
| 2025-10-29 | 13210.33 |
| 2025-11-05 | 13204.25 |
| 2025-11-12 | 13217.31 |
| 2025-11-19 | 13232.43 |
| 2025-11-26 | 13230.03 |
| 2025-12-03 | 13231.75 |
| 2025-12-11 | 13213.06 |
| 2025-12-18 | 13207.95 |
| 2025-12-25 | 13172.09 |
| 2026-01-01 | 13200.84 |
| 2026-01-08 | 13179.72 |
| 2026-01-15 | 13180.95 |
| 2026-01-22 | 13181.11 |
| 2026-01-29 | 13066.82 |
| 2026-02-05 | 13029.52 |
| 2026-02-12 | 12904.62 |
| 2026-02-19 | 13012.98 |
| 2026-02-26 | 13088.86 |
| 2026-03-05 | 13147.76 |
| 2026-03-12 | 13177.41 |
| 2026-03-19 | 13193.10 |
| 2026-03-26 | 13215.99 |
| 2026-04-02 | 13216.92 |
| 2026-04-09 | 13122.02 |
| 2026-04-16 | 13151.10 |
| 2026-04-23 | 13071.91 |
| 2026-04-30 | 13118.42 |
| 2026-05-07 | 13062.21 |
| 2026-05-15 | 13069.22 |
| 2026-05-23 | 13099.94 |
| 2026-05-30 | 13156.18 |
| 2026-06-06 | 13169.43 |
| 2026-06-15 | 13190.60 |
| 2026-06-22 | 13204.17 |
| 2026-06-29 | 13190.44 |
| 2026-07-06 | 13194.01 |
| 2026-07-13 | 13175.00 |
| 2026-07-20 | 13187.03 |
| 2026-07-27 | 13202.27 |
| 2026-08-03 | 13187.81 |
| 2026-08-10 | 13124.56 |
| 2026-08-17 | 13142.12 |
| 2026-08-25 | 13107.46 |
| 2026-09-01 | 13081.77 |
| 2026-09-08 | 13043.83 |
| 2026-09-15 | 13038.98 |
| 2026-09-22 | 13053.35 |
High
13232.43
Low
12904.62
Average
13144.99
Get this rate via the API
One GET request returns the BBD/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=BBD¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=VND").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/VND API questions
How do I get the BBD/VND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/VND rate in rates.VND.
How far back does BBD/VND historical data go?
Daily BBD/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 BBD/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.