Convert AUD to CLF
Australian Dollar → Chilean Unit of Account (UF)
1 AUD = 0.0165067 CLF(1 CLF = 60.581292 AUD)
Currency converter
1 AUD =
0.016507 CLF
AUD to CLF: last 30 days
Over the last 30 days, 1 AUD traded between 0.016324 and 0.017366 CLF, averaging 0.016952 CLF. The AUD/CLF rate is down 1.45% since 2026-08-28.
- 30-day high
- 0.017366
- 2026-09-21
- 30-day low
- 0.016324
- 2026-09-23
- 30-day average
- 0.016952
- Days with data: 30
- 30-day change
- -1.45%
- since 2026-08-28
0.017366
0.0163242026-08-28 → 2026-09-26
| Date | 1 AUD in CLF | Daily change |
|---|---|---|
| 2026-09-26 | 0.016507 | -0.02% |
| 2026-09-25 | 0.01651 | +0.03% |
| 2026-09-24 | 0.016505 | +1.11% |
| 2026-09-23 | 0.016324 | -5.41% |
| 2026-09-22 | 0.017257 | -0.63% |
| 2026-09-21 | 0.017366 | +0.33% |
| 2026-09-20 | 0.017309 | +0.12% |
| 2026-09-19 | 0.017287 | +0.66% |
| 2026-09-18 | 0.017173 | -0.16% |
| 2026-09-17 | 0.017201 | -0.42% |
| 2026-09-16 | 0.017274 | +1.82% |
| 2026-09-15 | 0.016966 | -0.06% |
| 2026-09-14 | 0.016976 | -0.31% |
| 2026-09-13 | 0.017028 | +0.04% |
| 2026-09-12 | 0.017021 | +1.11% |
| Date | 1 AUD in CLF | Daily change |
|---|---|---|
| 2026-09-11 | 0.016834 | +0.26% |
| 2026-09-10 | 0.016791 | -1.69% |
| 2026-09-09 | 0.01708 | +0.23% |
| 2026-09-08 | 0.017041 | +0.08% |
| 2026-09-07 | 0.017026 | +0.19% |
| 2026-09-06 | 0.016993 | 0.00% |
| 2026-09-05 | 0.016993 | -0.46% |
| 2026-09-04 | 0.017072 | +0.14% |
| 2026-09-03 | 0.017048 | +0.90% |
| 2026-09-02 | 0.016897 | +0.38% |
| 2026-09-01 | 0.016832 | +0.14% |
| 2026-08-31 | 0.016809 | -0.20% |
| 2026-08-30 | 0.016843 | 0.00% |
| 2026-08-29 | 0.016843 | +0.56% |
| 2026-08-28 | 0.016749 | — |
AUD to CLF conversion table
1 AUD0.016507 CLF
5 AUD0.082534 CLF
10 AUD0.16507 CLF
25 AUD0.41267 CLF
50 AUD0.82534 CLF
100 AUD1.6507 CLF
500 AUD8.2534 CLF
1,000 AUD16.5067 CLF
5,000 AUD82.5337 CLF
10,000 AUD165.0675 CLF
Get the AUD/CLF rate in your app
One GET request returns the latest AUD → 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/AUD/CLF"fetch('https://rate-api.com/api/v1/pair/AUD/CLF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} CLF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/CLF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} CLF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/CLF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} CLF\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "CLF"
},
"rate": 0.0165,
"timestamp": 1790437512,
"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 AUDChilean Unit of Account (UF) → Australian Dollar60.5813Convert AUD to other currencies
Convert other currencies to CLF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.