Convert JPY to BTN
Japanese Yen → Bhutanese Ngultrum
1 JPY = 0.608016 BTN(1 BTN = 1.644693 JPY)
Currency converter
1 JPY =
0.60802 BTN
JPY to BTN: last 30 days
Over the last 30 days, 1 JPY traded between 0.59259 and 0.62144 BTN, averaging 0.60866 BTN. The JPY/BTN rate is up 1.75% since 2026-08-28.
- 30-day high
- 0.62144
- 2026-09-11
- 30-day low
- 0.59259
- 2026-09-01
- 30-day average
- 0.60866
- Days with data: 30
- 30-day change
- +1.75%
- since 2026-08-28
0.62144
0.592592026-08-28 → 2026-09-26
| Date | 1 JPY in BTN | Daily change |
|---|---|---|
| 2026-09-26 | 0.60802 | 0.00% |
| 2026-09-25 | 0.60802 | +0.65% |
| 2026-09-24 | 0.60407 | -0.36% |
| 2026-09-23 | 0.60627 | -0.48% |
| 2026-09-22 | 0.60921 | +0.04% |
| 2026-09-21 | 0.60896 | +0.20% |
| 2026-09-20 | 0.60773 | -0.05% |
| 2026-09-19 | 0.60802 | +0.14% |
| 2026-09-18 | 0.6072 | -1.38% |
| 2026-09-17 | 0.61567 | -0.45% |
| 2026-09-16 | 0.61845 | +0.02% |
| 2026-09-15 | 0.61831 | -0.12% |
| 2026-09-14 | 0.61905 | -0.23% |
| 2026-09-13 | 0.62045 | -0.03% |
| 2026-09-12 | 0.62063 | -0.13% |
| Date | 1 JPY in BTN | Daily change |
|---|---|---|
| 2026-09-11 | 0.62144 | +0.57% |
| 2026-09-10 | 0.61791 | -0.27% |
| 2026-09-09 | 0.61958 | +0.99% |
| 2026-09-08 | 0.61348 | +0.51% |
| 2026-09-07 | 0.6104 | +0.93% |
| 2026-09-06 | 0.60479 | +0.07% |
| 2026-09-05 | 0.60437 | -0.05% |
| 2026-09-04 | 0.60464 | -0.08% |
| 2026-09-03 | 0.60511 | +1.71% |
| 2026-09-02 | 0.59491 | +0.39% |
| 2026-09-01 | 0.59259 | -0.82% |
| 2026-08-31 | 0.59748 | -0.02% |
| 2026-08-30 | 0.59758 | -0.08% |
| 2026-08-29 | 0.59809 | +0.09% |
| 2026-08-28 | 0.59753 | — |
JPY to BTN conversion table
1 JPY0.60802 BTN
5 JPY3.0401 BTN
10 JPY6.0802 BTN
25 JPY15.2004 BTN
50 JPY30.4008 BTN
100 JPY60.8016 BTN
500 JPY304.0081 BTN
1,000 JPY608.0161 BTN
5,000 JPY3,040.0807 BTN
10,000 JPY6,080.1614 BTN
Get the JPY/BTN rate in your app
One GET request returns the latest JPY → 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/JPY/BTN"fetch('https://rate-api.com/api/v1/pair/JPY/BTN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} BTN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/BTN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} BTN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/BTN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} BTN\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "BTN"
},
"rate": 0.608,
"timestamp": 1790429293,
"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 JPYBhutanese Ngultrum → Japanese Yen1.6447Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.