Skip to content

BBD to RUB exchange rate API

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

42.5065

▲ +6.94% over YTD

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 year to date, BBD/RUB traded between 35.4319 and 43.3059, averaged 39.1886 and rose 6.94%. 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 YTD

BBD/RUB over YTD: show the values
PointBBD/RUB
2025-12-3139.7473
2026-01-0740.2506
2026-01-1439.3569
2026-01-2139.0251
2026-01-2838.1987
2026-02-0438.4993
2026-02-1138.6374
2026-02-1838.1766
2026-02-2538.3051
2026-03-0438.8177
2026-03-1139.5210
2026-03-1841.1867
2026-03-2540.2597
2026-04-0140.6514
2026-04-0839.2200
2026-04-1537.4050
2026-04-2237.2515
2026-04-2937.4051
2026-05-0637.5631
2026-05-1436.8186
2026-05-2135.6636
2026-05-2935.4319
2026-06-0536.7029
2026-06-1436.2325
2026-06-2136.5293
2026-06-2839.4705
2026-07-0538.4985
2026-07-1238.3224
2026-07-1939.1496
2026-07-2639.0980
2026-08-0239.6427
2026-08-0940.8027
2026-08-1641.9926
2026-08-2441.3753
2026-08-3142.9852
2026-09-0743.3059
2026-09-1442.2670
2026-09-2142.0825

High

43.3059

Low

35.4319

Average

39.1886

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.