Skip to content

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

RUB/INR over 1Y: show the values
PointRUB/INR
2025-09-251.0584
2025-10-021.0768
2025-10-091.0895
2025-10-161.1180
2025-10-231.0776
2025-10-301.1098
2025-11-061.0889
2025-11-131.0913
2025-11-201.1014
2025-11-271.1389
2025-12-041.1587
2025-12-121.1280
2025-12-191.1238
2025-12-261.1452
2026-01-021.1439
2026-01-091.1226
2026-01-161.1580
2026-01-231.2090
2026-01-301.2104
2026-02-061.1813
2026-02-131.1733
2026-02-201.1845
2026-02-271.1845
2026-03-061.1673
2026-03-131.1623
2026-03-201.0867
2026-03-271.1651
2026-04-031.1555
2026-04-101.1966
2026-04-171.2154
2026-04-241.2422
2026-05-011.2705
2026-05-081.2658
2026-05-161.3180
2026-05-241.3407
2026-05-311.3366
2026-06-091.3064
2026-06-161.3056
2026-06-231.2763
2026-06-301.2291
2026-07-071.2315
2026-07-141.2551
2026-07-211.2255
2026-07-281.2296
2026-08-041.1863
2026-08-111.1567
2026-08-181.1254
2026-08-261.1404
2026-09-021.0939
2026-09-091.1079
2026-09-161.1397
2026-09-231.1358

High

1.3407

Low

1.0584

Average

1.1749

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=INR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=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&currencies=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.