Convert AUD to KRW
Australian Dollar → South Korean Won
1 AUD = 952.62639 KRW(1 KRW = 0.00104973 AUD)
Currency converter
1 AUD =
952.6264 KRW
AUD to KRW: last 30 days
Over the last 30 days, 1 AUD traded between 952.6264 and 988.956 KRW, averaging 972.8423 KRW. The AUD/KRW rate is down 3.67% since 2026-08-28.
- 30-day high
- 988.956
- 2026-08-28
- 30-day low
- 952.6264
- 2026-09-25
- 30-day average
- 972.8423
- Days with data: 30
- 30-day change
- -3.67%
- since 2026-08-28
988.956
952.62642026-08-28 → 2026-09-26
| Date | 1 AUD in KRW | Daily change |
|---|---|---|
| 2026-09-26 | 952.6264 | 0.00% |
| 2026-09-25 | 952.6264 | -0.94% |
| 2026-09-24 | 961.6678 | -0.34% |
| 2026-09-23 | 964.9449 | +0.07% |
| 2026-09-22 | 964.2705 | -1.55% |
| 2026-09-21 | 979.429 | -0.90% |
| 2026-09-20 | 988.3233 | 0.00% |
| 2026-09-19 | 988.3233 | 0.00% |
| 2026-09-18 | 988.3233 | +0.49% |
| 2026-09-17 | 983.5313 | +0.82% |
| 2026-09-16 | 975.5367 | +0.73% |
| 2026-09-15 | 968.4694 | +0.90% |
| 2026-09-14 | 959.8175 | -0.34% |
| 2026-09-13 | 963.1258 | 0.00% |
| 2026-09-12 | 963.1258 | 0.00% |
| Date | 1 AUD in KRW | Daily change |
|---|---|---|
| 2026-09-11 | 963.1258 | -0.25% |
| 2026-09-10 | 965.5123 | +0.01% |
| 2026-09-09 | 965.3927 | -0.26% |
| 2026-09-08 | 967.946 | -0.46% |
| 2026-09-07 | 972.4623 | -0.03% |
| 2026-09-06 | 972.7345 | 0.00% |
| 2026-09-05 | 972.7345 | 0.00% |
| 2026-09-04 | 972.7345 | -0.37% |
| 2026-09-03 | 976.3272 | +0.25% |
| 2026-09-02 | 973.8832 | -0.79% |
| 2026-09-01 | 981.6539 | +0.19% |
| 2026-08-31 | 979.7536 | -0.93% |
| 2026-08-30 | 988.956 | 0.00% |
| 2026-08-29 | 988.956 | 0.00% |
| 2026-08-28 | 988.956 | — |
AUD to KRW conversion table
1 AUD952.6264 KRW
5 AUD4,763.1319 KRW
10 AUD9,526.2639 KRW
25 AUD23,815.66 KRW
50 AUD47,631.319 KRW
100 AUD95,262.639 KRW
500 AUD476,313.19 KRW
1,000 AUD952,626.39 KRW
5,000 AUD4,763,131.9 KRW
10,000 AUD9,526,263.9 KRW
Get the AUD/KRW rate in your app
One GET request returns the latest AUD → KRW 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/KRW"fetch('https://rate-api.com/api/v1/pair/AUD/KRW', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} KRW`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/KRW",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} KRW")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/KRW');
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']} KRW\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "KRW"
},
"rate": 952.6264,
"timestamp": 1790437515,
"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
KRW to AUDSouth Korean Won → Australian Dollar0.0010497Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.