Skip to content

BBD to VUV exchange rate API

Barbados Dollar to Vatu · quoted 2026-09-25

59.3585

▲ +1.63% over 1Y

1 BBD = 59.3585 VUV · 1 VUV = 0.01685 BBD · Get this rate via the API

1 BBD buys 59.3585 VUV as of 2026-09-25, so 1 VUV buys 0.01685 BBD. Over the last year, BBD/VUV traded between 58.3736 and 61.2693, averaged 59.8014 and rose 1.63%. The API holds daily BBD/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/VUV over 1Y

BBD/VUV over 1Y: show the values
PointBBD/VUV
2025-09-2558.4058
2025-10-0259.9275
2025-10-0960.7192
2025-10-1661.1944
2025-10-2361.0125
2025-10-3060.8217
2025-11-0661.0222
2025-11-1360.9795
2025-11-2061.0407
2025-11-2761.2693
2025-12-0461.0875
2025-12-1260.7471
2025-12-1960.6361
2025-12-2660.3354
2026-01-0260.7050
2026-01-0960.6278
2026-01-1660.6164
2026-01-2360.2585
2026-01-3059.8127
2026-02-0659.9035
2026-02-1359.2510
2026-02-2059.4093
2026-02-2759.3952
2026-03-0659.5130
2026-03-1359.6475
2026-03-2059.5335
2026-03-2759.9957
2026-04-0359.7516
2026-04-1059.2908
2026-04-1758.6642
2026-04-2458.7199
2026-05-0158.8617
2026-05-0858.3736
2026-05-1658.3923
2026-05-2459.2084
2026-05-3159.1461
2026-06-0959.5453
2026-06-1659.4573
2026-06-2359.5760
2026-06-3060.0932
2026-07-0759.9207
2026-07-1459.9221
2026-07-2159.7228
2026-07-2859.7346
2026-08-0459.6119
2026-08-1159.3861
2026-08-1859.2494
2026-08-2659.0914
2026-09-0259.0935
2026-09-0958.9457
2026-09-1659.2477
2026-09-2359.2435

High

61.2693

Low

58.3736

Average

59.8014

For developers

Get this rate via the API

One GET request returns the BBD/VUV 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=VUV"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=VUV");
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=VUV").json()

Replace YOUR_API_KEY with the key from your dashboard.

BBD/VUV API questions

How do I get the BBD/VUV exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/VUV rate in rates.VUV.

How far back does BBD/VUV historical data go?

Daily BBD/VUV 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/VUV 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.