Skip to content

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

SBD/GBP over 1Y: show the values
PointSBD/GBP
2025-09-260.08925
2025-10-030.09079
2025-10-100.09247
2025-10-170.09111
2025-10-240.09184
2025-10-310.09325
2025-11-070.09314
2025-11-140.09290
2025-11-210.09343
2025-11-280.09244
2025-12-050.09163
2025-12-120.09174
2025-12-190.09189
2025-12-260.09132
2026-01-020.09156
2026-01-090.09177
2026-01-160.09227
2026-01-230.09104
2026-01-300.08983
2026-02-060.09100
2026-02-130.09092
2026-02-200.09202
2026-02-270.09184
2026-03-060.09277
2026-03-130.09384
2026-03-200.09326
2026-03-270.09393
2026-04-030.09396
2026-04-100.09219
2026-04-170.09187
2026-04-240.09200
2026-05-010.09219
2026-05-080.09182
2026-05-150.09392
2026-05-220.09321
2026-05-290.09347
2026-06-050.09273
2026-06-120.09285
2026-06-190.09421
2026-06-260.09479
2026-07-030.09308
2026-07-100.09204
2026-07-170.09252
2026-07-240.09280
2026-07-310.09215
2026-08-070.09222
2026-08-140.09180
2026-08-210.09123
2026-08-280.09173
2026-09-040.09216
2026-09-110.09243
2026-09-180.09357
2026-09-250.09406

High

0.09479

Low

0.08925

Average

0.09237

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=GBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=GBP");
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=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&currencies=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.