Convert AUD to BTN
Australian Dollar → Bhutanese Ngultrum
1 AUD = 67.361591 BTN(1 BTN = 0.0148453 AUD)
Currency converter
1 AUD =
67.3616 BTN
AUD to BTN: last 30 days
Over the last 30 days, 1 AUD traded between 67.3616 and 68.7119 BTN, averaging 68.1873 BTN. The AUD/BTN rate is down 1.87% since 2026-08-28.
- 30-day high
- 68.7119
- 2026-08-29
- 30-day low
- 67.3616
- 2026-09-25
- 30-day average
- 68.1873
- Days with data: 30
- 30-day change
- -1.87%
- since 2026-08-28
68.7119
67.36162026-08-28 → 2026-09-26
| Date | 1 AUD in BTN | Daily change |
|---|---|---|
| 2026-09-26 | 67.3616 | 0.00% |
| 2026-09-25 | 67.3616 | -0.10% |
| 2026-09-24 | 67.4275 | -0.35% |
| 2026-09-23 | 67.6638 | -0.62% |
| 2026-09-22 | 68.0857 | -0.40% |
| 2026-09-21 | 68.3589 | +0.06% |
| 2026-09-20 | 68.3194 | -0.05% |
| 2026-09-19 | 68.352 | +0.14% |
| 2026-09-18 | 68.2596 | +0.10% |
| 2026-09-17 | 68.1891 | -0.30% |
| 2026-09-16 | 68.3912 | +0.15% |
| 2026-09-15 | 68.2899 | +0.11% |
| 2026-09-14 | 68.2118 | -0.50% |
| 2026-09-13 | 68.5512 | -0.03% |
| 2026-09-12 | 68.5713 | -0.13% |
| Date | 1 AUD in BTN | Daily change |
|---|---|---|
| 2026-09-11 | 68.6604 | +0.31% |
| 2026-09-10 | 68.4502 | -0.23% |
| 2026-09-09 | 68.6098 | +0.46% |
| 2026-09-08 | 68.2926 | +0.21% |
| 2026-09-07 | 68.1472 | +0.11% |
| 2026-09-06 | 68.0732 | +0.07% |
| 2026-09-05 | 68.0251 | -0.04% |
| 2026-09-04 | 68.0557 | +0.22% |
| 2026-09-03 | 67.9059 | +0.06% |
| 2026-09-02 | 67.8629 | +0.13% |
| 2026-09-01 | 67.7774 | -0.84% |
| 2026-08-31 | 68.349 | -0.44% |
| 2026-08-30 | 68.6535 | -0.08% |
| 2026-08-29 | 68.7119 | +0.09% |
| 2026-08-28 | 68.6484 | — |
AUD to BTN conversion table
1 AUD67.3616 BTN
5 AUD336.808 BTN
10 AUD673.6159 BTN
25 AUD1,684.0398 BTN
50 AUD3,368.0795 BTN
100 AUD6,736.1591 BTN
500 AUD33,680.795 BTN
1,000 AUD67,361.591 BTN
5,000 AUD336,807.95 BTN
10,000 AUD673,615.91 BTN
Get the AUD/BTN rate in your app
One GET request returns the latest AUD → BTN 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/BTN"fetch('https://rate-api.com/api/v1/pair/AUD/BTN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} BTN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/BTN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} BTN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/BTN');
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']} BTN\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "BTN"
},
"rate": 67.3616,
"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
BTN to AUDBhutanese Ngultrum → Australian Dollar0.014845Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.