Convert SBD to INR
Solomon Islands Dollar → Indian Rupee
1 SBD = 11.920829 INR(1 INR = 0.0838868 SBD)
Currency converter
1 SBD =
11.9208 INR
SBD to INR: last 30 days
Over the last 30 days, 1 SBD traded between 11.8045 and 11.9969 INR, averaging 11.9194 INR. The SBD/INR rate is down 0.05% since 2026-08-28.
- 30-day high
- 11.9969
- 2026-09-17
- 30-day low
- 11.8045
- 2026-09-03
- 30-day average
- 11.9194
- Days with data: 30
- 30-day change
- -0.05%
- since 2026-08-28
11.9969
11.80452026-08-28 → 2026-09-26
| Date | 1 SBD in INR | Daily change |
|---|---|---|
| 2026-09-26 | 11.9208 | 0.00% |
| 2026-09-25 | 11.9208 | -0.29% |
| 2026-09-24 | 11.955 | -0.14% |
| 2026-09-23 | 11.9716 | +0.41% |
| 2026-09-22 | 11.9229 | -0.52% |
| 2026-09-21 | 11.985 | +0.20% |
| 2026-09-20 | 11.9608 | 0.00% |
| 2026-09-19 | 11.9608 | -0.20% |
| 2026-09-18 | 11.9842 | -0.11% |
| 2026-09-17 | 11.9969 | +0.28% |
| 2026-09-16 | 11.9635 | -0.07% |
| 2026-09-15 | 11.9716 | +0.29% |
| 2026-09-14 | 11.9366 | +0.09% |
| 2026-09-13 | 11.9259 | 0.00% |
| 2026-09-12 | 11.9259 | -0.45% |
| Date | 1 SBD in INR | Daily change |
|---|---|---|
| 2026-09-11 | 11.9799 | +0.06% |
| 2026-09-10 | 11.9726 | +0.40% |
| 2026-09-09 | 11.9247 | +0.24% |
| 2026-09-08 | 11.8963 | +0.37% |
| 2026-09-07 | 11.8528 | +0.35% |
| 2026-09-06 | 11.8113 | -0.00% |
| 2026-09-05 | 11.8113 | -0.03% |
| 2026-09-04 | 11.8146 | +0.09% |
| 2026-09-03 | 11.8045 | -0.55% |
| 2026-09-02 | 11.8694 | +0.04% |
| 2026-09-01 | 11.865 | -0.32% |
| 2026-08-31 | 11.9036 | -0.17% |
| 2026-08-30 | 11.9238 | -0.00% |
| 2026-08-29 | 11.9242 | -0.02% |
| 2026-08-28 | 11.9266 | — |
SBD to INR conversion table
1 SBD11.9208 INR
5 SBD59.6041 INR
10 SBD119.2083 INR
25 SBD298.0207 INR
50 SBD596.0415 INR
100 SBD1,192.0829 INR
500 SBD5,960.4147 INR
1,000 SBD11,920.829 INR
5,000 SBD59,604.147 INR
10,000 SBD119,208.29 INR
Get the SBD/INR rate in your app
One GET request returns the latest SBD → 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/SBD/INR"fetch('https://rate-api.com/api/v1/pair/SBD/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SBD = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SBD/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SBD = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SBD/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SBD = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "SBD",
"to": "INR"
},
"rate": 11.9208,
"timestamp": 1790432146,
"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 SBDIndian Rupee → Solomon Islands Dollar0.083887Convert SBD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.