RUB to RWF exchange rate API
Russian Ruble to Rwanda Franc · quoted 2026-09-26
17.4810
▼ +4.44% over YTD
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 year to date, RUB/RWF traded between 16.9977 and 20.6597, averaged 18.7129 and fell 4.44%. 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 YTD: show the values
| Point | RUB/RWF |
|---|---|
| 2025-12-31 | 18.2924 |
| 2026-01-07 | 18.0966 |
| 2026-01-14 | 18.5216 |
| 2026-01-21 | 18.6694 |
| 2026-01-28 | 19.0121 |
| 2026-02-04 | 18.9743 |
| 2026-02-11 | 18.8398 |
| 2026-02-18 | 19.0949 |
| 2026-02-25 | 19.0562 |
| 2026-03-04 | 18.8157 |
| 2026-03-11 | 18.4824 |
| 2026-03-18 | 17.7186 |
| 2026-03-25 | 18.1348 |
| 2026-04-01 | 17.9651 |
| 2026-04-08 | 18.5961 |
| 2026-04-15 | 19.4389 |
| 2026-04-22 | 19.4760 |
| 2026-04-29 | 19.3899 |
| 2026-05-06 | 19.3263 |
| 2026-05-14 | 19.8502 |
| 2026-05-21 | 20.5072 |
| 2026-05-29 | 20.6597 |
| 2026-06-05 | 19.9506 |
| 2026-06-14 | 20.2210 |
| 2026-06-21 | 20.0595 |
| 2026-06-28 | 18.5734 |
| 2026-07-05 | 19.0562 |
| 2026-07-12 | 19.1506 |
| 2026-07-19 | 18.7745 |
| 2026-07-26 | 18.7948 |
| 2026-08-02 | 18.5405 |
| 2026-08-09 | 18.0222 |
| 2026-08-16 | 17.5173 |
| 2026-08-24 | 17.8006 |
| 2026-08-31 | 17.1091 |
| 2026-09-07 | 16.9977 |
| 2026-09-14 | 17.4015 |
| 2026-09-21 | 17.4337 |
High
20.6597
Low
16.9977
Average
18.7129
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.