BBD to VND exchange rate API
Barbados Dollar to Dong · quoted 2026-09-24
13044.35
▼ +1.11% over YTD
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 year to date, BBD/VND traded between 13018.59 and 13226.30, averaged 13141.46 and fell 1.11%. 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 YTD: show the values
| Point | BBD/VND |
|---|---|
| 2025-12-31 | 13191.35 |
| 2026-01-07 | 13184.10 |
| 2026-01-14 | 13183.78 |
| 2026-01-21 | 13179.07 |
| 2026-01-28 | 13088.64 |
| 2026-02-04 | 13039.06 |
| 2026-02-11 | 13029.07 |
| 2026-02-18 | 13023.61 |
| 2026-02-25 | 13109.58 |
| 2026-03-04 | 13148.02 |
| 2026-03-11 | 13168.18 |
| 2026-03-18 | 13194.25 |
| 2026-03-25 | 13219.69 |
| 2026-04-01 | 13212.12 |
| 2026-04-08 | 13210.41 |
| 2026-04-15 | 13111.94 |
| 2026-04-22 | 13097.36 |
| 2026-04-29 | 13129.99 |
| 2026-05-06 | 13141.31 |
| 2026-05-14 | 13222.24 |
| 2026-05-21 | 13226.30 |
| 2026-05-29 | 13203.78 |
| 2026-06-05 | 13210.58 |
| 2026-06-14 | 13181.19 |
| 2026-06-21 | 13197.28 |
| 2026-06-28 | 13173.89 |
| 2026-07-05 | 13180.33 |
| 2026-07-12 | 13133.96 |
| 2026-07-19 | 13143.96 |
| 2026-07-26 | 13189.55 |
| 2026-08-02 | 13171.24 |
| 2026-08-09 | 13142.12 |
| 2026-08-16 | 13095.71 |
| 2026-08-24 | 13114.91 |
| 2026-08-31 | 13079.82 |
| 2026-09-07 | 13072.32 |
| 2026-09-14 | 13018.59 |
| 2026-09-21 | 13053.34 |
High
13226.30
Low
13018.59
Average
13141.46
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.