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: show the values
| Point | BBD/RUB |
|---|---|
| 2026-03-29 | 40.7272 |
| 2026-04-05 | 39.9969 |
| 2026-04-12 | 38.3398 |
| 2026-04-19 | 37.7852 |
| 2026-04-26 | 37.4342 |
| 2026-05-03 | 37.2157 |
| 2026-05-10 | 36.9586 |
| 2026-05-18 | 36.0778 |
| 2026-05-26 | 35.8018 |
| 2026-06-02 | 35.9967 |
| 2026-06-11 | 36.1214 |
| 2026-06-18 | 36.4815 |
| 2026-06-25 | 37.4490 |
| 2026-07-02 | 38.4673 |
| 2026-07-09 | 38.4114 |
| 2026-07-16 | 38.7395 |
| 2026-07-23 | 39.2371 |
| 2026-07-30 | 39.9143 |
| 2026-08-06 | 40.4901 |
| 2026-08-13 | 41.4634 |
| 2026-08-21 | 41.3968 |
| 2026-08-28 | 42.7354 |
| 2026-09-04 | 43.3293 |
| 2026-09-11 | 41.9801 |
| 2026-09-18 | 41.9592 |
| 2026-09-25 | 42.5065 |
High
43.3293
Low
35.8018
Average
39.2416
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.