Convert CLF to RUB
Chilean Unit of Account (UF) → Russian Ruble
1 CLF = 3,620.6995 RUB(1 RUB = 0.00027619 CLF)
Currency converter
1 CLF =
3,620.6995 RUB
CLF to RUB: last 30 days
Over the last 30 days, 1 CLF traded between 3,451.1033 and 3,683.4291 RUB, averaging 3,594.9255 RUB. The CLF/RUB rate is down 1.38% since 2026-08-28.
- 30-day high
- 3,683.4291
- 2026-09-03
- 30-day low
- 3,451.1033
- 2026-09-22
- 30-day average
- 3,594.9255
- Days with data: 30
- 30-day change
- -1.38%
- since 2026-08-28
3,683.4291
3,451.10332026-08-28 → 2026-09-26
| Date | 1 CLF in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 3,620.6995 | +0.02% |
| 2026-09-25 | 3,619.9776 | +0.23% |
| 2026-09-24 | 3,611.783 | -1.04% |
| 2026-09-23 | 3,649.655 | +5.75% |
| 2026-09-22 | 3,451.1033 | -0.24% |
| 2026-09-21 | 3,459.3061 | +0.01% |
| 2026-09-20 | 3,458.8639 | -0.49% |
| 2026-09-19 | 3,475.9836 | -0.78% |
| 2026-09-18 | 3,503.3001 | +0.57% |
| 2026-09-17 | 3,483.4192 | +0.20% |
| 2026-09-16 | 3,476.3745 | -2.06% |
| 2026-09-15 | 3,549.4105 | -0.03% |
| 2026-09-14 | 3,550.3567 | +0.00% |
| 2026-09-13 | 3,550.315 | +0.07% |
| 2026-09-12 | 3,547.872 | -0.82% |
| Date | 1 CLF in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 3,577.3443 | -1.64% |
| 2026-09-10 | 3,636.9529 | +0.15% |
| 2026-09-09 | 3,631.4596 | -0.54% |
| 2026-09-08 | 3,651.0248 | -0.52% |
| 2026-09-07 | 3,669.9931 | +0.02% |
| 2026-09-06 | 3,669.299 | +0.86% |
| 2026-09-05 | 3,638.1184 | -0.50% |
| 2026-09-04 | 3,656.478 | -0.73% |
| 2026-09-03 | 3,683.4291 | +0.29% |
| 2026-09-02 | 3,672.7913 | +0.29% |
| 2026-09-01 | 3,662.2536 | -0.02% |
| 2026-08-31 | 3,662.9924 | -0.31% |
| 2026-08-30 | 3,674.4663 | -0.19% |
| 2026-08-29 | 3,681.3135 | +0.27% |
| 2026-08-28 | 3,671.4296 | — |
CLF to RUB conversion table
1 CLF3,620.6995 RUB
5 CLF18,103.498 RUB
10 CLF36,206.995 RUB
25 CLF90,517.488 RUB
50 CLF181,034.98 RUB
100 CLF362,069.95 RUB
500 CLF1,810,349.8 RUB
1,000 CLF3,620,699.5 RUB
5,000 CLF18,103,498 RUB
10,000 CLF36,206,995 RUB
Get the CLF/RUB rate in your app
One GET request returns the latest CLF → RUB rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CLF/RUB"fetch('https://rate-api.com/api/v1/pair/CLF/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CLF = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CLF/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CLF = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CLF/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CLF = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "CLF",
"to": "RUB"
},
"rate": 3620.6995,
"timestamp": 1790432045,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
RUB to CLFRussian Ruble → Chilean Unit of Account (UF)0.00027619Convert CLF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.