SBD to INR exchange rate API
Solomon Islands Dollar to Indian Rupee · quoted 2026-09-25
12.0042
▲ +8.66% over YTD
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 year to date, SBD/INR traded between 11.0474 and 12.1133, averaged 11.6810 and rose 8.66%. 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 YTD: show the values
| Point | SBD/INR |
|---|---|
| 2025-12-31 | 11.0474 |
| 2026-01-07 | 11.0589 |
| 2026-01-14 | 11.1212 |
| 2026-01-21 | 11.3089 |
| 2026-01-28 | 11.3422 |
| 2026-02-04 | 11.1740 |
| 2026-02-11 | 11.2529 |
| 2026-02-18 | 11.2326 |
| 2026-02-25 | 11.2699 |
| 2026-03-04 | 11.3941 |
| 2026-03-11 | 11.4993 |
| 2026-03-18 | 11.6036 |
| 2026-03-25 | 11.7448 |
| 2026-04-01 | 11.6736 |
| 2026-04-08 | 11.4165 |
| 2026-04-15 | 11.5988 |
| 2026-04-22 | 11.7182 |
| 2026-04-29 | 11.8873 |
| 2026-05-06 | 11.8137 |
| 2026-05-13 | 11.9396 |
| 2026-05-20 | 12.1133 |
| 2026-05-27 | 11.9596 |
| 2026-06-03 | 11.9905 |
| 2026-06-10 | 11.8905 |
| 2026-06-17 | 11.8191 |
| 2026-06-24 | 11.7999 |
| 2026-07-01 | 11.8204 |
| 2026-07-08 | 11.9335 |
| 2026-07-15 | 11.9000 |
| 2026-07-22 | 11.9461 |
| 2026-07-29 | 11.8367 |
| 2026-08-05 | 11.8326 |
| 2026-08-12 | 11.8590 |
| 2026-08-19 | 11.9192 |
| 2026-08-26 | 11.8989 |
| 2026-09-02 | 11.8365 |
| 2026-09-09 | 11.8710 |
| 2026-09-16 | 11.9229 |
| 2026-09-23 | 11.9886 |
High
12.1133
Low
11.0474
Average
11.6810
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.