Convert CLP to INR
Chilean Peso → Indian Rupee
1 CLP = 0.0994736 INR(1 INR = 10.052915 CLP)
Currency converter
1 CLP =
0.099474 INR
CLP to INR: last 30 days
Over the last 30 days, 1 CLP traded between 0.099474 and 0.10296 INR, averaging 0.10111 INR. The CLP/INR rate is down 3.38% since 2026-08-28.
- 30-day high
- 0.10296
- 2026-08-28
- 30-day low
- 0.099474
- 2026-09-25
- 30-day average
- 0.10111
- Days with data: 30
- 30-day change
- -3.38%
- since 2026-08-28
0.10296
0.0994742026-08-28 → 2026-09-26
| Date | 1 CLP in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.099474 | 0.00% |
| 2026-09-25 | 0.099474 | -0.15% |
| 2026-09-24 | 0.099618 | -1.47% |
| 2026-09-23 | 0.1011 | +0.25% |
| 2026-09-22 | 0.10085 | +1.04% |
| 2026-09-21 | 0.099807 | -0.12% |
| 2026-09-20 | 0.099928 | -0.01% |
| 2026-09-19 | 0.099941 | +0.11% |
| 2026-09-18 | 0.099831 | -0.46% |
| 2026-09-17 | 0.10029 | -0.26% |
| 2026-09-16 | 0.10055 | +0.10% |
| 2026-09-15 | 0.10045 | -1.24% |
| 2026-09-14 | 0.10171 | +0.31% |
| 2026-09-13 | 0.10139 | -0.01% |
| 2026-09-12 | 0.1014 | -0.15% |
| Date | 1 CLP in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.10156 | -1.34% |
| 2026-09-10 | 0.10294 | +0.11% |
| 2026-09-09 | 0.10283 | +1.31% |
| 2026-09-08 | 0.1015 | +0.14% |
| 2026-09-07 | 0.10136 | +0.24% |
| 2026-09-06 | 0.10111 | -0.00% |
| 2026-09-05 | 0.10111 | -0.20% |
| 2026-09-04 | 0.10132 | +0.56% |
| 2026-09-03 | 0.10076 | -0.68% |
| 2026-09-02 | 0.10145 | -0.14% |
| 2026-09-01 | 0.10159 | -0.56% |
| 2026-08-31 | 0.10216 | -0.25% |
| 2026-08-30 | 0.10241 | -0.00% |
| 2026-08-29 | 0.10242 | -0.52% |
| 2026-08-28 | 0.10296 | — |
CLP to INR conversion table
1 CLP0.099474 INR
5 CLP0.49737 INR
10 CLP0.99474 INR
25 CLP2.4868 INR
50 CLP4.9737 INR
100 CLP9.9474 INR
500 CLP49.7368 INR
1,000 CLP99.4736 INR
5,000 CLP497.3682 INR
10,000 CLP994.7364 INR
Get the CLP/INR rate in your app
One GET request returns the latest CLP → 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/CLP/INR"fetch('https://rate-api.com/api/v1/pair/CLP/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CLP = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CLP/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CLP = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CLP/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CLP = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "CLP",
"to": "INR"
},
"rate": 0.0995,
"timestamp": 1790435227,
"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 CLPIndian Rupee → Chilean Peso10.0529Convert CLP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.