Skip to content

SBD to INR exchange rate API

Solomon Islands Dollar to Indian Rupee · quoted 2026-09-25

12.0042

▲ +12.02% over 1Y

1 SBD = 12.0042 INR · 1 INR = 0.08330 SBD · Get this rate via the API

1 SBD buys 12.0042 INR as of 2026-09-25, so 1 INR buys 0.08330 SBD. Over the last year, SBD/INR traded between 10.7161 and 12.0450, averaged 11.4803 and rose 12.02%. The API holds daily SBD/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SBD/INR over 1Y

SBD/INR over 1Y: show the values
PointSBD/INR
2025-09-2510.7161
2025-10-0210.8690
2025-10-0910.8684
2025-10-1610.7650
2025-10-2310.7408
2025-10-3010.8409
2025-11-0610.8179
2025-11-1310.8440
2025-11-2010.8360
2025-11-2710.9191
2025-12-0410.9792
2025-12-1111.0691
2025-12-1811.0894
2025-12-2511.0930
2026-01-0111.0958
2026-01-0811.0700
2026-01-1511.1104
2026-01-2211.2822
2026-01-2911.3421
2026-02-0511.1732
2026-02-1211.2044
2026-02-1911.3005
2026-02-2611.2554
2026-03-0511.3330
2026-03-1211.5511
2026-03-1911.6504
2026-03-2611.7645
2026-04-0211.6182
2026-04-0911.4809
2026-04-1611.6327
2026-04-2311.6874
2026-04-3011.8987
2026-05-0711.7679
2026-05-1412.0066
2026-05-2112.0450
2026-05-2811.9931
2026-06-0411.9667
2026-06-1111.9124
2026-06-1811.8346
2026-06-2511.7591
2026-07-0211.8636
2026-07-0911.8654
2026-07-1611.9134
2026-07-2312.0003
2026-07-3011.8627
2026-08-0611.8265
2026-08-1311.8793
2026-08-2011.9292
2026-08-2711.9234
2026-09-0311.7947
2026-09-1011.9355
2026-09-1711.9868
2026-09-2411.9666

High

12.0450

Low

10.7161

Average

11.4803

For developers

Get this rate via the API

One GET request returns the SBD/INR rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=INR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

SBD/INR API questions

How do I get the SBD/INR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SBD/INR rate in rates.INR.

How far back does SBD/INR historical data go?

Daily SBD/INR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free SBD/INR exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.