BBD to RWF exchange rate API
Barbados Dollar to Rwanda Franc · quoted 2026-09-27
737.2325
▲ +0.29% over 30D
1 BBD = 737.2325 RWF · 1 RWF = 0.001356 BBD · Get this rate via the API
1 BBD buys 737.2325 RWF as of 2026-09-27, so 1 RWF buys 0.001356 BBD. Over the last 30 days, BBD/RWF traded between 730.6755 and 740.1812, averaged 735.9954 and rose 0.29%. The API holds daily BBD/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/RWF over 30D: show the values
| Point | BBD/RWF |
|---|---|
| 2026-08-28 | 735.0841 |
| 2026-08-29 | 735.8300 |
| 2026-08-30 | 735.5595 |
| 2026-08-31 | 735.4402 |
| 2026-09-01 | 736.3144 |
| 2026-09-02 | 737.1344 |
| 2026-09-03 | 736.1080 |
| 2026-09-04 | 735.7816 |
| 2026-09-05 | 735.4017 |
| 2026-09-06 | 736.4766 |
| 2026-09-07 | 736.1001 |
| 2026-09-08 | 736.3511 |
| 2026-09-09 | 735.3344 |
| 2026-09-10 | 736.8709 |
| 2026-09-11 | 737.4990 |
| 2026-09-12 | 733.5001 |
| 2026-09-13 | 736.2975 |
| 2026-09-14 | 735.5106 |
| 2026-09-15 | 736.4696 |
| 2026-09-16 | 736.2803 |
| 2026-09-17 | 735.3625 |
| 2026-09-18 | 732.6010 |
| 2026-09-19 | 730.6755 |
| 2026-09-20 | 736.8591 |
| 2026-09-21 | 733.6535 |
| 2026-09-22 | 735.7979 |
| 2026-09-23 | 737.4273 |
| 2026-09-24 | 740.1812 |
| 2026-09-25 | 737.9344 |
| 2026-09-26 | 737.5524 |
| 2026-09-27 | 737.2325 |
High
740.1812
Low
730.6755
Average
735.9954
Get this rate via the API
One GET request returns the BBD/RWF 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=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=RWF").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/RWF API questions
How do I get the BBD/RWF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=RWF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/RWF rate in rates.RWF.
How far back does BBD/RWF historical data go?
Daily BBD/RWF 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/RWF 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.