Skip to content

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

BBD/RWF over 30D: show the values
PointBBD/RWF
2026-08-28735.0841
2026-08-29735.8300
2026-08-30735.5595
2026-08-31735.4402
2026-09-01736.3144
2026-09-02737.1344
2026-09-03736.1080
2026-09-04735.7816
2026-09-05735.4017
2026-09-06736.4766
2026-09-07736.1001
2026-09-08736.3511
2026-09-09735.3344
2026-09-10736.8709
2026-09-11737.4990
2026-09-12733.5001
2026-09-13736.2975
2026-09-14735.5106
2026-09-15736.4696
2026-09-16736.2803
2026-09-17735.3625
2026-09-18732.6010
2026-09-19730.6755
2026-09-20736.8591
2026-09-21733.6535
2026-09-22735.7979
2026-09-23737.4273
2026-09-24740.1812
2026-09-25737.9344
2026-09-26737.5524
2026-09-27737.2325

High

740.1812

Low

730.6755

Average

735.9954

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.