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: show the values
| Point | RUB/IDR |
|---|---|
| 2025-09-26 | 199.0085 |
| 2025-10-03 | 201.8332 |
| 2025-10-10 | 204.3509 |
| 2025-10-17 | 206.3313 |
| 2025-10-24 | 204.3587 |
| 2025-10-31 | 208.4865 |
| 2025-11-07 | 205.5155 |
| 2025-11-14 | 206.9799 |
| 2025-11-21 | 208.8251 |
| 2025-11-28 | 213.7305 |
| 2025-12-05 | 216.2717 |
| 2025-12-13 | 208.6245 |
| 2025-12-20 | 206.8504 |
| 2025-12-27 | 213.0639 |
| 2026-01-03 | 207.6378 |
| 2026-01-10 | 212.4168 |
| 2026-01-17 | 217.2066 |
| 2026-01-24 | 221.5993 |
| 2026-01-31 | 219.8844 |
| 2026-02-07 | 219.4275 |
| 2026-02-14 | 220.6212 |
| 2026-02-21 | 219.8588 |
| 2026-02-28 | 217.9207 |
| 2026-03-07 | 213.7509 |
| 2026-03-14 | 211.6979 |
| 2026-03-21 | 204.8079 |
| 2026-03-28 | 208.6822 |
| 2026-04-04 | 211.5022 |
| 2026-04-11 | 221.6380 |
| 2026-04-18 | 224.8414 |
| 2026-04-25 | 229.4674 |
| 2026-05-02 | 231.2092 |
| 2026-05-09 | 234.0712 |
| 2026-05-17 | 241.2934 |
| 2026-05-25 | 248.6789 |
| 2026-06-01 | 250.3389 |
| 2026-06-10 | 248.7634 |
| 2026-06-17 | 245.5708 |
| 2026-06-24 | 241.2604 |
| 2026-07-01 | 228.2206 |
| 2026-07-08 | 236.5556 |
| 2026-07-15 | 233.2897 |
| 2026-07-22 | 228.8780 |
| 2026-07-29 | 229.5470 |
| 2026-08-05 | 221.7931 |
| 2026-08-12 | 216.3790 |
| 2026-08-20 | 211.8925 |
| 2026-08-27 | 207.8981 |
| 2026-09-03 | 202.1478 |
| 2026-09-10 | 206.7654 |
| 2026-09-17 | 210.4629 |
| 2026-09-24 | 211.3700 |
High
250.3389
Low
199.0085
Average
218.6002
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.