Convert AUD to CLP
Australian Dollar → Chilean Peso
1 AUD = 677.18034 CLP(1 CLP = 0.00147671 AUD)
Currency converter
1 AUD =
677.1803 CLP
AUD to CLP: last 30 days
Over the last 30 days, 1 AUD traded between 666.1493 and 685.2636 CLP, averaging 674.4215 CLP. The AUD/CLP rate is up 1.59% since 2026-08-28.
- 30-day high
- 685.2636
- 2026-09-21
- 30-day low
- 666.1493
- 2026-09-10
- 30-day average
- 674.4215
- Days with data: 30
- 30-day change
- +1.59%
- since 2026-08-28
685.2636
666.14932026-08-28 → 2026-09-26
| Date | 1 AUD in CLP | Daily change |
|---|---|---|
| 2026-09-26 | 677.1803 | 0.00% |
| 2026-09-25 | 677.1803 | +0.05% |
| 2026-09-24 | 676.8589 | +1.13% |
| 2026-09-23 | 669.2753 | -0.70% |
| 2026-09-22 | 673.9712 | -1.65% |
| 2026-09-21 | 685.2636 | +0.31% |
| 2026-09-20 | 683.1572 | +0.01% |
| 2026-09-19 | 683.0634 | -0.11% |
| 2026-09-18 | 683.8164 | +0.48% |
| 2026-09-17 | 680.5454 | -0.01% |
| 2026-09-16 | 680.6421 | -0.01% |
| 2026-09-15 | 680.7114 | +1.62% |
| 2026-09-14 | 669.8447 | -0.91% |
| 2026-09-13 | 675.9812 | +0.01% |
| 2026-09-12 | 675.9265 | +0.15% |
| Date | 1 AUD in CLP | Daily change |
|---|---|---|
| 2026-09-11 | 674.8937 | +1.31% |
| 2026-09-10 | 666.1493 | -0.32% |
| 2026-09-09 | 668.2722 | -0.86% |
| 2026-09-08 | 674.0422 | +0.22% |
| 2026-09-07 | 672.5795 | -0.09% |
| 2026-09-06 | 673.1765 | +0.00% |
| 2026-09-05 | 673.1658 | +0.20% |
| 2026-09-04 | 671.8064 | -0.41% |
| 2026-09-03 | 674.5792 | +0.82% |
| 2026-09-02 | 669.1008 | +0.25% |
| 2026-09-01 | 667.458 | +0.04% |
| 2026-08-31 | 667.1709 | -0.44% |
| 2026-08-30 | 670.1297 | +0.00% |
| 2026-08-29 | 670.106 | +0.53% |
| 2026-08-28 | 666.5984 | — |
AUD to CLP conversion table
1 AUD677.1803 CLP
5 AUD3,385.9017 CLP
10 AUD6,771.8034 CLP
25 AUD16,929.509 CLP
50 AUD33,859.017 CLP
100 AUD67,718.034 CLP
500 AUD338,590.17 CLP
1,000 AUD677,180.34 CLP
5,000 AUD3,385,901.7 CLP
10,000 AUD6,771,803.4 CLP
Get the AUD/CLP rate in your app
One GET request returns the latest AUD → CLP 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/CLP"fetch('https://rate-api.com/api/v1/pair/AUD/CLP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} CLP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/CLP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} CLP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/CLP');
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']} CLP\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "CLP"
},
"rate": 677.1803,
"timestamp": 1790429313,
"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
CLP to AUDChilean Peso → Australian Dollar0.0014767Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.