Convert CLF to USD
Chilean Unit of Account (UF) → US Dollar
1 CLF = 42.589918 USD(1 USD = 0.0234797 CLF)
Currency converter
1 CLF =
42.5899 USD
CLF to USD: last 30 days
Over the last 30 days, 1 CLF traded between 41.1015 and 43.2949 USD, averaging 42.1778 USD. The CLF/USD rate is down 0.85% since 2026-08-28.
- 30-day high
- 43.2949
- 2026-09-23
- 30-day low
- 41.1015
- 2026-09-21
- 30-day average
- 42.1778
- Days with data: 30
- 30-day change
- -0.85%
- since 2026-08-28
43.2949
41.10152026-08-28 → 2026-09-26
| Date | 1 CLF in USD | Daily change |
|---|---|---|
| 2026-09-26 | 42.5899 | +0.02% |
| 2026-09-25 | 42.5814 | +0.02% |
| 2026-09-24 | 42.5715 | -1.67% |
| 2026-09-23 | 43.2949 | +5.08% |
| 2026-09-22 | 41.2031 | +0.25% |
| 2026-09-21 | 41.1015 | -0.08% |
| 2026-09-20 | 41.1353 | -0.12% |
| 2026-09-19 | 41.1862 | -0.66% |
| 2026-09-18 | 41.4594 | +0.25% |
| 2026-09-17 | 41.3565 | +0.17% |
| 2026-09-16 | 41.2882 | -1.69% |
| 2026-09-15 | 41.9992 | 0.00% |
| 2026-09-14 | 41.9992 | -0.29% |
| 2026-09-13 | 42.123 | -0.04% |
| 2026-09-12 | 42.1408 | -1.10% |
| Date | 1 CLF in USD | Daily change |
|---|---|---|
| 2026-09-11 | 42.6076 | -0.43% |
| 2026-09-10 | 42.7899 | +1.16% |
| 2026-09-09 | 42.3012 | -0.08% |
| 2026-09-08 | 42.337 | -0.08% |
| 2026-09-07 | 42.3729 | -0.04% |
| 2026-09-06 | 42.3908 | 0.00% |
| 2026-09-05 | 42.3908 | +0.47% |
| 2026-09-04 | 42.1941 | 0.00% |
| 2026-09-03 | 42.1941 | -0.25% |
| 2026-09-02 | 42.3012 | -0.30% |
| 2026-09-01 | 42.4268 | -0.42% |
| 2026-08-31 | 42.6076 | -0.26% |
| 2026-08-30 | 42.7168 | 0.00% |
| 2026-08-29 | 42.7168 | -0.56% |
| 2026-08-28 | 42.9553 | — |
CLF to USD conversion table
1 CLF42.5899 USD
5 CLF212.9496 USD
10 CLF425.8992 USD
25 CLF1,064.748 USD
50 CLF2,129.4959 USD
100 CLF4,258.9918 USD
500 CLF21,294.959 USD
1,000 CLF42,589.918 USD
5,000 CLF212,949.59 USD
10,000 CLF425,899.18 USD
Get the CLF/USD rate in your app
One GET request returns the latest CLF → USD 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/USD"fetch('https://rate-api.com/api/v1/pair/CLF/USD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CLF = ${data.rate} USD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CLF/USD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CLF = {data['rate']} USD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CLF/USD');
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']} USD\n";Example response
{
"success": true,
"pair": {
"from": "CLF",
"to": "USD"
},
"rate": 42.5899,
"timestamp": 1790435058,
"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
USD to CLFUS Dollar → Chilean Unit of Account (UF)0.02348Convert CLF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.