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: show the values
| Point | INR/RWF |
|---|---|
| 2025-09-24 | 16.3221 |
| 2025-10-01 | 16.3502 |
| 2025-10-08 | 16.3307 |
| 2025-10-15 | 16.4110 |
| 2025-10-22 | 16.4218 |
| 2025-10-29 | 16.4450 |
| 2025-11-05 | 16.3621 |
| 2025-11-12 | 16.3986 |
| 2025-11-19 | 16.4146 |
| 2025-11-26 | 16.2741 |
| 2025-12-03 | 16.0868 |
| 2025-12-11 | 16.0871 |
| 2025-12-18 | 16.1187 |
| 2025-12-25 | 16.2088 |
| 2026-01-01 | 16.2211 |
| 2026-01-08 | 16.2033 |
| 2026-01-15 | 16.1524 |
| 2026-01-22 | 15.9267 |
| 2026-01-29 | 15.8512 |
| 2026-02-05 | 16.1451 |
| 2026-02-12 | 16.1528 |
| 2026-02-19 | 16.0247 |
| 2026-02-26 | 16.0029 |
| 2026-03-05 | 15.9257 |
| 2026-03-12 | 15.8307 |
| 2026-03-19 | 15.6999 |
| 2026-03-26 | 15.5630 |
| 2026-04-02 | 15.7096 |
| 2026-04-09 | 15.7618 |
| 2026-04-16 | 15.6663 |
| 2026-04-23 | 15.5807 |
| 2026-04-30 | 15.3927 |
| 2026-05-07 | 15.5683 |
| 2026-05-15 | 15.3106 |
| 2026-05-23 | 15.2816 |
| 2026-05-30 | 15.4538 |
| 2026-06-06 | 15.4119 |
| 2026-06-15 | 15.4847 |
| 2026-06-22 | 15.4716 |
| 2026-06-29 | 15.5111 |
| 2026-07-06 | 15.3649 |
| 2026-07-13 | 15.3979 |
| 2026-07-20 | 15.2481 |
| 2026-07-27 | 15.3284 |
| 2026-08-03 | 15.3778 |
| 2026-08-10 | 15.4024 |
| 2026-08-17 | 15.3628 |
| 2026-08-25 | 15.4327 |
| 2026-09-01 | 15.5093 |
| 2026-09-08 | 15.5305 |
| 2026-09-15 | 15.3495 |
| 2026-09-22 | 15.3941 |
High
16.4450
Low
15.2481
Average
15.8040
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.