INR to RWF exchange rate API
Indian Rupee to Rwanda Franc · quoted 2026-09-24
15.3770
▼ +4.97% over YTD
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 year to date, INR/RWF traded between 15.1983 and 16.2132, averaged 15.6036 and fell 4.97%. 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: show the values
| Point | INR/RWF |
|---|---|
| 2025-12-31 | 16.1807 |
| 2026-01-07 | 16.2132 |
| 2026-01-14 | 16.1447 |
| 2026-01-21 | 15.9006 |
| 2026-01-28 | 15.7975 |
| 2026-02-04 | 16.1588 |
| 2026-02-11 | 16.0013 |
| 2026-02-18 | 16.0759 |
| 2026-02-25 | 16.0529 |
| 2026-03-04 | 15.8635 |
| 2026-03-11 | 15.8667 |
| 2026-03-18 | 15.7116 |
| 2026-03-25 | 15.5432 |
| 2026-04-01 | 15.6334 |
| 2026-04-08 | 15.8173 |
| 2026-04-15 | 15.6812 |
| 2026-04-22 | 15.5978 |
| 2026-04-29 | 15.3980 |
| 2026-05-06 | 15.4214 |
| 2026-05-14 | 15.2631 |
| 2026-05-21 | 15.2042 |
| 2026-05-29 | 15.4106 |
| 2026-06-05 | 15.4238 |
| 2026-06-14 | 15.3649 |
| 2026-06-21 | 15.4962 |
| 2026-06-28 | 15.4835 |
| 2026-07-05 | 15.3717 |
| 2026-07-12 | 15.3545 |
| 2026-07-19 | 15.2333 |
| 2026-07-26 | 15.1983 |
| 2026-08-02 | 15.3774 |
| 2026-08-09 | 15.4140 |
| 2026-08-16 | 15.3828 |
| 2026-08-24 | 15.3833 |
| 2026-08-31 | 15.4550 |
| 2026-09-07 | 15.5798 |
| 2026-09-14 | 15.3945 |
| 2026-09-21 | 15.3131 |
High
16.2132
Low
15.1983
Average
15.6036
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.