Skip to content

BBD to VND exchange rate API

Barbados Dollar to Dong · quoted 2026-09-24

13044.35

▲ +4.52% over 5Y

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 5 years, BBD/VND traded between 12219.40 and 13227.76, averaged 12911.02 and rose 4.52%. 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 5Y

BBD/VND over 5Y: show the values
PointBBD/VND
2024-08-2412480.65
2024-10-0712219.40
2024-11-0612516.26
2024-12-0612547.23
2025-01-0512599.49
2025-02-0412463.04
2025-03-0612593.02
2025-04-0612791.52
2025-05-0612809.17
2025-06-0712930.62
2025-07-0712929.91
2025-08-0612971.10
2025-09-0513052.76
2025-10-0613036.32
2025-11-0513204.25
2025-12-0513227.76
2026-01-0513182.08
2026-02-0413039.06
2026-03-0613153.44
2026-04-0513194.60
2026-05-0513115.60
2026-06-0613169.43
2026-07-0813192.57
2026-08-0713150.57
2026-09-0713072.32

High

13227.76

Low

12219.40

Average

12911.02

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.