Convert USD to CLF
US Dollar → Chilean Unit of Account (UF)
1 USD = 0.0234414 CLF(1 CLF = 42.659525 USD)
Currency converter
1 USD =
0.023441 CLF
USD to CLF: last 30 days
Over the last 30 days, 1 USD traded between 0.023097 and 0.02433 CLF, averaging 0.023718 CLF. The USD/CLF rate is up 0.13% since 2026-08-29.
- 30-day high
- 0.02433
- 2026-09-21
- 30-day low
- 0.023097
- 2026-09-23
- 30-day average
- 0.023718
- Days with data: 30
- 30-day change
- +0.13%
- since 2026-08-29
0.02433
0.0230972026-08-29 → 2026-09-27
| Date | 1 USD in CLF | Daily change |
|---|---|---|
| 2026-09-27 | 0.023441 | 0.00% |
| 2026-09-26 | 0.023441 | -0.18% |
| 2026-09-25 | 0.023484 | -0.02% |
| 2026-09-24 | 0.02349 | +1.70% |
| 2026-09-23 | 0.023097 | -4.83% |
| 2026-09-22 | 0.02427 | -0.25% |
| 2026-09-21 | 0.02433 | +0.08% |
| 2026-09-20 | 0.02431 | +0.12% |
| 2026-09-19 | 0.02428 | +0.66% |
| 2026-09-18 | 0.02412 | -0.25% |
| 2026-09-17 | 0.02418 | -0.17% |
| 2026-09-16 | 0.02422 | +1.72% |
| 2026-09-15 | 0.02381 | 0.00% |
| 2026-09-14 | 0.02381 | +0.29% |
| 2026-09-13 | 0.02374 | +0.04% |
| Date | 1 USD in CLF | Daily change |
|---|---|---|
| 2026-09-12 | 0.02373 | +1.11% |
| 2026-09-11 | 0.02347 | +0.43% |
| 2026-09-10 | 0.02337 | -1.14% |
| 2026-09-09 | 0.02364 | +0.08% |
| 2026-09-08 | 0.02362 | +0.08% |
| 2026-09-07 | 0.0236 | +0.04% |
| 2026-09-06 | 0.02359 | 0.00% |
| 2026-09-05 | 0.02359 | -0.46% |
| 2026-09-04 | 0.0237 | 0.00% |
| 2026-09-03 | 0.0237 | +0.25% |
| 2026-09-02 | 0.02364 | +0.30% |
| 2026-09-01 | 0.02357 | +0.43% |
| 2026-08-31 | 0.02347 | +0.26% |
| 2026-08-30 | 0.02341 | 0.00% |
| 2026-08-29 | 0.02341 | — |
USD to CLF conversion table
1 USD0.023441 CLF
5 USD0.11721 CLF
10 USD0.23441 CLF
25 USD0.58604 CLF
50 USD1.1721 CLF
100 USD2.3441 CLF
500 USD11.7207 CLF
1,000 USD23.4414 CLF
5,000 USD117.2071 CLF
10,000 USD234.4142 CLF
Get the USD/CLF rate in your app
One GET request returns the latest USD → 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/USD/CLF"fetch('https://rate-api.com/api/v1/pair/USD/CLF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 USD = ${data.rate} CLF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/USD/CLF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 USD = {data['rate']} CLF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/USD/CLF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 USD = {$data['rate']} CLF\n";Example response
{
"success": true,
"pair": {
"from": "USD",
"to": "CLF"
},
"rate": 0.0234,
"timestamp": 1790470774,
"date": "2026-09-27"
}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 USDChilean Unit of Account (UF) → US Dollar42.6595Convert USD to other currencies
Convert other currencies to CLF
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.