Convert CLF to EUR
Chilean Unit of Account (UF) → Euro
1 CLF = 37.349749 EUR(1 EUR = 0.0267739 CLF)
Currency converter
1 CLF =
37.3497 EUR
CLF to EUR: last 30 days
Over the last 30 days, 1 CLF traded between 35.7715 and 37.9414 EUR, averaging 36.5207 EUR. The CLF/EUR rate is up 1.24% since 2026-08-28.
- 30-day high
- 37.9414
- 2026-09-23
- 30-day low
- 35.7715
- 2026-09-21
- 30-day average
- 36.5207
- Days with data: 30
- 30-day change
- +1.24%
- since 2026-08-28
37.9414
35.77152026-08-28 → 2026-09-26
| Date | 1 CLF in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 37.3497 | +0.02% |
| 2026-09-25 | 37.3423 | -0.29% |
| 2026-09-24 | 37.4519 | -1.29% |
| 2026-09-23 | 37.9414 | +5.56% |
| 2026-09-22 | 35.9444 | +0.48% |
| 2026-09-21 | 35.7715 | -0.34% |
| 2026-09-20 | 35.8947 | -0.12% |
| 2026-09-19 | 35.939 | -0.66% |
| 2026-09-18 | 36.1774 | +0.43% |
| 2026-09-17 | 36.0215 | +0.65% |
| 2026-09-16 | 35.7878 | -1.68% |
| 2026-09-15 | 36.3977 | +0.10% |
| 2026-09-14 | 36.3599 | +0.06% |
| 2026-09-13 | 36.3378 | -0.04% |
| 2026-09-12 | 36.3531 | -1.10% |
| Date | 1 CLF in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 36.7559 | -0.22% |
| 2026-09-10 | 36.837 | +1.47% |
| 2026-09-09 | 36.3037 | -0.41% |
| 2026-09-08 | 36.4534 | -0.02% |
| 2026-09-07 | 36.4593 | -0.04% |
| 2026-09-06 | 36.4748 | 0.00% |
| 2026-09-05 | 36.4748 | +0.47% |
| 2026-09-04 | 36.3055 | -0.06% |
| 2026-09-03 | 36.3274 | -0.57% |
| 2026-09-02 | 36.536 | -0.19% |
| 2026-09-01 | 36.6063 | -0.37% |
| 2026-08-31 | 36.7435 | +0.15% |
| 2026-08-30 | 36.689 | 0.00% |
| 2026-08-29 | 36.689 | -0.56% |
| 2026-08-28 | 36.8939 | — |
CLF to EUR conversion table
1 CLF37.3497 EUR
5 CLF186.7487 EUR
10 CLF373.4975 EUR
25 CLF933.7437 EUR
50 CLF1,867.4874 EUR
100 CLF3,734.9749 EUR
500 CLF18,674.874 EUR
1,000 CLF37,349.749 EUR
5,000 CLF186,748.74 EUR
10,000 CLF373,497.49 EUR
Get the CLF/EUR rate in your app
One GET request returns the latest CLF → EUR 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/EUR"fetch('https://rate-api.com/api/v1/pair/CLF/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CLF = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CLF/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CLF = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CLF/EUR');
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']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "CLF",
"to": "EUR"
},
"rate": 37.3497,
"timestamp": 1790432104,
"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
EUR to CLFEuro → Chilean Unit of Account (UF)0.026774Convert CLF to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.