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: show the values
| Point | RUB/CLP |
|---|---|
| 2025-09-26 | 11.4294 |
| 2025-10-03 | 11.7200 |
| 2025-10-10 | 11.7145 |
| 2025-10-17 | 11.8899 |
| 2025-10-24 | 11.6520 |
| 2025-10-31 | 11.7937 |
| 2025-11-07 | 11.6144 |
| 2025-11-14 | 11.5217 |
| 2025-11-21 | 11.6246 |
| 2025-11-28 | 11.9007 |
| 2025-12-05 | 11.9046 |
| 2025-12-13 | 11.4259 |
| 2025-12-20 | 11.2859 |
| 2025-12-27 | 11.5119 |
| 2026-01-03 | 11.2664 |
| 2026-01-10 | 11.2881 |
| 2026-01-17 | 11.3985 |
| 2026-01-24 | 11.4394 |
| 2026-01-31 | 11.4497 |
| 2026-02-07 | 11.1436 |
| 2026-02-14 | 11.2969 |
| 2026-02-21 | 11.2860 |
| 2026-02-28 | 11.3352 |
| 2026-03-07 | 11.5025 |
| 2026-03-14 | 11.4708 |
| 2026-03-21 | 11.1955 |
| 2026-03-28 | 11.3641 |
| 2026-04-04 | 11.4458 |
| 2026-04-11 | 11.6075 |
| 2026-04-18 | 11.5004 |
| 2026-04-25 | 11.9252 |
| 2026-05-02 | 11.9911 |
| 2026-05-09 | 12.0055 |
| 2026-05-17 | 12.4849 |
| 2026-05-25 | 12.6039 |
| 2026-06-01 | 12.4844 |
| 2026-06-10 | 12.7348 |
| 2026-06-17 | 12.2178 |
| 2026-06-24 | 12.2670 |
| 2026-07-01 | 11.7198 |
| 2026-07-08 | 12.1278 |
| 2026-07-15 | 11.9541 |
| 2026-07-22 | 11.9448 |
| 2026-07-29 | 11.8591 |
| 2026-08-05 | 11.3587 |
| 2026-08-12 | 11.0839 |
| 2026-08-20 | 10.9724 |
| 2026-08-27 | 10.7832 |
| 2026-09-03 | 10.7426 |
| 2026-09-10 | 10.9082 |
| 2026-09-17 | 11.3576 |
| 2026-09-24 | 11.3540 |
High
12.7348
Low
10.7426
Average
11.6086
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=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¤cies=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.