Convert BTN to RUB
Bhutanese Ngultrum → Russian Ruble
1 BTN = 0.887241 RUB(1 RUB = 1.127089 BTN)
Currency converter
1 BTN =
0.88724 RUB
BTN to RUB: last 30 days
Over the last 30 days, 1 BTN traded between 0.87471 and 0.92473 RUB, averaging 0.89355 RUB. The BTN/RUB rate is down 0.95% since 2026-08-28.
- 30-day high
- 0.92473
- 2026-09-03
- 30-day low
- 0.87471
- 2026-09-22
- 30-day average
- 0.89355
- Days with data: 30
- 30-day change
- -0.95%
- since 2026-08-28
0.92473
0.874712026-08-28 → 2026-09-26
| Date | 1 BTN in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.88724 | 0.00% |
| 2026-09-25 | 0.88724 | +0.35% |
| 2026-09-24 | 0.88412 | +0.41% |
| 2026-09-23 | 0.88047 | +0.66% |
| 2026-09-22 | 0.87471 | -0.47% |
| 2026-09-21 | 0.87882 | +0.29% |
| 2026-09-20 | 0.8763 | -0.32% |
| 2026-09-19 | 0.87913 | -0.26% |
| 2026-09-18 | 0.88139 | +0.30% |
| 2026-09-17 | 0.87873 | +0.08% |
| 2026-09-16 | 0.87806 | -0.43% |
| 2026-09-15 | 0.88182 | -0.20% |
| 2026-09-14 | 0.88356 | +0.19% |
| 2026-09-13 | 0.88188 | +0.14% |
| 2026-09-12 | 0.88064 | +0.41% |
| Date | 1 BTN in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.87709 | -1.69% |
| 2026-09-10 | 0.89216 | -1.31% |
| 2026-09-09 | 0.90401 | -0.77% |
| 2026-09-08 | 0.91102 | -0.64% |
| 2026-09-07 | 0.91693 | +0.10% |
| 2026-09-06 | 0.91597 | +0.79% |
| 2026-09-05 | 0.90883 | -0.92% |
| 2026-09-04 | 0.91726 | -0.81% |
| 2026-09-03 | 0.92473 | +1.12% |
| 2026-09-02 | 0.91446 | +0.55% |
| 2026-09-01 | 0.9095 | +0.96% |
| 2026-08-31 | 0.90082 | -0.07% |
| 2026-08-30 | 0.90147 | -0.10% |
| 2026-08-29 | 0.90238 | +0.74% |
| 2026-08-28 | 0.89579 | — |
BTN to RUB conversion table
1 BTN0.88724 RUB
5 BTN4.4362 RUB
10 BTN8.8724 RUB
25 BTN22.181 RUB
50 BTN44.3621 RUB
100 BTN88.7241 RUB
500 BTN443.6205 RUB
1,000 BTN887.241 RUB
5,000 BTN4,436.2052 RUB
10,000 BTN8,872.4103 RUB
Get the BTN/RUB rate in your app
One GET request returns the latest BTN → RUB 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/RUB"fetch('https://rate-api.com/api/v1/pair/BTN/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BTN = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BTN/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BTN = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BTN/RUB');
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']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "BTN",
"to": "RUB"
},
"rate": 0.8872,
"timestamp": 1790432030,
"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
RUB to BTNRussian Ruble → Bhutanese Ngultrum1.1271Convert BTN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.