BBD to RWF exchange rate API
Barbados Dollar to Rwanda Franc · quoted 2026-09-27
737.2325
▲ +1.40% over YTD
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 year to date, BBD/RWF traded between 725.2798 and 737.2325, averaged 731.3731 and rose 1.40%. 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 YTD: show the values
| Point | BBD/RWF |
|---|---|
| 2025-12-31 | 727.0751 |
| 2026-01-07 | 728.3971 |
| 2026-01-14 | 728.9544 |
| 2026-01-21 | 728.5749 |
| 2026-01-28 | 726.2387 |
| 2026-02-04 | 730.4955 |
| 2026-02-11 | 727.9192 |
| 2026-02-18 | 728.9778 |
| 2026-02-25 | 729.9499 |
| 2026-03-04 | 730.3806 |
| 2026-03-11 | 730.4443 |
| 2026-03-18 | 729.7704 |
| 2026-03-25 | 730.1009 |
| 2026-04-01 | 730.3062 |
| 2026-04-08 | 729.3396 |
| 2026-04-15 | 727.1105 |
| 2026-04-22 | 725.5119 |
| 2026-04-29 | 725.2798 |
| 2026-05-06 | 725.9538 |
| 2026-05-14 | 730.8578 |
| 2026-05-21 | 731.3602 |
| 2026-05-29 | 732.0140 |
| 2026-06-05 | 732.2445 |
| 2026-06-14 | 732.6557 |
| 2026-06-21 | 732.7605 |
| 2026-06-28 | 733.1012 |
| 2026-07-05 | 733.6362 |
| 2026-07-12 | 733.8974 |
| 2026-07-19 | 735.0146 |
| 2026-07-26 | 734.8377 |
| 2026-08-02 | 734.9955 |
| 2026-08-09 | 735.3550 |
| 2026-08-16 | 735.5969 |
| 2026-08-24 | 736.5061 |
| 2026-08-31 | 735.4402 |
| 2026-09-07 | 736.1001 |
| 2026-09-14 | 735.5106 |
| 2026-09-21 | 733.6535 |
High
737.2325
Low
725.2798
Average
731.3731
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.