Convert CLF to AUD
Chilean Unit of Account (UF) → Australian Dollar
1 CLF = 60.581292 AUD(1 AUD = 0.0165067 CLF)
Currency converter
1 CLF =
60.5813 AUD
CLF to AUD: last 30 days
Over the last 30 days, 1 CLF traded between 57.5832 and 61.2602 AUD, averaging 59.0039 AUD. The CLF/AUD rate is up 1.47% since 2026-08-28.
- 30-day high
- 61.2602
- 2026-09-23
- 30-day low
- 57.5832
- 2026-09-21
- 30-day average
- 59.0039
- Days with data: 30
- 30-day change
- +1.47%
- since 2026-08-28
61.2602
57.58322026-08-28 → 2026-09-26
| Date | 1 CLF in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 60.5813 | +0.02% |
| 2026-09-25 | 60.5692 | -0.03% |
| 2026-09-24 | 60.5859 | -1.10% |
| 2026-09-23 | 61.2602 | +5.72% |
| 2026-09-22 | 57.9481 | +0.63% |
| 2026-09-21 | 57.5832 | -0.33% |
| 2026-09-20 | 57.7746 | -0.12% |
| 2026-09-19 | 57.846 | -0.66% |
| 2026-09-18 | 58.2297 | +0.16% |
| 2026-09-17 | 58.1348 | +0.42% |
| 2026-09-16 | 57.8902 | -1.78% |
| 2026-09-15 | 58.9416 | +0.06% |
| 2026-09-14 | 58.908 | +0.31% |
| 2026-09-13 | 58.7279 | -0.04% |
| 2026-09-12 | 58.7526 | -1.10% |
| Date | 1 CLF in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 59.4035 | -0.25% |
| 2026-09-10 | 59.555 | +1.72% |
| 2026-09-09 | 58.5491 | -0.23% |
| 2026-09-08 | 58.6833 | -0.08% |
| 2026-09-07 | 58.7331 | -0.19% |
| 2026-09-06 | 58.847 | 0.00% |
| 2026-09-05 | 58.847 | +0.47% |
| 2026-09-04 | 58.5738 | -0.14% |
| 2026-09-03 | 58.6582 | -0.89% |
| 2026-09-02 | 59.1836 | -0.38% |
| 2026-09-01 | 59.4103 | -0.14% |
| 2026-08-31 | 59.493 | +0.20% |
| 2026-08-30 | 59.3721 | 0.00% |
| 2026-08-29 | 59.3721 | -0.56% |
| 2026-08-28 | 59.7036 | — |
CLF to AUD conversion table
1 CLF60.5813 AUD
5 CLF302.9065 AUD
10 CLF605.8129 AUD
25 CLF1,514.5323 AUD
50 CLF3,029.0646 AUD
100 CLF6,058.1292 AUD
500 CLF30,290.646 AUD
1,000 CLF60,581.292 AUD
5,000 CLF302,906.46 AUD
10,000 CLF605,812.92 AUD
Get the CLF/AUD rate in your app
One GET request returns the latest CLF → AUD 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/AUD"fetch('https://rate-api.com/api/v1/pair/CLF/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CLF = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CLF/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CLF = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CLF/AUD');
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']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "CLF",
"to": "AUD"
},
"rate": 60.5813,
"timestamp": 1790435057,
"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
AUD to CLFAustralian Dollar → Chilean Unit of Account (UF)0.016507Convert CLF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.