Skip to content

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

RUB/CLP over YTD: show the values
PointRUB/CLP
2025-12-3111.3272
2026-01-0711.1054
2026-01-1411.2578
2026-01-2111.3516
2026-01-2811.2509
2026-02-0411.1743
2026-02-1111.0738
2026-02-1811.3476
2026-02-2511.2600
2026-03-0411.6370
2026-03-1111.2507
2026-03-1811.0160
2026-03-2511.3870
2026-04-0111.3938
2026-04-0811.6883
2026-04-1511.7648
2026-04-2211.8929
2026-04-2911.8373
2026-05-0611.9913
2026-05-1412.0482
2026-05-2112.5928
2026-05-2912.5795
2026-06-0512.2057
2026-06-1412.4106
2026-06-2112.3688
2026-06-2811.6867
2026-07-0511.9600
2026-07-1212.0630
2026-07-1911.9147
2026-07-2612.1300
2026-08-0211.7423
2026-08-0911.1860
2026-08-1610.8954
2026-08-2411.1113
2026-08-3110.8359
2026-09-0710.7637
2026-09-1411.1142
2026-09-2111.4068

High

12.5928

Low

10.7637

Average

11.5749

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.