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: show the values
| Point | BAM/RWF |
|---|---|
| 2025-09-26 | 868.8091 |
| 2025-10-03 | 868.5033 |
| 2025-10-10 | 860.5333 |
| 2025-10-17 | 867.2895 |
| 2025-10-24 | 860.6579 |
| 2025-10-31 | 858.7839 |
| 2025-11-07 | 856.6230 |
| 2025-11-14 | 863.5884 |
| 2025-11-21 | 857.1373 |
| 2025-11-28 | 860.6258 |
| 2025-12-05 | 866.4467 |
| 2025-12-13 | 871.7352 |
| 2025-12-20 | 872.0768 |
| 2025-12-27 | 876.8942 |
| 2026-01-03 | 871.7684 |
| 2026-01-10 | 866.7011 |
| 2026-01-17 | 864.2325 |
| 2026-01-24 | 880.5278 |
| 2026-01-31 | 881.1714 |
| 2026-02-07 | 878.9418 |
| 2026-02-14 | 882.4390 |
| 2026-02-21 | 877.7615 |
| 2026-02-28 | 879.1218 |
| 2026-03-07 | 865.9923 |
| 2026-03-14 | 854.5469 |
| 2026-03-21 | 864.4529 |
| 2026-03-28 | 859.5535 |
| 2026-04-04 | 859.8830 |
| 2026-04-11 | 874.9782 |
| 2026-04-18 | 881.1341 |
| 2026-04-25 | 873.3759 |
| 2026-05-02 | 875.3081 |
| 2026-05-09 | 878.5143 |
| 2026-05-17 | 869.7049 |
| 2026-05-25 | 869.3582 |
| 2026-06-01 | 872.9159 |
| 2026-06-10 | 866.2925 |
| 2026-06-17 | 875.6852 |
| 2026-06-24 | 853.1583 |
| 2026-07-01 | 854.7258 |
| 2026-07-08 | 857.0467 |
| 2026-07-15 | 858.5112 |
| 2026-07-22 | 858.2447 |
| 2026-07-29 | 854.5887 |
| 2026-08-05 | 865.6211 |
| 2026-08-12 | 868.2123 |
| 2026-08-20 | 875.8021 |
| 2026-08-27 | 877.3649 |
| 2026-09-03 | 872.9896 |
| 2026-09-10 | 876.9395 |
| 2026-09-17 | 861.9942 |
| 2026-09-24 | 861.1049 |
High
882.4390
Low
853.1583
Average
867.7266
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.