Skip to content

INR to RWF exchange rate API

Indian Rupee to Rwanda Franc · quoted 2026-09-24

15.3748

▼ +4.98% over YTD

1 INR = 15.3748 RWF · 1 RWF = 0.06504 INR · Get this rate via the API

1 INR buys 15.3748 RWF as of 2026-09-24, so 1 RWF buys 0.06504 INR. Over the year to date, INR/RWF traded between 15.1983 and 16.2132, averaged 15.6036 and fell 4.98%. The API holds daily INR/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/RWF over YTD

INR/RWF over YTD: show the values
PointINR/RWF
2025-12-3116.1807
2026-01-0716.2132
2026-01-1416.1447
2026-01-2115.9006
2026-01-2815.7975
2026-02-0416.1588
2026-02-1116.0013
2026-02-1816.0759
2026-02-2516.0529
2026-03-0415.8635
2026-03-1115.8667
2026-03-1815.7116
2026-03-2515.5432
2026-04-0115.6334
2026-04-0815.8173
2026-04-1515.6812
2026-04-2215.5978
2026-04-2915.3980
2026-05-0615.4214
2026-05-1415.2631
2026-05-2115.2042
2026-05-2915.4106
2026-06-0515.4238
2026-06-1415.3649
2026-06-2115.4962
2026-06-2815.4835
2026-07-0515.3717
2026-07-1215.3545
2026-07-1915.2333
2026-07-2615.1983
2026-08-0215.3774
2026-08-0915.4140
2026-08-1615.3828
2026-08-2415.3833
2026-08-3115.4550
2026-09-0715.5798
2026-09-1415.3945
2026-09-2115.3131

High

16.2132

Low

15.1983

Average

15.6036

For developers

Get this rate via the API

One GET request returns the INR/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=INR&currencies=RWF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&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=INR&currencies=RWF").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/RWF API questions

How do I get the INR/RWF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=RWF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/RWF rate in rates.RWF.

How far back does INR/RWF historical data go?

Daily INR/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 INR/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.