Skip to content

INR to RWF exchange rate API

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

15.3770

▼ +5.79% over 1Y

1 INR = 15.3770 RWF · 1 RWF = 0.06503 INR · Get this rate via the API

1 INR buys 15.3770 RWF as of 2026-09-24, so 1 RWF buys 0.06503 INR. Over the last year, INR/RWF traded between 15.2481 and 16.4450, averaged 15.8040 and fell 5.79%. 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 1Y

INR/RWF over 1Y: show the values
PointINR/RWF
2025-09-2416.3221
2025-10-0116.3502
2025-10-0816.3307
2025-10-1516.4110
2025-10-2216.4218
2025-10-2916.4450
2025-11-0516.3621
2025-11-1216.3986
2025-11-1916.4146
2025-11-2616.2741
2025-12-0316.0868
2025-12-1116.0871
2025-12-1816.1187
2025-12-2516.2088
2026-01-0116.2211
2026-01-0816.2033
2026-01-1516.1524
2026-01-2215.9267
2026-01-2915.8512
2026-02-0516.1451
2026-02-1216.1528
2026-02-1916.0247
2026-02-2616.0029
2026-03-0515.9257
2026-03-1215.8307
2026-03-1915.6999
2026-03-2615.5630
2026-04-0215.7096
2026-04-0915.7618
2026-04-1615.6663
2026-04-2315.5807
2026-04-3015.3927
2026-05-0715.5683
2026-05-1515.3106
2026-05-2315.2816
2026-05-3015.4538
2026-06-0615.4119
2026-06-1515.4847
2026-06-2215.4716
2026-06-2915.5111
2026-07-0615.3649
2026-07-1315.3979
2026-07-2015.2481
2026-07-2715.3284
2026-08-0315.3778
2026-08-1015.4024
2026-08-1715.3628
2026-08-2515.4327
2026-09-0115.5093
2026-09-0815.5305
2026-09-1515.3495
2026-09-2215.3941

High

16.4450

Low

15.2481

Average

15.8040

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.