Convert GBP to BTN
British Pound → Bhutanese Ngultrum
1 GBP = 126.98065 BTN(1 BTN = 0.00787522 GBP)
Currency converter
1 GBP =
126.9807 BTN
GBP to BTN: last 30 days
Over the last 30 days, 1 GBP traded between 126.855 and 129.7167 BTN, averaging 128.3488 BTN. The GBP/BTN rate is down 2.02% since 2026-08-28.
- 30-day high
- 129.7167
- 2026-08-29
- 30-day low
- 126.855
- 2026-09-24
- 30-day average
- 128.3488
- Days with data: 30
- 30-day change
- -2.02%
- since 2026-08-28
129.7167
126.8552026-08-28 → 2026-09-26
| Date | 1 GBP in BTN | Daily change |
|---|---|---|
| 2026-09-26 | 126.9807 | 0.00% |
| 2026-09-25 | 126.9807 | +0.10% |
| 2026-09-24 | 126.855 | -0.20% |
| 2026-09-23 | 127.1088 | -0.67% |
| 2026-09-22 | 127.9609 | -0.25% |
| 2026-09-21 | 128.2829 | +0.19% |
| 2026-09-20 | 128.0437 | -0.05% |
| 2026-09-19 | 128.1046 | +0.14% |
| 2026-09-18 | 127.9315 | -0.22% |
| 2026-09-17 | 128.2182 | -0.63% |
| 2026-09-16 | 129.03 | -0.15% |
| 2026-09-15 | 129.2209 | +0.09% |
| 2026-09-14 | 129.1076 | +0.00% |
| 2026-09-13 | 129.1019 | -0.03% |
| 2026-09-12 | 129.1396 | -0.13% |
| Date | 1 GBP in BTN | Daily change |
|---|---|---|
| 2026-09-11 | 129.3075 | +0.39% |
| 2026-09-10 | 128.8064 | -0.01% |
| 2026-09-09 | 128.8156 | +0.46% |
| 2026-09-08 | 128.2226 | +0.32% |
| 2026-09-07 | 127.8094 | -0.04% |
| 2026-09-06 | 127.8571 | +0.07% |
| 2026-09-05 | 127.7668 | -0.04% |
| 2026-09-04 | 127.8243 | +0.32% |
| 2026-09-03 | 127.4164 | -0.47% |
| 2026-09-02 | 128.0178 | -0.31% |
| 2026-09-01 | 128.4215 | -0.61% |
| 2026-08-31 | 129.2116 | -0.30% |
| 2026-08-30 | 129.6065 | -0.08% |
| 2026-08-29 | 129.7167 | +0.09% |
| 2026-08-28 | 129.5968 | — |
GBP to BTN conversion table
1 GBP126.9807 BTN
5 GBP634.9033 BTN
10 GBP1,269.8065 BTN
25 GBP3,174.5162 BTN
50 GBP6,349.0325 BTN
100 GBP12,698.065 BTN
500 GBP63,490.325 BTN
1,000 GBP126,980.65 BTN
5,000 GBP634,903.25 BTN
10,000 GBP1,269,806.5 BTN
Get the GBP/BTN rate in your app
One GET request returns the latest GBP → 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/GBP/BTN"fetch('https://rate-api.com/api/v1/pair/GBP/BTN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} BTN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/BTN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} BTN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/BTN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} BTN\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "BTN"
},
"rate": 126.9806,
"timestamp": 1790429384,
"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 GBPBhutanese Ngultrum → British Pound0.0078752Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.