RUB to CLP exchange rate API
Russian Ruble to Chilean Peso · quoted 2026-09-26
11.3965
▲ +0.61% over YTD
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 year to date, RUB/CLP traded between 10.7637 and 12.5928, averaged 11.5749 and rose 0.61%. 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 YTD: show the values
| Point | RUB/CLP |
|---|---|
| 2025-12-31 | 11.3272 |
| 2026-01-07 | 11.1054 |
| 2026-01-14 | 11.2578 |
| 2026-01-21 | 11.3516 |
| 2026-01-28 | 11.2509 |
| 2026-02-04 | 11.1743 |
| 2026-02-11 | 11.0738 |
| 2026-02-18 | 11.3476 |
| 2026-02-25 | 11.2600 |
| 2026-03-04 | 11.6370 |
| 2026-03-11 | 11.2507 |
| 2026-03-18 | 11.0160 |
| 2026-03-25 | 11.3870 |
| 2026-04-01 | 11.3938 |
| 2026-04-08 | 11.6883 |
| 2026-04-15 | 11.7648 |
| 2026-04-22 | 11.8929 |
| 2026-04-29 | 11.8373 |
| 2026-05-06 | 11.9913 |
| 2026-05-14 | 12.0482 |
| 2026-05-21 | 12.5928 |
| 2026-05-29 | 12.5795 |
| 2026-06-05 | 12.2057 |
| 2026-06-14 | 12.4106 |
| 2026-06-21 | 12.3688 |
| 2026-06-28 | 11.6867 |
| 2026-07-05 | 11.9600 |
| 2026-07-12 | 12.0630 |
| 2026-07-19 | 11.9147 |
| 2026-07-26 | 12.1300 |
| 2026-08-02 | 11.7423 |
| 2026-08-09 | 11.1860 |
| 2026-08-16 | 10.8954 |
| 2026-08-24 | 11.1113 |
| 2026-08-31 | 10.8359 |
| 2026-09-07 | 10.7637 |
| 2026-09-14 | 11.1142 |
| 2026-09-21 | 11.4068 |
High
12.5928
Low
10.7637
Average
11.5749
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.