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: show the values
| Point | BBD/RUB |
|---|---|
| 2025-09-25 | 41.8983 |
| 2025-10-02 | 41.1950 |
| 2025-10-09 | 40.7519 |
| 2025-10-16 | 39.3220 |
| 2025-10-23 | 40.7492 |
| 2025-10-30 | 39.9685 |
| 2025-11-06 | 40.6721 |
| 2025-11-13 | 40.6348 |
| 2025-11-20 | 40.2727 |
| 2025-11-27 | 39.2477 |
| 2025-12-04 | 38.7811 |
| 2025-12-12 | 40.1268 |
| 2025-12-19 | 39.9089 |
| 2025-12-26 | 39.3640 |
| 2026-01-02 | 39.4242 |
| 2026-01-09 | 40.1842 |
| 2026-01-16 | 39.1742 |
| 2026-01-23 | 37.9897 |
| 2026-01-30 | 37.9800 |
| 2026-02-06 | 38.3736 |
| 2026-02-13 | 38.6128 |
| 2026-02-20 | 38.3889 |
| 2026-02-27 | 38.4461 |
| 2026-03-06 | 39.3368 |
| 2026-03-13 | 39.7418 |
| 2026-03-20 | 43.0748 |
| 2026-03-27 | 40.6883 |
| 2026-04-03 | 40.1169 |
| 2026-04-10 | 38.5881 |
| 2026-04-17 | 37.9200 |
| 2026-04-24 | 37.6702 |
| 2026-05-01 | 37.1942 |
| 2026-05-08 | 36.9437 |
| 2026-05-16 | 36.4140 |
| 2026-05-24 | 35.7588 |
| 2026-05-31 | 35.5714 |
| 2026-06-09 | 36.4932 |
| 2026-06-16 | 36.2136 |
| 2026-06-23 | 37.1138 |
| 2026-06-30 | 38.5092 |
| 2026-07-07 | 38.5600 |
| 2026-07-14 | 38.3268 |
| 2026-07-21 | 39.2631 |
| 2026-07-28 | 38.9788 |
| 2026-08-04 | 40.2011 |
| 2026-08-11 | 41.2538 |
| 2026-08-18 | 42.5141 |
| 2026-08-26 | 41.8352 |
| 2026-09-02 | 43.4124 |
| 2026-09-09 | 42.9239 |
| 2026-09-16 | 42.0989 |
| 2026-09-23 | 42.1488 |
High
43.4124
Low
35.5714
Average
39.4875
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.