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: show the values
| Point | BAM/RWF |
|---|---|
| 2025-12-31 | 872.9494 |
| 2026-01-07 | 871.5551 |
| 2026-01-14 | 867.5772 |
| 2026-01-21 | 873.8113 |
| 2026-01-28 | 890.6047 |
| 2026-02-04 | 883.3194 |
| 2026-02-11 | 886.4874 |
| 2026-02-18 | 883.0030 |
| 2026-02-25 | 879.8295 |
| 2026-03-04 | 866.2753 |
| 2026-03-11 | 867.9754 |
| 2026-03-18 | 860.8305 |
| 2026-03-25 | 866.5300 |
| 2026-04-01 | 863.8028 |
| 2026-04-08 | 870.4234 |
| 2026-04-15 | 883.3175 |
| 2026-04-22 | 878.7161 |
| 2026-04-29 | 873.3840 |
| 2026-05-06 | 873.9136 |
| 2026-05-14 | 875.4786 |
| 2026-05-21 | 869.0722 |
| 2026-05-29 | 871.2357 |
| 2026-06-05 | 869.7044 |
| 2026-06-14 | 867.1560 |
| 2026-06-21 | 859.9409 |
| 2026-06-28 | 853.7871 |
| 2026-07-05 | 858.3400 |
| 2026-07-12 | 856.7974 |
| 2026-07-19 | 859.6929 |
| 2026-07-26 | 854.6110 |
| 2026-08-02 | 866.8450 |
| 2026-08-09 | 869.2951 |
| 2026-08-16 | 870.2253 |
| 2026-08-24 | 879.5000 |
| 2026-08-31 | 871.7048 |
| 2026-09-07 | 873.9391 |
| 2026-09-14 | 870.0335 |
| 2026-09-21 | 861.0631 |
High
890.6047
Low
853.7871
Average
870.0479
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.