Convert BIF to JPY
Burundian Franc → Japanese Yen
1 BIF = 0.0524037 JPY(1 JPY = 19.082621 BIF)
Currency converter
1 BIF =
0.052404 JPY
BIF to JPY: last 30 days
Over the last 30 days, 1 BIF traded between 0.051248 and 0.053543 JPY, averaging 0.052342 JPY. The BIF/JPY rate is down 2.13% since 2026-08-28.
- 30-day high
- 0.053543
- 2026-08-28
- 30-day low
- 0.051248
- 2026-09-09
- 30-day average
- 0.052342
- Days with data: 30
- 30-day change
- -2.13%
- since 2026-08-28
0.053543
0.0512482026-08-28 → 2026-09-26
| Date | 1 BIF in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.052404 | 0.00% |
| 2026-09-25 | 0.052404 | -0.59% |
| 2026-09-24 | 0.052715 | +0.36% |
| 2026-09-23 | 0.052526 | +0.35% |
| 2026-09-22 | 0.05234 | -0.14% |
| 2026-09-21 | 0.052412 | -0.49% |
| 2026-09-20 | 0.052669 | +0.07% |
| 2026-09-19 | 0.052632 | +0.27% |
| 2026-09-18 | 0.052488 | +1.25% |
| 2026-09-17 | 0.05184 | +0.04% |
| 2026-09-16 | 0.051821 | -0.02% |
| 2026-09-15 | 0.051832 | +0.29% |
| 2026-09-14 | 0.051681 | +0.44% |
| 2026-09-13 | 0.051454 | -1.46% |
| 2026-09-12 | 0.052215 | +1.43% |
| Date | 1 BIF in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.051479 | -0.19% |
| 2026-09-10 | 0.051578 | +0.64% |
| 2026-09-09 | 0.051248 | -0.64% |
| 2026-09-08 | 0.051579 | -0.34% |
| 2026-09-07 | 0.051758 | -0.90% |
| 2026-09-06 | 0.052228 | -0.03% |
| 2026-09-05 | 0.052241 | -0.04% |
| 2026-09-04 | 0.052263 | +0.14% |
| 2026-09-03 | 0.052187 | -2.09% |
| 2026-09-02 | 0.0533 | -0.31% |
| 2026-09-01 | 0.053467 | +0.43% |
| 2026-08-31 | 0.053238 | -0.23% |
| 2026-08-30 | 0.053361 | -0.01% |
| 2026-08-29 | 0.053366 | -0.33% |
| 2026-08-28 | 0.053543 | — |
BIF to JPY conversion table
1 BIF0.052404 JPY
5 BIF0.26202 JPY
10 BIF0.52404 JPY
25 BIF1.3101 JPY
50 BIF2.6202 JPY
100 BIF5.2404 JPY
500 BIF26.2019 JPY
1,000 BIF52.4037 JPY
5,000 BIF262.0185 JPY
10,000 BIF524.037 JPY
Get the BIF/JPY rate in your app
One GET request returns the latest BIF → JPY 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/BIF/JPY"fetch('https://rate-api.com/api/v1/pair/BIF/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BIF = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BIF/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BIF = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BIF/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BIF = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "BIF",
"to": "JPY"
},
"rate": 0.0524,
"timestamp": 1790432081,
"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
JPY to BIFJapanese Yen → Burundian Franc19.0826Convert BIF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.