Convert INR to BGN
Indian Rupee → Bulgarian Lev
1 INR = 0.0179006 BGN(1 BGN = 55.864007 INR)
Currency converter
1 INR =
0.017901 BGN
INR to BGN: last 30 days
Over the last 30 days, 1 INR traded between 0.017558 and 0.017931 BGN, averaging 0.01775 BGN. The INR/BGN rate is up 1.68% since 2026-08-28.
- 30-day high
- 0.017931
- 2026-09-24
- 30-day low
- 0.017558
- 2026-09-18
- 30-day average
- 0.01775
- Days with data: 30
- 30-day change
- +1.68%
- since 2026-08-28
0.017931
0.0175582026-08-28 → 2026-09-26
| Date | 1 INR in BGN | Daily change |
|---|---|---|
| 2026-09-26 | 0.017901 | 0.00% |
| 2026-09-25 | 0.017901 | -0.17% |
| 2026-09-24 | 0.017931 | +0.16% |
| 2026-09-23 | 0.017902 | +0.40% |
| 2026-09-22 | 0.017831 | +0.27% |
| 2026-09-21 | 0.017784 | +0.14% |
| 2026-09-20 | 0.017759 | -0.00% |
| 2026-09-19 | 0.01776 | +1.15% |
| 2026-09-18 | 0.017558 | -1.27% |
| 2026-09-17 | 0.017784 | +0.71% |
| 2026-09-16 | 0.017658 | -0.06% |
| 2026-09-15 | 0.017668 | -0.14% |
| 2026-09-14 | 0.017693 | +0.27% |
| 2026-09-13 | 0.017646 | -0.00% |
| 2026-09-12 | 0.017647 | +0.03% |
| Date | 1 INR in BGN | Daily change |
|---|---|---|
| 2026-09-11 | 0.017642 | +0.19% |
| 2026-09-10 | 0.017608 | -0.40% |
| 2026-09-09 | 0.01768 | -0.35% |
| 2026-09-08 | 0.017742 | -0.48% |
| 2026-09-07 | 0.017828 | +0.06% |
| 2026-09-06 | 0.017818 | -0.03% |
| 2026-09-05 | 0.017823 | +0.08% |
| 2026-09-04 | 0.017808 | -0.22% |
| 2026-09-03 | 0.017847 | +0.35% |
| 2026-09-02 | 0.017786 | +0.19% |
| 2026-09-01 | 0.017752 | +0.13% |
| 2026-08-31 | 0.01773 | +0.18% |
| 2026-08-30 | 0.017698 | -0.03% |
| 2026-08-29 | 0.017703 | +0.55% |
| 2026-08-28 | 0.017606 | — |
INR to BGN conversion table
1 INR0.017901 BGN
5 INR0.089503 BGN
10 INR0.17901 BGN
25 INR0.44752 BGN
50 INR0.89503 BGN
100 INR1.7901 BGN
500 INR8.9503 BGN
1,000 INR17.9006 BGN
5,000 INR89.5031 BGN
10,000 INR179.0061 BGN
Get the INR/BGN rate in your app
One GET request returns the latest INR → BGN 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/INR/BGN"fetch('https://rate-api.com/api/v1/pair/INR/BGN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} BGN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/BGN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} BGN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/BGN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} BGN\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "BGN"
},
"rate": 0.0179,
"timestamp": 1790429399,
"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
BGN to INRBulgarian Lev → Indian Rupee55.864Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.