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: show the values
| Point | SBD/INR |
|---|---|
| 2025-09-25 | 10.7161 |
| 2025-10-02 | 10.8690 |
| 2025-10-09 | 10.8684 |
| 2025-10-16 | 10.7650 |
| 2025-10-23 | 10.7408 |
| 2025-10-30 | 10.8409 |
| 2025-11-06 | 10.8179 |
| 2025-11-13 | 10.8440 |
| 2025-11-20 | 10.8360 |
| 2025-11-27 | 10.9191 |
| 2025-12-04 | 10.9792 |
| 2025-12-11 | 11.0691 |
| 2025-12-18 | 11.0894 |
| 2025-12-25 | 11.0930 |
| 2026-01-01 | 11.0958 |
| 2026-01-08 | 11.0700 |
| 2026-01-15 | 11.1104 |
| 2026-01-22 | 11.2822 |
| 2026-01-29 | 11.3421 |
| 2026-02-05 | 11.1732 |
| 2026-02-12 | 11.2044 |
| 2026-02-19 | 11.3005 |
| 2026-02-26 | 11.2554 |
| 2026-03-05 | 11.3330 |
| 2026-03-12 | 11.5511 |
| 2026-03-19 | 11.6504 |
| 2026-03-26 | 11.7645 |
| 2026-04-02 | 11.6182 |
| 2026-04-09 | 11.4809 |
| 2026-04-16 | 11.6327 |
| 2026-04-23 | 11.6874 |
| 2026-04-30 | 11.8987 |
| 2026-05-07 | 11.7679 |
| 2026-05-14 | 12.0066 |
| 2026-05-21 | 12.0450 |
| 2026-05-28 | 11.9931 |
| 2026-06-04 | 11.9667 |
| 2026-06-11 | 11.9124 |
| 2026-06-18 | 11.8346 |
| 2026-06-25 | 11.7591 |
| 2026-07-02 | 11.8636 |
| 2026-07-09 | 11.8654 |
| 2026-07-16 | 11.9134 |
| 2026-07-23 | 12.0003 |
| 2026-07-30 | 11.8627 |
| 2026-08-06 | 11.8265 |
| 2026-08-13 | 11.8793 |
| 2026-08-20 | 11.9292 |
| 2026-08-27 | 11.9234 |
| 2026-09-03 | 11.7947 |
| 2026-09-10 | 11.9355 |
| 2026-09-17 | 11.9868 |
| 2026-09-24 | 11.9666 |
High
12.0450
Low
10.7161
Average
11.4803
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD¤cies=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¤cies=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.