Skip to content

RUB to CLP exchange rate API

Russian Ruble to Chilean Peso · quoted 2026-09-26

11.3965

▼ +0.29% over 1Y

1 RUB = 11.3965 CLP · 1 CLP = 0.08775 RUB · Get this rate via the API

1 RUB buys 11.3965 CLP as of 2026-09-26, so 1 CLP buys 0.08775 RUB. Over the last year, RUB/CLP traded between 10.7426 and 12.7348, averaged 11.6086 and fell 0.29%. The API holds daily RUB/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RUB/CLP over 1Y

RUB/CLP over 1Y: show the values
PointRUB/CLP
2025-09-2611.4294
2025-10-0311.7200
2025-10-1011.7145
2025-10-1711.8899
2025-10-2411.6520
2025-10-3111.7937
2025-11-0711.6144
2025-11-1411.5217
2025-11-2111.6246
2025-11-2811.9007
2025-12-0511.9046
2025-12-1311.4259
2025-12-2011.2859
2025-12-2711.5119
2026-01-0311.2664
2026-01-1011.2881
2026-01-1711.3985
2026-01-2411.4394
2026-01-3111.4497
2026-02-0711.1436
2026-02-1411.2969
2026-02-2111.2860
2026-02-2811.3352
2026-03-0711.5025
2026-03-1411.4708
2026-03-2111.1955
2026-03-2811.3641
2026-04-0411.4458
2026-04-1111.6075
2026-04-1811.5004
2026-04-2511.9252
2026-05-0211.9911
2026-05-0912.0055
2026-05-1712.4849
2026-05-2512.6039
2026-06-0112.4844
2026-06-1012.7348
2026-06-1712.2178
2026-06-2412.2670
2026-07-0111.7198
2026-07-0812.1278
2026-07-1511.9541
2026-07-2211.9448
2026-07-2911.8591
2026-08-0511.3587
2026-08-1211.0839
2026-08-2010.9724
2026-08-2710.7832
2026-09-0310.7426
2026-09-1010.9082
2026-09-1711.3576
2026-09-2411.3540

High

12.7348

Low

10.7426

Average

11.6086

For developers

Get this rate via the API

One GET request returns the RUB/CLP 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=CLP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=CLP");
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=CLP").json()

Replace YOUR_API_KEY with the key from your dashboard.

RUB/CLP API questions

How do I get the RUB/CLP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=CLP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/CLP rate in rates.CLP.

How far back does RUB/CLP historical data go?

Daily RUB/CLP 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/CLP 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.