Convert AUD to KGS
Australian Dollar → Kyrgystani Som
1 AUD = 61.485346 KGS(1 KGS = 0.016264 AUD)
Currency converter
1 AUD =
61.4853 KGS
AUD to KGS: last 30 days
Over the last 30 days, 1 AUD traded between 61.4556 and 63.2412 KGS, averaging 62.5601 KGS. The AUD/KGS rate is down 2.39% since 2026-08-28.
- 30-day high
- 63.2412
- 2026-09-09
- 30-day low
- 61.4556
- 2026-09-24
- 30-day average
- 62.5601
- Days with data: 30
- 30-day change
- -2.39%
- since 2026-08-28
63.2412
61.45562026-08-28 → 2026-09-26
| Date | 1 AUD in KGS | Daily change |
|---|---|---|
| 2026-09-26 | 61.4853 | 0.00% |
| 2026-09-25 | 61.4853 | +0.05% |
| 2026-09-24 | 61.4556 | -0.57% |
| 2026-09-23 | 61.8106 | -0.60% |
| 2026-09-22 | 62.1846 | -0.38% |
| 2026-09-21 | 62.4245 | +0.25% |
| 2026-09-20 | 62.27 | 0.00% |
| 2026-09-19 | 62.27 | +0.01% |
| 2026-09-18 | 62.264 | +0.07% |
| 2026-09-17 | 62.2175 | -0.26% |
| 2026-09-16 | 62.3803 | -0.01% |
| 2026-09-15 | 62.3835 | -0.05% |
| 2026-09-14 | 62.4151 | -0.60% |
| 2026-09-13 | 62.7919 | 0.00% |
| 2026-09-12 | 62.7919 | -0.00% |
| Date | 1 AUD in KGS | Daily change |
|---|---|---|
| 2026-09-11 | 62.7926 | -0.17% |
| 2026-09-10 | 62.8995 | -0.54% |
| 2026-09-09 | 63.2412 | +0.13% |
| 2026-09-08 | 63.1583 | -0.00% |
| 2026-09-07 | 63.1589 | +0.14% |
| 2026-09-06 | 63.0718 | 0.00% |
| 2026-09-05 | 63.0718 | +0.01% |
| 2026-09-04 | 63.0638 | +0.15% |
| 2026-09-03 | 62.9717 | +0.64% |
| 2026-09-02 | 62.572 | +0.09% |
| 2026-09-01 | 62.5188 | -0.29% |
| 2026-08-31 | 62.6994 | -0.45% |
| 2026-08-30 | 62.9816 | 0.00% |
| 2026-08-29 | 62.9816 | -0.01% |
| 2026-08-28 | 62.9887 | — |
AUD to KGS conversion table
1 AUD61.4853 KGS
5 AUD307.4267 KGS
10 AUD614.8535 KGS
25 AUD1,537.1337 KGS
50 AUD3,074.2673 KGS
100 AUD6,148.5346 KGS
500 AUD30,742.673 KGS
1,000 AUD61,485.346 KGS
5,000 AUD307,426.73 KGS
10,000 AUD614,853.46 KGS
Get the AUD/KGS rate in your app
One GET request returns the latest AUD → KGS 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/KGS"fetch('https://rate-api.com/api/v1/pair/AUD/KGS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} KGS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/KGS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} KGS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/KGS');
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']} KGS\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "KGS"
},
"rate": 61.4853,
"timestamp": 1790439657,
"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
KGS to AUDKyrgystani Som → Australian Dollar0.016264Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.