Skip to content

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

BBD/VND over 1Y: show the values
PointBBD/VND
2025-09-2413062.23
2025-10-0113059.11
2025-10-0813224.80
2025-10-1513216.96
2025-10-2213217.44
2025-10-2913210.33
2025-11-0513204.25
2025-11-1213217.31
2025-11-1913232.43
2025-11-2613230.03
2025-12-0313231.75
2025-12-1113213.06
2025-12-1813207.95
2025-12-2513172.09
2026-01-0113200.84
2026-01-0813179.72
2026-01-1513180.95
2026-01-2213181.11
2026-01-2913066.82
2026-02-0513029.52
2026-02-1212904.62
2026-02-1913012.98
2026-02-2613088.86
2026-03-0513147.76
2026-03-1213177.41
2026-03-1913193.10
2026-03-2613215.99
2026-04-0213216.92
2026-04-0913122.02
2026-04-1613151.10
2026-04-2313071.91
2026-04-3013118.42
2026-05-0713062.21
2026-05-1513069.22
2026-05-2313099.94
2026-05-3013156.18
2026-06-0613169.43
2026-06-1513190.60
2026-06-2213204.17
2026-06-2913190.44
2026-07-0613194.01
2026-07-1313175.00
2026-07-2013187.03
2026-07-2713202.27
2026-08-0313187.81
2026-08-1013124.56
2026-08-1713142.12
2026-08-2513107.46
2026-09-0113081.77
2026-09-0813043.83
2026-09-1513038.98
2026-09-2213053.35

High

13232.43

Low

12904.62

Average

13144.99

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.