Skip to content

BBD to RUB exchange rate API

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

42.5065

▲ +4.37% over 6M

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 6 months, BBD/RUB traded between 35.8018 and 43.3293, averaged 39.2416 and rose 4.37%. 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 6M

BBD/RUB over 6M: show the values
PointBBD/RUB
2026-03-2940.7272
2026-04-0539.9969
2026-04-1238.3398
2026-04-1937.7852
2026-04-2637.4342
2026-05-0337.2157
2026-05-1036.9586
2026-05-1836.0778
2026-05-2635.8018
2026-06-0235.9967
2026-06-1136.1214
2026-06-1836.4815
2026-06-2537.4490
2026-07-0238.4673
2026-07-0938.4114
2026-07-1638.7395
2026-07-2339.2371
2026-07-3039.9143
2026-08-0640.4901
2026-08-1341.4634
2026-08-2141.3968
2026-08-2842.7354
2026-09-0443.3293
2026-09-1141.9801
2026-09-1841.9592
2026-09-2542.5065

High

43.3293

Low

35.8018

Average

39.2416

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.