SBD to GBP exchange rate API
Solomon Islands Dollar to Pound Sterling · quoted 2026-09-26
0.09393
▲ +5.24% over 1Y
1 SBD = 0.09393 GBP · 1 GBP = 10.6460 SBD · Get this rate via the API
1 SBD buys 0.09393 GBP as of 2026-09-26, so 1 GBP buys 10.6460 SBD. Over the last year, SBD/GBP traded between 0.08925 and 0.09479, averaged 0.09237 and rose 5.24%. The API holds daily SBD/GBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SBD/GBP over 1Y: show the values
| Point | SBD/GBP |
|---|---|
| 2025-09-26 | 0.08925 |
| 2025-10-03 | 0.09079 |
| 2025-10-10 | 0.09247 |
| 2025-10-17 | 0.09111 |
| 2025-10-24 | 0.09184 |
| 2025-10-31 | 0.09325 |
| 2025-11-07 | 0.09314 |
| 2025-11-14 | 0.09290 |
| 2025-11-21 | 0.09343 |
| 2025-11-28 | 0.09244 |
| 2025-12-05 | 0.09163 |
| 2025-12-12 | 0.09174 |
| 2025-12-19 | 0.09189 |
| 2025-12-26 | 0.09132 |
| 2026-01-02 | 0.09156 |
| 2026-01-09 | 0.09177 |
| 2026-01-16 | 0.09227 |
| 2026-01-23 | 0.09104 |
| 2026-01-30 | 0.08983 |
| 2026-02-06 | 0.09100 |
| 2026-02-13 | 0.09092 |
| 2026-02-20 | 0.09202 |
| 2026-02-27 | 0.09184 |
| 2026-03-06 | 0.09277 |
| 2026-03-13 | 0.09384 |
| 2026-03-20 | 0.09326 |
| 2026-03-27 | 0.09393 |
| 2026-04-03 | 0.09396 |
| 2026-04-10 | 0.09219 |
| 2026-04-17 | 0.09187 |
| 2026-04-24 | 0.09200 |
| 2026-05-01 | 0.09219 |
| 2026-05-08 | 0.09182 |
| 2026-05-15 | 0.09392 |
| 2026-05-22 | 0.09321 |
| 2026-05-29 | 0.09347 |
| 2026-06-05 | 0.09273 |
| 2026-06-12 | 0.09285 |
| 2026-06-19 | 0.09421 |
| 2026-06-26 | 0.09479 |
| 2026-07-03 | 0.09308 |
| 2026-07-10 | 0.09204 |
| 2026-07-17 | 0.09252 |
| 2026-07-24 | 0.09280 |
| 2026-07-31 | 0.09215 |
| 2026-08-07 | 0.09222 |
| 2026-08-14 | 0.09180 |
| 2026-08-21 | 0.09123 |
| 2026-08-28 | 0.09173 |
| 2026-09-04 | 0.09216 |
| 2026-09-11 | 0.09243 |
| 2026-09-18 | 0.09357 |
| 2026-09-25 | 0.09406 |
High
0.09479
Low
0.08925
Average
0.09237
Get this rate via the API
One GET request returns the SBD/GBP 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=GBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD¤cies=GBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD¤cies=GBP").json()Replace YOUR_API_KEY with the key from your dashboard.
SBD/GBP API questions
How do I get the SBD/GBP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD¤cies=GBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SBD/GBP rate in rates.GBP.
How far back does SBD/GBP historical data go?
Daily SBD/GBP 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/GBP 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.