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: show the values
| Point | RUB/IDR |
|---|---|
| 2025-12-31 | 210.2734 |
| 2026-01-07 | 208.2981 |
| 2026-01-14 | 214.3393 |
| 2026-01-21 | 216.6651 |
| 2026-01-28 | 219.1447 |
| 2026-02-04 | 218.1024 |
| 2026-02-11 | 217.6148 |
| 2026-02-18 | 221.1402 |
| 2026-02-25 | 219.4770 |
| 2026-03-04 | 217.0995 |
| 2026-03-11 | 213.7882 |
| 2026-03-18 | 206.3046 |
| 2026-03-25 | 209.3668 |
| 2026-04-01 | 208.0442 |
| 2026-04-08 | 216.4239 |
| 2026-04-15 | 227.5815 |
| 2026-04-22 | 228.9408 |
| 2026-04-29 | 230.3241 |
| 2026-05-06 | 229.5180 |
| 2026-05-14 | 237.1762 |
| 2026-05-21 | 247.8355 |
| 2026-05-29 | 251.4151 |
| 2026-06-05 | 246.1724 |
| 2026-06-14 | 247.3111 |
| 2026-06-21 | 244.1561 |
| 2026-06-28 | 227.3062 |
| 2026-07-05 | 233.8205 |
| 2026-07-12 | 236.1616 |
| 2026-07-19 | 229.5904 |
| 2026-07-26 | 229.7604 |
| 2026-08-02 | 227.8146 |
| 2026-08-09 | 219.6251 |
| 2026-08-16 | 212.7302 |
| 2026-08-24 | 214.0579 |
| 2026-08-31 | 206.0011 |
| 2026-09-07 | 203.7476 |
| 2026-09-14 | 208.9059 |
| 2026-09-21 | 212.3154 |
High
251.4151
Low
203.7476
Average
222.5791
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=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¤cies=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.