Skip to content

RUB to CLP exchange rate API

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

11.3965

▲ +14.55% over 5Y

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 5 years, RUB/CLP traded between 9.1853 and 12.4020, averaged 11.1559 and rose 14.55%. 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 5Y

RUB/CLP over 5Y: show the values
PointRUB/CLP
2024-08-249.9488
2024-10-079.6725
2024-11-069.7604
2024-12-069.6062
2025-01-059.1853
2025-02-049.8835
2025-03-0610.3866
2025-04-0611.5922
2025-05-0611.6571
2025-06-0711.8945
2025-07-0711.8281
2025-08-0612.0791
2025-09-0511.9602
2025-10-0611.7046
2025-11-0511.6905
2025-12-0511.9046
2026-01-0511.2077
2026-02-0411.1743
2026-03-0611.5183
2026-04-0511.4987
2026-05-0512.1739
2026-06-0612.4020
2026-07-0812.1278
2026-08-0711.0358
2026-09-0710.7637

High

12.4020

Low

9.1853

Average

11.1559

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.