Convert BGN to INR
Bulgarian Lev → Indian Rupee
1 BGN = 55.864007 INR(1 INR = 0.0179006 BGN)
Currency converter
1 BGN =
55.864 INR
BGN to INR: last 30 days
Over the last 30 days, 1 BGN traded between 55.7704 and 56.9548 INR, averaging 56.3404 INR. The BGN/INR rate is down 1.65% since 2026-08-28.
- 30-day high
- 56.9548
- 2026-09-18
- 30-day low
- 55.7704
- 2026-09-24
- 30-day average
- 56.3404
- Days with data: 30
- 30-day change
- -1.65%
- since 2026-08-28
56.9548
55.77042026-08-28 → 2026-09-26
| Date | 1 BGN in INR | Daily change |
|---|---|---|
| 2026-09-26 | 55.864 | 0.00% |
| 2026-09-25 | 55.864 | +0.17% |
| 2026-09-24 | 55.7704 | -0.16% |
| 2026-09-23 | 55.8586 | -0.40% |
| 2026-09-22 | 56.0816 | -0.26% |
| 2026-09-21 | 56.2303 | -0.14% |
| 2026-09-20 | 56.3082 | +0.00% |
| 2026-09-19 | 56.3057 | -1.14% |
| 2026-09-18 | 56.9548 | +1.29% |
| 2026-09-17 | 56.2306 | -0.71% |
| 2026-09-16 | 56.6318 | +0.06% |
| 2026-09-15 | 56.5982 | +0.14% |
| 2026-09-14 | 56.5188 | -0.27% |
| 2026-09-13 | 56.6698 | +0.00% |
| 2026-09-12 | 56.6683 | -0.03% |
| Date | 1 BGN in INR | Daily change |
|---|---|---|
| 2026-09-11 | 56.6836 | -0.19% |
| 2026-09-10 | 56.7909 | +0.41% |
| 2026-09-09 | 56.5611 | +0.35% |
| 2026-09-08 | 56.3637 | +0.48% |
| 2026-09-07 | 56.0919 | -0.06% |
| 2026-09-06 | 56.1237 | +0.03% |
| 2026-09-05 | 56.1086 | -0.08% |
| 2026-09-04 | 56.1555 | +0.22% |
| 2026-09-03 | 56.0304 | -0.35% |
| 2026-09-02 | 56.2245 | -0.19% |
| 2026-09-01 | 56.331 | -0.13% |
| 2026-08-31 | 56.4017 | -0.18% |
| 2026-08-30 | 56.5035 | +0.03% |
| 2026-08-29 | 56.4881 | -0.55% |
| 2026-08-28 | 56.7999 | — |
BGN to INR conversion table
1 BGN55.864 INR
5 BGN279.32 INR
10 BGN558.6401 INR
25 BGN1,396.6002 INR
50 BGN2,793.2003 INR
100 BGN5,586.4007 INR
500 BGN27,932.003 INR
1,000 BGN55,864.007 INR
5,000 BGN279,320.03 INR
10,000 BGN558,640.07 INR
Get the BGN/INR rate in your app
One GET request returns the latest BGN → INR 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/BGN/INR"fetch('https://rate-api.com/api/v1/pair/BGN/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BGN = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BGN/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BGN = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BGN/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BGN = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "BGN",
"to": "INR"
},
"rate": 55.864,
"timestamp": 1790432145,
"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
INR to BGNIndian Rupee → Bulgarian Lev0.017901Convert BGN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.