Skip to content

RUB to CLP exchange rate API

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

11.3965

▲ +5.69% over 30D

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 30 days, RUB/CLP traded between 10.7426 and 11.4110, averaged 11.0764 and rose 5.69%. 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 30D

RUB/CLP over 30D: show the values
PointRUB/CLP
2026-08-2710.7832
2026-08-2810.8400
2026-08-2910.8074
2026-08-3010.8280
2026-08-3110.8359
2026-09-0110.8277
2026-09-0210.7819
2026-09-0310.7426
2026-09-0410.7618
2026-09-0510.8885
2026-09-0610.7962
2026-09-0710.7637
2026-09-0810.8340
2026-09-0910.7744
2026-09-1010.9082
2026-09-1111.2069
2026-09-1211.1933
2026-09-1311.1818
2026-09-1411.1142
2026-09-1511.3039
2026-09-1611.3344
2026-09-1711.3576
2026-09-1811.3660
2026-09-1911.3673
2026-09-2011.4110
2026-09-2111.4068
2026-09-2211.3168
2026-09-2311.2339
2026-09-2411.3540
2026-09-2511.3305
2026-09-2611.3965

High

11.4110

Low

10.7426

Average

11.0764

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.