Skip to content

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

BBD/RWF over 1Y: show the values
PointBBD/RWF
2025-09-27724.2068
2025-10-04724.0125
2025-10-11724.0176
2025-10-18726.0051
2025-10-25725.0414
2025-11-01726.1665
2025-11-08725.7083
2025-11-15725.1097
2025-11-22725.7374
2025-11-29725.8554
2025-12-06725.8592
2025-12-14727.4022
2025-12-21727.4605
2025-12-28727.7267
2026-01-04727.6116
2026-01-11727.7816
2026-01-18727.8530
2026-01-25727.4355
2026-02-01727.7018
2026-02-08727.7969
2026-02-15728.7524
2026-02-22728.8277
2026-03-01729.1877
2026-03-08729.3675
2026-03-15729.8625
2026-03-22730.1946
2026-03-29730.3065
2026-04-05730.6975
2026-04-12725.0647
2026-04-19725.4894
2026-04-26725.6914
2026-05-03725.4757
2026-05-10727.8635
2026-05-18726.2923
2026-05-26731.7165
2026-06-02732.7528
2026-06-11733.4702
2026-06-18739.3974
2026-06-25733.0730
2026-07-02727.6422
2026-07-09733.9164
2026-07-16733.0202
2026-07-23734.8492
2026-07-30734.4825
2026-08-06734.5497
2026-08-13735.4880
2026-08-21735.8256
2026-08-28735.0841
2026-09-04735.7816
2026-09-11737.4990
2026-09-18732.6010
2026-09-25737.9344

High

739.3974

Low

724.0125

Average

729.7336

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.