Convert BTN to AUD
Bhutanese Ngultrum → Australian Dollar
1 BTN = 0.0148453 AUD(1 AUD = 67.361591 BTN)
Currency converter
1 BTN =
0.014845 AUD
BTN to AUD: last 30 days
Over the last 30 days, 1 BTN traded between 0.014554 and 0.014845 AUD, averaging 0.014666 AUD. The BTN/AUD rate is up 1.91% since 2026-08-28.
- 30-day high
- 0.014845
- 2026-09-25
- 30-day low
- 0.014554
- 2026-08-29
- 30-day average
- 0.014666
- Days with data: 30
- 30-day change
- +1.91%
- since 2026-08-28
0.014845
0.0145542026-08-28 → 2026-09-26
| Date | 1 BTN in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.014845 | 0.00% |
| 2026-09-25 | 0.014845 | +0.10% |
| 2026-09-24 | 0.014831 | +0.35% |
| 2026-09-23 | 0.014779 | +0.62% |
| 2026-09-22 | 0.014687 | +0.40% |
| 2026-09-21 | 0.014629 | -0.06% |
| 2026-09-20 | 0.014637 | +0.05% |
| 2026-09-19 | 0.01463 | -0.14% |
| 2026-09-18 | 0.01465 | -0.10% |
| 2026-09-17 | 0.014665 | +0.30% |
| 2026-09-16 | 0.014622 | -0.15% |
| 2026-09-15 | 0.014643 | -0.11% |
| 2026-09-14 | 0.01466 | +0.50% |
| 2026-09-13 | 0.014588 | +0.03% |
| 2026-09-12 | 0.014583 | +0.13% |
| Date | 1 BTN in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.014564 | -0.31% |
| 2026-09-10 | 0.014609 | +0.23% |
| 2026-09-09 | 0.014575 | -0.46% |
| 2026-09-08 | 0.014643 | -0.21% |
| 2026-09-07 | 0.014674 | -0.11% |
| 2026-09-06 | 0.01469 | -0.07% |
| 2026-09-05 | 0.0147 | +0.05% |
| 2026-09-04 | 0.014694 | -0.22% |
| 2026-09-03 | 0.014726 | -0.06% |
| 2026-09-02 | 0.014736 | -0.13% |
| 2026-09-01 | 0.014754 | +0.84% |
| 2026-08-31 | 0.014631 | +0.45% |
| 2026-08-30 | 0.014566 | +0.09% |
| 2026-08-29 | 0.014554 | -0.09% |
| 2026-08-28 | 0.014567 | — |
BTN to AUD conversion table
1 BTN0.014845 AUD
5 BTN0.074226 AUD
10 BTN0.14845 AUD
25 BTN0.37113 AUD
50 BTN0.74226 AUD
100 BTN1.4845 AUD
500 BTN7.4226 AUD
1,000 BTN14.8453 AUD
5,000 BTN74.2263 AUD
10,000 BTN148.4526 AUD
Get the BTN/AUD rate in your app
One GET request returns the latest BTN → AUD 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/BTN/AUD"fetch('https://rate-api.com/api/v1/pair/BTN/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BTN = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BTN/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BTN = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BTN/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BTN = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "BTN",
"to": "AUD"
},
"rate": 0.0148,
"timestamp": 1790435047,
"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
AUD to BTNAustralian Dollar → Bhutanese Ngultrum67.3616Convert BTN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.