Skip to content

RUB to RWF exchange rate API

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

17.4810

▲ +1.25% over 30D

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 30 days, RUB/RWF traded between 16.8644 and 17.5696, averaged 17.2861 and rose 1.25%. 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 30D

RUB/RWF over 30D: show the values
PointRUB/RWF
2026-08-2717.2651
2026-08-2817.2008
2026-08-2917.0767
2026-08-3017.1022
2026-08-3117.1091
2026-09-0117.0602
2026-09-0216.9798
2026-09-0316.8644
2026-09-0416.9812
2026-09-0517.1376
2026-09-0617.0168
2026-09-0716.9977
2026-09-0817.0773
2026-09-0917.1311
2026-09-1017.3390
2026-09-1117.5678
2026-09-1217.4247
2026-09-1317.4717
2026-09-1417.4015
2026-09-1517.4289
2026-09-1617.4893
2026-09-1717.4610
2026-09-1817.4598
2026-09-1917.3152
2026-09-2017.5265
2026-09-2117.4337
2026-09-2217.5696
2026-09-2317.4958
2026-09-2417.4488
2026-09-2517.3605
2026-09-2617.4810

High

17.5696

Low

16.8644

Average

17.2861

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.