Skip to content

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

RUB/ARS over 1Y: show the values
PointRUB/ARS
2025-09-2615.9532
2025-10-0317.3558
2025-10-1017.5105
2025-10-1717.4928
2025-10-2418.2487
2025-10-3118.0068
2025-11-0717.8516
2025-11-1417.4482
2025-11-2117.7753
2025-11-2818.6063
2025-12-0518.7556
2025-12-1318.0348
2025-12-2017.9897
2025-12-2718.4355
2026-01-0318.3608
2026-01-1018.5054
2026-01-1718.3404
2026-01-2418.9166
2026-01-3119.0356
2026-02-0718.7294
2026-02-1418.2527
2026-02-2117.9302
2026-02-2817.9497
2026-03-0717.9191
2026-03-1417.4389
2026-03-2116.6461
2026-03-2816.9983
2026-04-0417.3332
2026-04-1117.7839
2026-04-1817.9560
2026-04-2518.4937
2026-05-0218.5790
2026-05-0918.8396
2026-05-1719.1421
2026-05-2519.6540
2026-06-0119.8202
2026-06-1020.0287
2026-06-1719.8178
2026-06-2419.7414
2026-07-0118.8559
2026-07-0819.5126
2026-07-1518.9819
2026-07-2218.8750
2026-07-2919.0486
2026-08-0518.5730
2026-08-1218.0794
2026-08-2017.8244
2026-08-2717.7516
2026-09-0317.3058
2026-09-1017.8100
2026-09-1717.9600
2026-09-2417.8673

High

20.0287

Low

15.9532

Average

18.2680

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=ARS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=ARS");
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=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&currencies=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.