Convert INR to CLP
Indian Rupee → Chilean Peso
1 INR = 10.052915 CLP(1 CLP = 0.0994736 INR)
Currency converter
1 INR =
10.0529 CLP
INR to CLP: last 30 days
Over the last 30 days, 1 INR traded between 9.7128 and 10.0529 CLP, averaging 9.8912 CLP. The INR/CLP rate is up 3.50% since 2026-08-28.
- 30-day high
- 10.0529
- 2026-09-25
- 30-day low
- 9.7128
- 2026-08-28
- 30-day average
- 9.8912
- Days with data: 30
- 30-day change
- +3.50%
- since 2026-08-28
10.0529
9.71282026-08-28 → 2026-09-26
| Date | 1 INR in CLP | Daily change |
|---|---|---|
| 2026-09-26 | 10.0529 | 0.00% |
| 2026-09-25 | 10.0529 | +0.15% |
| 2026-09-24 | 10.0383 | +1.49% |
| 2026-09-23 | 9.8912 | -0.25% |
| 2026-09-22 | 9.916 | -1.03% |
| 2026-09-21 | 10.0194 | +0.12% |
| 2026-09-20 | 10.0072 | +0.01% |
| 2026-09-19 | 10.0059 | -0.11% |
| 2026-09-18 | 10.0169 | +0.46% |
| 2026-09-17 | 9.9713 | +0.26% |
| 2026-09-16 | 9.9451 | -0.10% |
| 2026-09-15 | 9.9553 | +1.26% |
| 2026-09-14 | 9.8318 | -0.31% |
| 2026-09-13 | 9.8624 | +0.01% |
| 2026-09-12 | 9.8616 | +0.15% |
| Date | 1 INR in CLP | Daily change |
|---|---|---|
| 2026-09-11 | 9.8466 | +1.36% |
| 2026-09-10 | 9.7144 | -0.11% |
| 2026-09-09 | 9.7251 | -1.29% |
| 2026-09-08 | 9.8523 | -0.14% |
| 2026-09-07 | 9.8663 | -0.24% |
| 2026-09-06 | 9.89 | +0.00% |
| 2026-09-05 | 9.8898 | +0.20% |
| 2026-09-04 | 9.8698 | -0.55% |
| 2026-09-03 | 9.9249 | +0.69% |
| 2026-09-02 | 9.8572 | +0.14% |
| 2026-09-01 | 9.8435 | +0.56% |
| 2026-08-31 | 9.7885 | +0.25% |
| 2026-08-30 | 9.7643 | +0.00% |
| 2026-08-29 | 9.7639 | +0.53% |
| 2026-08-28 | 9.7128 | — |
INR to CLP conversion table
1 INR10.0529 CLP
5 INR50.2646 CLP
10 INR100.5292 CLP
25 INR251.3229 CLP
50 INR502.6458 CLP
100 INR1,005.2915 CLP
500 INR5,026.4575 CLP
1,000 INR10,052.915 CLP
5,000 INR50,264.575 CLP
10,000 INR100,529.15 CLP
Get the INR/CLP rate in your app
One GET request returns the latest INR → CLP 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/CLP"fetch('https://rate-api.com/api/v1/pair/INR/CLP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} CLP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/CLP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} CLP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/CLP');
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']} CLP\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "CLP"
},
"rate": 10.0529,
"timestamp": 1790429428,
"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
CLP to INRChilean Peso → Indian Rupee0.099474Convert INR to other currencies
Convert other currencies to CLP
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.