Skip to content

RUB to RWF exchange rate API

Russian Ruble to Rwanda Franc · quoted 2026-09-26

17.4810

▼ +2.41% over 6M

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 6 months, RUB/RWF traded between 17.0767 and 20.4018, averaged 18.6899 and fell 2.41%. 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 6M

RUB/RWF over 6M: show the values
PointRUB/RWF
2026-03-3017.9124
2026-04-0618.2066
2026-04-1318.8583
2026-04-2019.2244
2026-04-2719.3933
2026-05-0419.4913
2026-05-1119.6300
2026-05-1920.1741
2026-05-2720.4018
2026-06-0319.9864
2026-06-1220.3399
2026-06-1920.1920
2026-06-2619.5040
2026-07-0318.8913
2026-07-1019.3180
2026-07-1718.8550
2026-07-2418.7385
2026-07-3118.3929
2026-08-0717.7250
2026-08-1417.7025
2026-08-2217.7726
2026-08-2917.0767
2026-09-0517.1376
2026-09-1217.4247
2026-09-1917.3152
2026-09-2617.4810

High

20.4018

Low

17.0767

Average

18.6899

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.