Convert INR to CLF
Indian Rupee → Chilean Unit of Account (UF)
1 INR = 0.000245047 CLF(1 CLF = 4,080.8522 INR)
Currency converter
1 INR =
0.00024505 CLF
INR to CLF: last 30 days
Over the last 30 days, 1 INR traded between 0.00024125 and 0.00025391 CLF, averaging 0.00024861 CLF. The INR/CLF rate is up 0.41% since 2026-08-28.
- 30-day high
- 0.00025391
- 2026-09-21
- 30-day low
- 0.00024125
- 2026-09-23
- 30-day average
- 0.00024861
- Days with data: 30
- 30-day change
- +0.41%
- since 2026-08-28
0.00025391
0.000241252026-08-28 → 2026-09-26
| Date | 1 INR in CLF | Daily change |
|---|---|---|
| 2026-09-26 | 0.00024505 | -0.02% |
| 2026-09-25 | 0.0002451 | +0.13% |
| 2026-09-24 | 0.00024479 | +1.47% |
| 2026-09-23 | 0.00024125 | -4.98% |
| 2026-09-22 | 0.0002539 | -0.01% |
| 2026-09-21 | 0.00025391 | +0.14% |
| 2026-09-20 | 0.00025355 | +0.12% |
| 2026-09-19 | 0.00025323 | +0.66% |
| 2026-09-18 | 0.00025156 | -0.19% |
| 2026-09-17 | 0.00025203 | -0.14% |
| 2026-09-16 | 0.0002524 | +1.72% |
| 2026-09-15 | 0.00024812 | -0.42% |
| 2026-09-14 | 0.00024916 | +0.29% |
| 2026-09-13 | 0.00024843 | +0.04% |
| 2026-09-12 | 0.00024833 | +1.11% |
| Date | 1 INR in CLF | Daily change |
|---|---|---|
| 2026-09-11 | 0.0002456 | +0.30% |
| 2026-09-10 | 0.00024487 | -1.48% |
| 2026-09-09 | 0.00024855 | -0.21% |
| 2026-09-08 | 0.00024908 | -0.27% |
| 2026-09-07 | 0.00024976 | +0.04% |
| 2026-09-06 | 0.00024966 | 0.00% |
| 2026-09-05 | 0.00024966 | -0.46% |
| 2026-09-04 | 0.00025082 | 0.00% |
| 2026-09-03 | 0.00025082 | +0.76% |
| 2026-09-02 | 0.00024892 | +0.28% |
| 2026-09-01 | 0.00024824 | +0.66% |
| 2026-08-31 | 0.00024661 | +0.49% |
| 2026-08-30 | 0.00024541 | 0.00% |
| 2026-08-29 | 0.00024541 | +0.56% |
| 2026-08-28 | 0.00024405 | — |
INR to CLF conversion table
1 INR0.00024505 CLF
5 INR0.0012252 CLF
10 INR0.0024505 CLF
25 INR0.0061262 CLF
50 INR0.012252 CLF
100 INR0.024505 CLF
500 INR0.12252 CLF
1,000 INR0.24505 CLF
5,000 INR1.2252 CLF
10,000 INR2.4505 CLF
Get the INR/CLF rate in your app
One GET request returns the latest INR → CLF 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/INR/CLF?precision=6"fetch('https://rate-api.com/api/v1/pair/INR/CLF?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} CLF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/CLF?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} CLF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/CLF?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} CLF\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "CLF"
},
"rate": 0.000245,
"timestamp": 1790429395,
"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
CLF to INRChilean Unit of Account (UF) → Indian Rupee4,080.8522Convert INR to other currencies
Convert other currencies to CLF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.