Convert AUD to MNT
Australian Dollar → Mongolian Tugrik
1 AUD = 2,529.4275 MNT(1 MNT = 0.000395346 AUD)
Currency converter
1 AUD =
2,529.4275 MNT
AUD to MNT: last 30 days
Over the last 30 days, 1 AUD traded between 2,529.4275 and 2,599.4765 MNT, averaging 2,571.88 MNT. The AUD/MNT rate is down 2.36% since 2026-08-28.
- 30-day high
- 2,599.4765
- 2026-09-09
- 30-day low
- 2,529.4275
- 2026-09-25
- 30-day average
- 2,571.88
- Days with data: 30
- 30-day change
- -2.36%
- since 2026-08-28
2,599.4765
2,529.42752026-08-28 → 2026-09-26
| Date | 1 AUD in MNT | Daily change |
|---|---|---|
| 2026-09-26 | 2,529.4275 | 0.00% |
| 2026-09-25 | 2,529.4275 | -0.01% |
| 2026-09-24 | 2,529.7189 | -0.51% |
| 2026-09-23 | 2,542.6243 | -0.63% |
| 2026-09-22 | 2,558.6629 | -0.43% |
| 2026-09-21 | 2,569.7285 | +0.38% |
| 2026-09-20 | 2,560.1239 | -0.07% |
| 2026-09-19 | 2,561.9905 | -0.03% |
| 2026-09-18 | 2,562.7343 | +0.14% |
| 2026-09-17 | 2,559.252 | -0.30% |
| 2026-09-16 | 2,566.9002 | +0.16% |
| 2026-09-15 | 2,562.8171 | -0.11% |
| 2026-09-14 | 2,565.513 | -0.55% |
| 2026-09-13 | 2,579.8213 | -0.02% |
| 2026-09-12 | 2,580.4525 | -0.02% |
| Date | 1 AUD in MNT | Daily change |
|---|---|---|
| 2026-09-11 | 2,581.0339 | -0.09% |
| 2026-09-10 | 2,583.4626 | -0.62% |
| 2026-09-09 | 2,599.4765 | +0.14% |
| 2026-09-08 | 2,595.8299 | -0.02% |
| 2026-09-07 | 2,596.477 | +0.23% |
| 2026-09-06 | 2,590.5535 | +0.05% |
| 2026-09-05 | 2,589.1989 | -0.13% |
| 2026-09-04 | 2,592.6812 | +0.23% |
| 2026-09-03 | 2,586.6545 | +0.59% |
| 2026-09-02 | 2,571.435 | +0.08% |
| 2026-09-01 | 2,569.3095 | -0.25% |
| 2026-08-31 | 2,575.6746 | -0.44% |
| 2026-08-30 | 2,586.991 | -0.04% |
| 2026-08-29 | 2,587.9505 | -0.10% |
| 2026-08-28 | 2,590.4784 | — |
AUD to MNT conversion table
1 AUD2,529.4275 MNT
5 AUD12,647.138 MNT
10 AUD25,294.275 MNT
25 AUD63,235.688 MNT
50 AUD126,471.38 MNT
100 AUD252,942.75 MNT
500 AUD1,264,713.8 MNT
1,000 AUD2,529,427.5 MNT
5,000 AUD12,647,138 MNT
10,000 AUD25,294,275 MNT
Get the AUD/MNT rate in your app
One GET request returns the latest AUD → MNT 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/MNT"fetch('https://rate-api.com/api/v1/pair/AUD/MNT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} MNT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/MNT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} MNT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/MNT');
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']} MNT\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "MNT"
},
"rate": 2529.4275,
"timestamp": 1790429310,
"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
MNT to AUDMongolian Tugrik → Australian Dollar0.00039535Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.