Skip to content

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

RUB/RWF over YTD: show the values
PointRUB/RWF
2025-12-3118.2924
2026-01-0718.0966
2026-01-1418.5216
2026-01-2118.6694
2026-01-2819.0121
2026-02-0418.9743
2026-02-1118.8398
2026-02-1819.0949
2026-02-2519.0562
2026-03-0418.8157
2026-03-1118.4824
2026-03-1817.7186
2026-03-2518.1348
2026-04-0117.9651
2026-04-0818.5961
2026-04-1519.4389
2026-04-2219.4760
2026-04-2919.3899
2026-05-0619.3263
2026-05-1419.8502
2026-05-2120.5072
2026-05-2920.6597
2026-06-0519.9506
2026-06-1420.2210
2026-06-2120.0595
2026-06-2818.5734
2026-07-0519.0562
2026-07-1219.1506
2026-07-1918.7745
2026-07-2618.7948
2026-08-0218.5405
2026-08-0918.0222
2026-08-1617.5173
2026-08-2417.8006
2026-08-3117.1091
2026-09-0716.9977
2026-09-1417.4015
2026-09-2117.4337

High

20.6597

Low

16.9977

Average

18.7129

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=RWF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&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=RUB&currencies=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&currencies=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.