Skip to content

RUB to IDR exchange rate API

Russian Ruble to Rupiah · quoted 2026-09-26

212.2356

▲ +6.65% over 1Y

1 RUB = 212.2356 IDR · 1 IDR = 0.004712 RUB · Get this rate via the API

1 RUB buys 212.2356 IDR as of 2026-09-26, so 1 IDR buys 0.004712 RUB. Over the last year, RUB/IDR traded between 199.0085 and 250.3389, averaged 218.6002 and rose 6.65%. The API holds daily RUB/IDR rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

RUB/IDR over 1Y

RUB/IDR over 1Y: show the values
PointRUB/IDR
2025-09-26199.0085
2025-10-03201.8332
2025-10-10204.3509
2025-10-17206.3313
2025-10-24204.3587
2025-10-31208.4865
2025-11-07205.5155
2025-11-14206.9799
2025-11-21208.8251
2025-11-28213.7305
2025-12-05216.2717
2025-12-13208.6245
2025-12-20206.8504
2025-12-27213.0639
2026-01-03207.6378
2026-01-10212.4168
2026-01-17217.2066
2026-01-24221.5993
2026-01-31219.8844
2026-02-07219.4275
2026-02-14220.6212
2026-02-21219.8588
2026-02-28217.9207
2026-03-07213.7509
2026-03-14211.6979
2026-03-21204.8079
2026-03-28208.6822
2026-04-04211.5022
2026-04-11221.6380
2026-04-18224.8414
2026-04-25229.4674
2026-05-02231.2092
2026-05-09234.0712
2026-05-17241.2934
2026-05-25248.6789
2026-06-01250.3389
2026-06-10248.7634
2026-06-17245.5708
2026-06-24241.2604
2026-07-01228.2206
2026-07-08236.5556
2026-07-15233.2897
2026-07-22228.8780
2026-07-29229.5470
2026-08-05221.7931
2026-08-12216.3790
2026-08-20211.8925
2026-08-27207.8981
2026-09-03202.1478
2026-09-10206.7654
2026-09-17210.4629
2026-09-24211.3700

High

250.3389

Low

199.0085

Average

218.6002

For developers

Get this rate via the API

One GET request returns the RUB/IDR 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=IDR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=IDR");
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=IDR").json()

Replace YOUR_API_KEY with the key from your dashboard.

RUB/IDR API questions

How do I get the RUB/IDR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/IDR rate in rates.IDR.

How far back does RUB/IDR historical data go?

Daily RUB/IDR rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free RUB/IDR 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.