BBD to RUB exchange rate API
Barbados Dollar to Russian Ruble · quoted 2026-09-25
42.5065
▲ +1.60% over 30D
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 30 days, BBD/RUB traded between 41.8352 and 43.6486, averaged 42.5812 and rose 1.60%. 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 30D: show the values
| Point | BBD/RUB |
|---|---|
| 2026-08-26 | 41.8352 |
| 2026-08-27 | 42.6590 |
| 2026-08-28 | 42.7354 |
| 2026-08-29 | 43.0898 |
| 2026-08-30 | 43.0096 |
| 2026-08-31 | 42.9852 |
| 2026-09-01 | 43.1597 |
| 2026-09-02 | 43.4124 |
| 2026-09-03 | 43.6486 |
| 2026-09-04 | 43.3293 |
| 2026-09-05 | 42.9116 |
| 2026-09-06 | 43.2794 |
| 2026-09-07 | 43.3059 |
| 2026-09-08 | 43.1186 |
| 2026-09-09 | 42.9239 |
| 2026-09-10 | 42.4978 |
| 2026-09-11 | 41.9801 |
| 2026-09-12 | 42.0955 |
| 2026-09-13 | 42.1422 |
| 2026-09-14 | 42.2670 |
| 2026-09-15 | 42.2557 |
| 2026-09-16 | 42.0989 |
| 2026-09-17 | 42.1145 |
| 2026-09-18 | 41.9592 |
| 2026-09-19 | 42.1984 |
| 2026-09-20 | 42.0425 |
| 2026-09-21 | 42.0825 |
| 2026-09-22 | 41.8791 |
| 2026-09-23 | 42.1488 |
| 2026-09-24 | 42.4202 |
| 2026-09-25 | 42.5065 |
High
43.6486
Low
41.8352
Average
42.5812
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.