Convert CLF to INR
Chilean Unit of Account (UF) → Indian Rupee
1 CLF = 4,080.8522 INR(1 INR = 0.000245047 CLF)
Currency converter
1 CLF =
4,080.8522 INR
CLF to INR: last 30 days
Over the last 30 days, 1 CLF traded between 3,938.3477 and 4,145.0982 INR, averaging 4,023.0616 INR. The CLF/INR rate is down 0.41% since 2026-08-28.
- 30-day high
- 4,145.0982
- 2026-09-23
- 30-day low
- 3,938.3477
- 2026-09-21
- 30-day average
- 4,023.0616
- Days with data: 30
- 30-day change
- -0.41%
- since 2026-08-28
4,145.0982
3,938.34772026-08-28 → 2026-09-26
| Date | 1 CLF in INR | Daily change |
|---|---|---|
| 2026-09-26 | 4,080.8522 | +0.02% |
| 2026-09-25 | 4,080.0385 | -0.13% |
| 2026-09-24 | 4,085.1562 | -1.45% |
| 2026-09-23 | 4,145.0982 | +5.24% |
| 2026-09-22 | 3,938.6073 | +0.01% |
| 2026-09-21 | 3,938.3477 | -0.14% |
| 2026-09-20 | 3,944.0559 | -0.12% |
| 2026-09-19 | 3,948.9292 | -0.66% |
| 2026-09-18 | 3,975.1244 | +0.19% |
| 2026-09-17 | 3,967.7419 | +0.14% |
| 2026-09-16 | 3,962.0149 | -1.69% |
| 2026-09-15 | 4,030.2394 | +0.42% |
| 2026-09-14 | 4,013.4397 | -0.29% |
| 2026-09-13 | 4,025.2738 | -0.04% |
| 2026-09-12 | 4,026.9701 | -1.10% |
| Date | 1 CLF in INR | Daily change |
|---|---|---|
| 2026-09-11 | 4,071.5807 | -0.30% |
| 2026-09-10 | 4,083.8682 | +1.51% |
| 2026-09-09 | 4,023.2657 | +0.21% |
| 2026-09-08 | 4,014.818 | +0.27% |
| 2026-09-07 | 4,003.8136 | -0.04% |
| 2026-09-06 | 4,005.5108 | 0.00% |
| 2026-09-05 | 4,005.5108 | +0.47% |
| 2026-09-04 | 3,986.9198 | 0.00% |
| 2026-09-03 | 3,986.9198 | -0.76% |
| 2026-09-02 | 4,017.3435 | -0.28% |
| 2026-09-01 | 4,028.426 | -0.65% |
| 2026-08-31 | 4,054.9638 | -0.49% |
| 2026-08-30 | 4,074.7544 | 0.00% |
| 2026-08-29 | 4,074.7544 | -0.56% |
| 2026-08-28 | 4,097.5086 | — |
CLF to INR conversion table
1 CLF4,080.8522 INR
5 CLF20,404.261 INR
10 CLF40,808.522 INR
25 CLF102,021.31 INR
50 CLF204,042.61 INR
100 CLF408,085.22 INR
500 CLF2,040,426.1 INR
1,000 CLF4,080,852.2 INR
5,000 CLF20,404,261 INR
10,000 CLF40,808,522 INR
Get the CLF/INR rate in your app
One GET request returns the latest CLF → INR 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/INR"fetch('https://rate-api.com/api/v1/pair/CLF/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CLF = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CLF/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CLF = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CLF/INR');
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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "CLF",
"to": "INR"
},
"rate": 4080.8522,
"timestamp": 1790432135,
"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
INR to CLFIndian Rupee → Chilean Unit of Account (UF)0.00024505Convert CLF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.