RUB to INR exchange rate API
Russian Ruble to Indian Rupee · quoted 2026-09-25
1.1306
▲ +6.83% over 1Y
1 RUB = 1.1306 INR · 1 INR = 0.88447 RUB · Get this rate via the API
1 RUB buys 1.1306 INR as of 2026-09-25, so 1 INR buys 0.88447 RUB. Over the last year, RUB/INR traded between 1.0584 and 1.3407, averaged 1.1749 and rose 6.83%. The API holds daily RUB/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.
RUB/INR over 1Y: show the values
| Point | RUB/INR |
|---|---|
| 2025-09-25 | 1.0584 |
| 2025-10-02 | 1.0768 |
| 2025-10-09 | 1.0895 |
| 2025-10-16 | 1.1180 |
| 2025-10-23 | 1.0776 |
| 2025-10-30 | 1.1098 |
| 2025-11-06 | 1.0889 |
| 2025-11-13 | 1.0913 |
| 2025-11-20 | 1.1014 |
| 2025-11-27 | 1.1389 |
| 2025-12-04 | 1.1587 |
| 2025-12-12 | 1.1280 |
| 2025-12-19 | 1.1238 |
| 2025-12-26 | 1.1452 |
| 2026-01-02 | 1.1439 |
| 2026-01-09 | 1.1226 |
| 2026-01-16 | 1.1580 |
| 2026-01-23 | 1.2090 |
| 2026-01-30 | 1.2104 |
| 2026-02-06 | 1.1813 |
| 2026-02-13 | 1.1733 |
| 2026-02-20 | 1.1845 |
| 2026-02-27 | 1.1845 |
| 2026-03-06 | 1.1673 |
| 2026-03-13 | 1.1623 |
| 2026-03-20 | 1.0867 |
| 2026-03-27 | 1.1651 |
| 2026-04-03 | 1.1555 |
| 2026-04-10 | 1.1966 |
| 2026-04-17 | 1.2154 |
| 2026-04-24 | 1.2422 |
| 2026-05-01 | 1.2705 |
| 2026-05-08 | 1.2658 |
| 2026-05-16 | 1.3180 |
| 2026-05-24 | 1.3407 |
| 2026-05-31 | 1.3366 |
| 2026-06-09 | 1.3064 |
| 2026-06-16 | 1.3056 |
| 2026-06-23 | 1.2763 |
| 2026-06-30 | 1.2291 |
| 2026-07-07 | 1.2315 |
| 2026-07-14 | 1.2551 |
| 2026-07-21 | 1.2255 |
| 2026-07-28 | 1.2296 |
| 2026-08-04 | 1.1863 |
| 2026-08-11 | 1.1567 |
| 2026-08-18 | 1.1254 |
| 2026-08-26 | 1.1404 |
| 2026-09-02 | 1.0939 |
| 2026-09-09 | 1.1079 |
| 2026-09-16 | 1.1397 |
| 2026-09-23 | 1.1358 |
High
1.3407
Low
1.0584
Average
1.1749
Get this rate via the API
One GET request returns the RUB/INR 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=RUB¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
RUB/INR API questions
How do I get the RUB/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/INR rate in rates.INR.
How far back does RUB/INR historical data go?
Daily RUB/INR rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free RUB/INR 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.