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: show the values
| Point | RUB/CLP |
|---|---|
| 2026-08-27 | 10.7832 |
| 2026-08-28 | 10.8400 |
| 2026-08-29 | 10.8074 |
| 2026-08-30 | 10.8280 |
| 2026-08-31 | 10.8359 |
| 2026-09-01 | 10.8277 |
| 2026-09-02 | 10.7819 |
| 2026-09-03 | 10.7426 |
| 2026-09-04 | 10.7618 |
| 2026-09-05 | 10.8885 |
| 2026-09-06 | 10.7962 |
| 2026-09-07 | 10.7637 |
| 2026-09-08 | 10.8340 |
| 2026-09-09 | 10.7744 |
| 2026-09-10 | 10.9082 |
| 2026-09-11 | 11.2069 |
| 2026-09-12 | 11.1933 |
| 2026-09-13 | 11.1818 |
| 2026-09-14 | 11.1142 |
| 2026-09-15 | 11.3039 |
| 2026-09-16 | 11.3344 |
| 2026-09-17 | 11.3576 |
| 2026-09-18 | 11.3660 |
| 2026-09-19 | 11.3673 |
| 2026-09-20 | 11.4110 |
| 2026-09-21 | 11.4068 |
| 2026-09-22 | 11.3168 |
| 2026-09-23 | 11.2339 |
| 2026-09-24 | 11.3540 |
| 2026-09-25 | 11.3305 |
| 2026-09-26 | 11.3965 |
High
11.4110
Low
10.7426
Average
11.0764
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.