Convert BTN to EUR
Bhutanese Ngultrum → Euro
1 BTN = 0.00915244 EUR(1 EUR = 109.2605 BTN)
Currency converter
1 BTN =
0.0091524 EUR
BTN to EUR: last 30 days
Over the last 30 days, 1 BTN traded between 0.0089934 and 0.0091678 EUR, averaging 0.0090777 EUR. The BTN/EUR rate is up 1.67% since 2026-08-28.
- 30-day high
- 0.0091678
- 2026-09-24
- 30-day low
- 0.0089934
- 2026-08-29
- 30-day average
- 0.0090777
- Days with data: 30
- 30-day change
- +1.67%
- since 2026-08-28
0.0091678
0.00899342026-08-28 → 2026-09-26
| Date | 1 BTN in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.0091524 | 0.00% |
| 2026-09-25 | 0.0091524 | -0.17% |
| 2026-09-24 | 0.0091678 | +0.16% |
| 2026-09-23 | 0.0091533 | +0.47% |
| 2026-09-22 | 0.0091104 | +0.25% |
| 2026-09-21 | 0.0090875 | -0.07% |
| 2026-09-20 | 0.0090939 | +0.05% |
| 2026-09-19 | 0.0090896 | -0.14% |
| 2026-09-18 | 0.0091019 | +0.17% |
| 2026-09-17 | 0.0090868 | +0.53% |
| 2026-09-16 | 0.0090392 | -0.04% |
| 2026-09-15 | 0.0090427 | -0.07% |
| 2026-09-14 | 0.0090488 | +0.25% |
| 2026-09-13 | 0.0090261 | +0.03% |
| 2026-09-12 | 0.0090234 | +0.13% |
| Date | 1 BTN in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.0090117 | -0.27% |
| 2026-09-10 | 0.0090363 | -0.01% |
| 2026-09-09 | 0.0090374 | -0.64% |
| 2026-09-08 | 0.009096 | -0.14% |
| 2026-09-07 | 0.0091092 | +0.04% |
| 2026-09-06 | 0.0091053 | -0.07% |
| 2026-09-05 | 0.0091117 | +0.05% |
| 2026-09-04 | 0.0091076 | -0.14% |
| 2026-09-03 | 0.0091201 | +0.26% |
| 2026-09-02 | 0.0090968 | +0.06% |
| 2026-09-01 | 0.009091 | +0.61% |
| 2026-08-31 | 0.0090361 | +0.39% |
| 2026-08-30 | 0.009001 | +0.09% |
| 2026-08-29 | 0.0089934 | -0.09% |
| 2026-08-28 | 0.0090017 | — |
BTN to EUR conversion table
1 BTN0.0091524 EUR
5 BTN0.045762 EUR
10 BTN0.091524 EUR
25 BTN0.22881 EUR
50 BTN0.45762 EUR
100 BTN0.91524 EUR
500 BTN4.5762 EUR
1,000 BTN9.1524 EUR
5,000 BTN45.7622 EUR
10,000 BTN91.5244 EUR
Get the BTN/EUR rate in your app
One GET request returns the latest BTN → EUR 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/EUR?precision=6"fetch('https://rate-api.com/api/v1/pair/BTN/EUR?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BTN = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BTN/EUR?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BTN = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BTN/EUR?precision=6');
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']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "BTN",
"to": "EUR"
},
"rate": 0.009152,
"timestamp": 1790432033,
"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
EUR to BTNEuro → Bhutanese Ngultrum109.2605Convert BTN to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.