Skip to content

BBD to RUB exchange rate API

Barbados Dollar to Russian Ruble · quoted 2026-09-25

42.5065

▲ +1.60% over 30D

1 BBD = 42.5065 RUB · 1 RUB = 0.02353 BBD · Get this rate via the API

1 BBD buys 42.5065 RUB as of 2026-09-25, so 1 RUB buys 0.02353 BBD. Over the last 30 days, BBD/RUB traded between 41.8352 and 43.6486, averaged 42.5812 and rose 1.60%. The API holds daily BBD/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/RUB over 30D

BBD/RUB over 30D: show the values
PointBBD/RUB
2026-08-2641.8352
2026-08-2742.6590
2026-08-2842.7354
2026-08-2943.0898
2026-08-3043.0096
2026-08-3142.9852
2026-09-0143.1597
2026-09-0243.4124
2026-09-0343.6486
2026-09-0443.3293
2026-09-0542.9116
2026-09-0643.2794
2026-09-0743.3059
2026-09-0843.1186
2026-09-0942.9239
2026-09-1042.4978
2026-09-1141.9801
2026-09-1242.0955
2026-09-1342.1422
2026-09-1442.2670
2026-09-1542.2557
2026-09-1642.0989
2026-09-1742.1145
2026-09-1841.9592
2026-09-1942.1984
2026-09-2042.0425
2026-09-2142.0825
2026-09-2241.8791
2026-09-2342.1488
2026-09-2442.4202
2026-09-2542.5065

High

43.6486

Low

41.8352

Average

42.5812

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/RUB API questions

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

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

How far back does BBD/RUB historical data go?

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