RUB to RWF exchange rate API
Russian Ruble to Rwanda Franc · quoted 2026-09-26
17.4810
▲ +0.79% over 1Y
1 RUB = 17.4810 RWF · 1 RWF = 0.05720 RUB · Get this rate via the API
1 RUB buys 17.4810 RWF as of 2026-09-26, so 1 RWF buys 0.05720 RUB. Over the last year, RUB/RWF traded between 16.8644 and 20.5747, averaged 18.5441 and rose 0.79%. The API holds daily RUB/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RUB/RWF over 1Y: show the values
| Point | RUB/RWF |
|---|---|
| 2025-09-26 | 17.3448 |
| 2025-10-03 | 17.6552 |
| 2025-10-10 | 17.9222 |
| 2025-10-17 | 18.0401 |
| 2025-10-24 | 17.8388 |
| 2025-10-31 | 18.1634 |
| 2025-11-07 | 17.8723 |
| 2025-11-14 | 17.9891 |
| 2025-11-21 | 18.1525 |
| 2025-11-28 | 18.6408 |
| 2025-12-05 | 18.8641 |
| 2025-12-13 | 18.2246 |
| 2025-12-20 | 18.0443 |
| 2025-12-27 | 18.5030 |
| 2026-01-03 | 18.0720 |
| 2026-01-10 | 18.3701 |
| 2026-01-17 | 18.7379 |
| 2026-01-24 | 19.2281 |
| 2026-01-31 | 19.0442 |
| 2026-02-07 | 18.9559 |
| 2026-02-14 | 19.0730 |
| 2026-02-21 | 19.0009 |
| 2026-02-28 | 18.8942 |
| 2026-03-07 | 18.3941 |
| 2026-03-14 | 18.2396 |
| 2026-03-21 | 17.6110 |
| 2026-03-28 | 17.9441 |
| 2026-04-04 | 18.1831 |
| 2026-04-11 | 18.9418 |
| 2026-04-18 | 19.1653 |
| 2026-04-25 | 19.4085 |
| 2026-05-02 | 19.4938 |
| 2026-05-09 | 19.6727 |
| 2026-05-17 | 20.0797 |
| 2026-05-25 | 20.4890 |
| 2026-06-01 | 20.5747 |
| 2026-06-10 | 20.3784 |
| 2026-06-17 | 20.3448 |
| 2026-06-24 | 19.7053 |
| 2026-07-01 | 18.6258 |
| 2026-07-08 | 19.2011 |
| 2026-07-15 | 18.9459 |
| 2026-07-22 | 18.7966 |
| 2026-07-29 | 18.6285 |
| 2026-08-05 | 18.2120 |
| 2026-08-12 | 17.8498 |
| 2026-08-20 | 17.4587 |
| 2026-08-27 | 17.2651 |
| 2026-09-03 | 16.8644 |
| 2026-09-10 | 17.3390 |
| 2026-09-17 | 17.4610 |
| 2026-09-24 | 17.4488 |
High
20.5747
Low
16.8644
Average
18.5441
Get this rate via the API
One GET request returns the RUB/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=RUB¤cies=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=RWF").json()Replace YOUR_API_KEY with the key from your dashboard.
RUB/RWF API questions
How do I get the RUB/RWF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=RWF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/RWF rate in rates.RWF.
How far back does RUB/RWF historical data go?
Daily RUB/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 RUB/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.