Skip to content

BAM to RWF exchange rate API

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

859.1398

▼ +1.58% over YTD

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 year to date, BAM/RWF traded between 853.7871 and 890.6047, averaged 870.0479 and fell 1.58%. 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 YTD

BAM/RWF over YTD: show the values
PointBAM/RWF
2025-12-31872.9494
2026-01-07871.5551
2026-01-14867.5772
2026-01-21873.8113
2026-01-28890.6047
2026-02-04883.3194
2026-02-11886.4874
2026-02-18883.0030
2026-02-25879.8295
2026-03-04866.2753
2026-03-11867.9754
2026-03-18860.8305
2026-03-25866.5300
2026-04-01863.8028
2026-04-08870.4234
2026-04-15883.3175
2026-04-22878.7161
2026-04-29873.3840
2026-05-06873.9136
2026-05-14875.4786
2026-05-21869.0722
2026-05-29871.2357
2026-06-05869.7044
2026-06-14867.1560
2026-06-21859.9409
2026-06-28853.7871
2026-07-05858.3400
2026-07-12856.7974
2026-07-19859.6929
2026-07-26854.6110
2026-08-02866.8450
2026-08-09869.2951
2026-08-16870.2253
2026-08-24879.5000
2026-08-31871.7048
2026-09-07873.9391
2026-09-14870.0335
2026-09-21861.0631

High

890.6047

Low

853.7871

Average

870.0479

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.