Convert EUR to BTN
Euro → Bhutanese Ngultrum
1 EUR = 109.2605 BTN(1 BTN = 0.00915244 EUR)
Currency converter
1 EUR =
109.2605 BTN
EUR to BTN: last 30 days
Over the last 30 days, 1 EUR traded between 109.0775 and 111.1931 BTN, averaging 110.1631 BTN. The EUR/BTN rate is down 1.65% since 2026-08-28.
- 30-day high
- 111.1931
- 2026-08-29
- 30-day low
- 109.0775
- 2026-09-24
- 30-day average
- 110.1631
- Days with data: 30
- 30-day change
- -1.65%
- since 2026-08-28
111.1931
109.07752026-08-28 → 2026-09-26
| Date | 1 EUR in BTN | Daily change |
|---|---|---|
| 2026-09-26 | 109.2605 | 0.00% |
| 2026-09-25 | 109.2605 | +0.17% |
| 2026-09-24 | 109.0775 | -0.16% |
| 2026-09-23 | 109.25 | -0.47% |
| 2026-09-22 | 109.7651 | -0.25% |
| 2026-09-21 | 110.041 | +0.07% |
| 2026-09-20 | 109.9641 | -0.05% |
| 2026-09-19 | 110.0164 | +0.14% |
| 2026-09-18 | 109.8677 | -0.17% |
| 2026-09-17 | 110.0498 | -0.52% |
| 2026-09-16 | 110.6293 | +0.04% |
| 2026-09-15 | 110.587 | +0.07% |
| 2026-09-14 | 110.5124 | -0.25% |
| 2026-09-13 | 110.79 | -0.03% |
| 2026-09-12 | 110.8224 | -0.13% |
| Date | 1 EUR in BTN | Daily change |
|---|---|---|
| 2026-09-11 | 110.9665 | +0.27% |
| 2026-09-10 | 110.6647 | +0.01% |
| 2026-09-09 | 110.651 | +0.65% |
| 2026-09-08 | 109.9385 | +0.14% |
| 2026-09-07 | 109.7797 | -0.04% |
| 2026-09-06 | 109.8266 | +0.07% |
| 2026-09-05 | 109.749 | -0.05% |
| 2026-09-04 | 109.7984 | +0.14% |
| 2026-09-03 | 109.6483 | -0.26% |
| 2026-09-02 | 109.9292 | -0.06% |
| 2026-09-01 | 109.9995 | -0.60% |
| 2026-08-31 | 110.6668 | -0.39% |
| 2026-08-30 | 111.0986 | -0.08% |
| 2026-08-29 | 111.1931 | +0.09% |
| 2026-08-28 | 111.0903 | — |
EUR to BTN conversion table
1 EUR109.2605 BTN
5 EUR546.3025 BTN
10 EUR1,092.605 BTN
25 EUR2,731.5125 BTN
50 EUR5,463.025 BTN
100 EUR10,926.05 BTN
500 EUR54,630.25 BTN
1,000 EUR109,260.5 BTN
5,000 EUR546,302.5 BTN
10,000 EUR1,092,605 BTN
Get the EUR/BTN rate in your app
One GET request returns the latest EUR → 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/EUR/BTN"fetch('https://rate-api.com/api/v1/pair/EUR/BTN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} BTN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/BTN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} BTN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/BTN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} BTN\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "BTN"
},
"rate": 109.2605,
"timestamp": 1790429364,
"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 EURBhutanese Ngultrum → Euro0.0091524Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.