Skip to content

RUB to IDR exchange rate API

Russian Ruble to Rupiah · quoted 2026-09-26

212.2356

▲ +0.93% over YTD

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 year to date, RUB/IDR traded between 203.7476 and 251.4151, averaged 222.5791 and rose 0.93%. 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 YTD

RUB/IDR over YTD: show the values
PointRUB/IDR
2025-12-31210.2734
2026-01-07208.2981
2026-01-14214.3393
2026-01-21216.6651
2026-01-28219.1447
2026-02-04218.1024
2026-02-11217.6148
2026-02-18221.1402
2026-02-25219.4770
2026-03-04217.0995
2026-03-11213.7882
2026-03-18206.3046
2026-03-25209.3668
2026-04-01208.0442
2026-04-08216.4239
2026-04-15227.5815
2026-04-22228.9408
2026-04-29230.3241
2026-05-06229.5180
2026-05-14237.1762
2026-05-21247.8355
2026-05-29251.4151
2026-06-05246.1724
2026-06-14247.3111
2026-06-21244.1561
2026-06-28227.3062
2026-07-05233.8205
2026-07-12236.1616
2026-07-19229.5904
2026-07-26229.7604
2026-08-02227.8146
2026-08-09219.6251
2026-08-16212.7302
2026-08-24214.0579
2026-08-31206.0011
2026-09-07203.7476
2026-09-14208.9059
2026-09-21212.3154

High

251.4151

Low

203.7476

Average

222.5791

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.