Skip to content

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

BBD/VND over YTD: show the values
PointBBD/VND
2025-12-3113191.35
2026-01-0713184.10
2026-01-1413183.78
2026-01-2113179.07
2026-01-2813088.64
2026-02-0413039.06
2026-02-1113029.07
2026-02-1813023.61
2026-02-2513109.58
2026-03-0413148.02
2026-03-1113168.18
2026-03-1813194.25
2026-03-2513219.69
2026-04-0113212.12
2026-04-0813210.41
2026-04-1513111.94
2026-04-2213097.36
2026-04-2913129.99
2026-05-0613141.31
2026-05-1413222.24
2026-05-2113226.30
2026-05-2913203.78
2026-06-0513210.58
2026-06-1413181.19
2026-06-2113197.28
2026-06-2813173.89
2026-07-0513180.33
2026-07-1213133.96
2026-07-1913143.96
2026-07-2613189.55
2026-08-0213171.24
2026-08-0913142.12
2026-08-1613095.71
2026-08-2413114.91
2026-08-3113079.82
2026-09-0713072.32
2026-09-1413018.59
2026-09-2113053.34

High

13226.30

Low

13018.59

Average

13141.46

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&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=BBD&currencies=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&currencies=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.