RUB to ARS exchange rate API
Russian Ruble to Argentine Peso · quoted 2026-09-26
18.0793
▲ +13.33% over 1Y
1 RUB = 18.0793 ARS · 1 ARS = 0.05531 RUB · Get this rate via the API
1 RUB buys 18.0793 ARS as of 2026-09-26, so 1 ARS buys 0.05531 RUB. Over the last year, RUB/ARS traded between 15.9532 and 20.0287, averaged 18.2680 and rose 13.33%. The API holds daily RUB/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RUB/ARS over 1Y: show the values
| Point | RUB/ARS |
|---|---|
| 2025-09-26 | 15.9532 |
| 2025-10-03 | 17.3558 |
| 2025-10-10 | 17.5105 |
| 2025-10-17 | 17.4928 |
| 2025-10-24 | 18.2487 |
| 2025-10-31 | 18.0068 |
| 2025-11-07 | 17.8516 |
| 2025-11-14 | 17.4482 |
| 2025-11-21 | 17.7753 |
| 2025-11-28 | 18.6063 |
| 2025-12-05 | 18.7556 |
| 2025-12-13 | 18.0348 |
| 2025-12-20 | 17.9897 |
| 2025-12-27 | 18.4355 |
| 2026-01-03 | 18.3608 |
| 2026-01-10 | 18.5054 |
| 2026-01-17 | 18.3404 |
| 2026-01-24 | 18.9166 |
| 2026-01-31 | 19.0356 |
| 2026-02-07 | 18.7294 |
| 2026-02-14 | 18.2527 |
| 2026-02-21 | 17.9302 |
| 2026-02-28 | 17.9497 |
| 2026-03-07 | 17.9191 |
| 2026-03-14 | 17.4389 |
| 2026-03-21 | 16.6461 |
| 2026-03-28 | 16.9983 |
| 2026-04-04 | 17.3332 |
| 2026-04-11 | 17.7839 |
| 2026-04-18 | 17.9560 |
| 2026-04-25 | 18.4937 |
| 2026-05-02 | 18.5790 |
| 2026-05-09 | 18.8396 |
| 2026-05-17 | 19.1421 |
| 2026-05-25 | 19.6540 |
| 2026-06-01 | 19.8202 |
| 2026-06-10 | 20.0287 |
| 2026-06-17 | 19.8178 |
| 2026-06-24 | 19.7414 |
| 2026-07-01 | 18.8559 |
| 2026-07-08 | 19.5126 |
| 2026-07-15 | 18.9819 |
| 2026-07-22 | 18.8750 |
| 2026-07-29 | 19.0486 |
| 2026-08-05 | 18.5730 |
| 2026-08-12 | 18.0794 |
| 2026-08-20 | 17.8244 |
| 2026-08-27 | 17.7516 |
| 2026-09-03 | 17.3058 |
| 2026-09-10 | 17.8100 |
| 2026-09-17 | 17.9600 |
| 2026-09-24 | 17.8673 |
High
20.0287
Low
15.9532
Average
18.2680
Get this rate via the API
One GET request returns the RUB/ARS 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=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=ARS").json()Replace YOUR_API_KEY with the key from your dashboard.
RUB/ARS API questions
How do I get the RUB/ARS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=ARS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/ARS rate in rates.ARS.
How far back does RUB/ARS historical data go?
Daily RUB/ARS rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free RUB/ARS 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.