BBD to RWF exchange rate API
Barbados Dollar to Rwanda Franc · quoted 2026-09-27
737.2325
▲ +1.80% over 1Y
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 year, BBD/RWF traded between 724.0125 and 739.3974, averaged 729.7336 and rose 1.80%. 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 1Y: show the values
| Point | BBD/RWF |
|---|---|
| 2025-09-27 | 724.2068 |
| 2025-10-04 | 724.0125 |
| 2025-10-11 | 724.0176 |
| 2025-10-18 | 726.0051 |
| 2025-10-25 | 725.0414 |
| 2025-11-01 | 726.1665 |
| 2025-11-08 | 725.7083 |
| 2025-11-15 | 725.1097 |
| 2025-11-22 | 725.7374 |
| 2025-11-29 | 725.8554 |
| 2025-12-06 | 725.8592 |
| 2025-12-14 | 727.4022 |
| 2025-12-21 | 727.4605 |
| 2025-12-28 | 727.7267 |
| 2026-01-04 | 727.6116 |
| 2026-01-11 | 727.7816 |
| 2026-01-18 | 727.8530 |
| 2026-01-25 | 727.4355 |
| 2026-02-01 | 727.7018 |
| 2026-02-08 | 727.7969 |
| 2026-02-15 | 728.7524 |
| 2026-02-22 | 728.8277 |
| 2026-03-01 | 729.1877 |
| 2026-03-08 | 729.3675 |
| 2026-03-15 | 729.8625 |
| 2026-03-22 | 730.1946 |
| 2026-03-29 | 730.3065 |
| 2026-04-05 | 730.6975 |
| 2026-04-12 | 725.0647 |
| 2026-04-19 | 725.4894 |
| 2026-04-26 | 725.6914 |
| 2026-05-03 | 725.4757 |
| 2026-05-10 | 727.8635 |
| 2026-05-18 | 726.2923 |
| 2026-05-26 | 731.7165 |
| 2026-06-02 | 732.7528 |
| 2026-06-11 | 733.4702 |
| 2026-06-18 | 739.3974 |
| 2026-06-25 | 733.0730 |
| 2026-07-02 | 727.6422 |
| 2026-07-09 | 733.9164 |
| 2026-07-16 | 733.0202 |
| 2026-07-23 | 734.8492 |
| 2026-07-30 | 734.4825 |
| 2026-08-06 | 734.5497 |
| 2026-08-13 | 735.4880 |
| 2026-08-21 | 735.8256 |
| 2026-08-28 | 735.0841 |
| 2026-09-04 | 735.7816 |
| 2026-09-11 | 737.4990 |
| 2026-09-18 | 732.6010 |
| 2026-09-25 | 737.9344 |
High
739.3974
Low
724.0125
Average
729.7336
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.