Skip to content

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

BBD/RWF over YTD: show the values
PointBBD/RWF
2025-12-31727.0751
2026-01-07728.3971
2026-01-14728.9544
2026-01-21728.5749
2026-01-28726.2387
2026-02-04730.4955
2026-02-11727.9192
2026-02-18728.9778
2026-02-25729.9499
2026-03-04730.3806
2026-03-11730.4443
2026-03-18729.7704
2026-03-25730.1009
2026-04-01730.3062
2026-04-08729.3396
2026-04-15727.1105
2026-04-22725.5119
2026-04-29725.2798
2026-05-06725.9538
2026-05-14730.8578
2026-05-21731.3602
2026-05-29732.0140
2026-06-05732.2445
2026-06-14732.6557
2026-06-21732.7605
2026-06-28733.1012
2026-07-05733.6362
2026-07-12733.8974
2026-07-19735.0146
2026-07-26734.8377
2026-08-02734.9955
2026-08-09735.3550
2026-08-16735.5969
2026-08-24736.5061
2026-08-31735.4402
2026-09-07736.1001
2026-09-14735.5106
2026-09-21733.6535

High

737.2325

Low

725.2798

Average

731.3731

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=RWF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=RWF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=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&currencies=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.