Skip to content

BBD to RUB exchange rate API

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

42.5065

▲ +1.45% over 1Y

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 year, BBD/RUB traded between 35.5714 and 43.4124, averaged 39.4875 and rose 1.45%. 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 1Y

BBD/RUB over 1Y: show the values
PointBBD/RUB
2025-09-2541.8983
2025-10-0241.1950
2025-10-0940.7519
2025-10-1639.3220
2025-10-2340.7492
2025-10-3039.9685
2025-11-0640.6721
2025-11-1340.6348
2025-11-2040.2727
2025-11-2739.2477
2025-12-0438.7811
2025-12-1240.1268
2025-12-1939.9089
2025-12-2639.3640
2026-01-0239.4242
2026-01-0940.1842
2026-01-1639.1742
2026-01-2337.9897
2026-01-3037.9800
2026-02-0638.3736
2026-02-1338.6128
2026-02-2038.3889
2026-02-2738.4461
2026-03-0639.3368
2026-03-1339.7418
2026-03-2043.0748
2026-03-2740.6883
2026-04-0340.1169
2026-04-1038.5881
2026-04-1737.9200
2026-04-2437.6702
2026-05-0137.1942
2026-05-0836.9437
2026-05-1636.4140
2026-05-2435.7588
2026-05-3135.5714
2026-06-0936.4932
2026-06-1636.2136
2026-06-2337.1138
2026-06-3038.5092
2026-07-0738.5600
2026-07-1438.3268
2026-07-2139.2631
2026-07-2838.9788
2026-08-0440.2011
2026-08-1141.2538
2026-08-1842.5141
2026-08-2641.8352
2026-09-0243.4124
2026-09-0942.9239
2026-09-1642.0989
2026-09-2342.1488

High

43.4124

Low

35.5714

Average

39.4875

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.