Skip to content

BAM to RWF exchange rate API

Convertible Mark to Rwanda Franc · quoted 2026-09-26

859.1398

▼ +1.11% over 1Y

1 BAM = 859.1398 RWF · 1 RWF = 0.001164 BAM · Get this rate via the API

1 BAM buys 859.1398 RWF as of 2026-09-26, so 1 RWF buys 0.001164 BAM. Over the last year, BAM/RWF traded between 853.1583 and 882.4390, averaged 867.7266 and fell 1.11%. The API holds daily BAM/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/RWF over 1Y

BAM/RWF over 1Y: show the values
PointBAM/RWF
2025-09-26868.8091
2025-10-03868.5033
2025-10-10860.5333
2025-10-17867.2895
2025-10-24860.6579
2025-10-31858.7839
2025-11-07856.6230
2025-11-14863.5884
2025-11-21857.1373
2025-11-28860.6258
2025-12-05866.4467
2025-12-13871.7352
2025-12-20872.0768
2025-12-27876.8942
2026-01-03871.7684
2026-01-10866.7011
2026-01-17864.2325
2026-01-24880.5278
2026-01-31881.1714
2026-02-07878.9418
2026-02-14882.4390
2026-02-21877.7615
2026-02-28879.1218
2026-03-07865.9923
2026-03-14854.5469
2026-03-21864.4529
2026-03-28859.5535
2026-04-04859.8830
2026-04-11874.9782
2026-04-18881.1341
2026-04-25873.3759
2026-05-02875.3081
2026-05-09878.5143
2026-05-17869.7049
2026-05-25869.3582
2026-06-01872.9159
2026-06-10866.2925
2026-06-17875.6852
2026-06-24853.1583
2026-07-01854.7258
2026-07-08857.0467
2026-07-15858.5112
2026-07-22858.2447
2026-07-29854.5887
2026-08-05865.6211
2026-08-12868.2123
2026-08-20875.8021
2026-08-27877.3649
2026-09-03872.9896
2026-09-10876.9395
2026-09-17861.9942
2026-09-24861.1049

High

882.4390

Low

853.1583

Average

867.7266

For developers

Get this rate via the API

One GET request returns the BAM/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=BAM&currencies=RWF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&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=BAM&currencies=RWF").json()

Replace YOUR_API_KEY with the key from your dashboard.

BAM/RWF API questions

How do I get the BAM/RWF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=RWF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/RWF rate in rates.RWF.

How far back does BAM/RWF historical data go?

Daily BAM/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 BAM/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.