Convert EUR to CLF
Euro → Chilean Unit of Account (UF)
1 EUR = 0.0267739 CLF(1 CLF = 37.349749 EUR)
Currency converter
1 EUR =
0.026774 CLF
EUR to CLF: last 30 days
Over the last 30 days, 1 EUR traded between 0.026356 and 0.027955 CLF, averaging 0.027387 CLF. The EUR/CLF rate is down 1.22% since 2026-08-28.
- 30-day high
- 0.027955
- 2026-09-21
- 30-day low
- 0.026356
- 2026-09-23
- 30-day average
- 0.027387
- Days with data: 30
- 30-day change
- -1.22%
- since 2026-08-28
0.027955
0.0263562026-08-28 → 2026-09-26
| Date | 1 EUR in CLF | Daily change |
|---|---|---|
| 2026-09-26 | 0.026774 | -0.02% |
| 2026-09-25 | 0.026779 | +0.29% |
| 2026-09-24 | 0.026701 | +1.31% |
| 2026-09-23 | 0.026356 | -5.26% |
| 2026-09-22 | 0.027821 | -0.48% |
| 2026-09-21 | 0.027955 | +0.34% |
| 2026-09-20 | 0.027859 | +0.12% |
| 2026-09-19 | 0.027825 | +0.66% |
| 2026-09-18 | 0.027642 | -0.43% |
| 2026-09-17 | 0.027761 | -0.65% |
| 2026-09-16 | 0.027943 | +1.70% |
| 2026-09-15 | 0.027474 | -0.10% |
| 2026-09-14 | 0.027503 | -0.06% |
| 2026-09-13 | 0.02752 | +0.04% |
| 2026-09-12 | 0.027508 | +1.11% |
| Date | 1 EUR in CLF | Daily change |
|---|---|---|
| 2026-09-11 | 0.027207 | +0.22% |
| 2026-09-10 | 0.027147 | -1.45% |
| 2026-09-09 | 0.027545 | +0.41% |
| 2026-09-08 | 0.027432 | +0.02% |
| 2026-09-07 | 0.027428 | +0.04% |
| 2026-09-06 | 0.027416 | 0.00% |
| 2026-09-05 | 0.027416 | -0.46% |
| 2026-09-04 | 0.027544 | +0.06% |
| 2026-09-03 | 0.027527 | +0.57% |
| 2026-09-02 | 0.02737 | +0.19% |
| 2026-09-01 | 0.027318 | +0.37% |
| 2026-08-31 | 0.027216 | -0.15% |
| 2026-08-30 | 0.027256 | 0.00% |
| 2026-08-29 | 0.027256 | +0.56% |
| 2026-08-28 | 0.027105 | — |
EUR to CLF conversion table
1 EUR0.026774 CLF
5 EUR0.13387 CLF
10 EUR0.26774 CLF
25 EUR0.66935 CLF
50 EUR1.3387 CLF
100 EUR2.6774 CLF
500 EUR13.387 CLF
1,000 EUR26.7739 CLF
5,000 EUR133.8697 CLF
10,000 EUR267.7394 CLF
Get the EUR/CLF rate in your app
One GET request returns the latest EUR → 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/EUR/CLF"fetch('https://rate-api.com/api/v1/pair/EUR/CLF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} CLF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/CLF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} CLF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/CLF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} CLF\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "CLF"
},
"rate": 0.0268,
"timestamp": 1790429362,
"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 EURChilean Unit of Account (UF) → Euro37.3497Convert EUR to other currencies
Convert other currencies to CLF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.