Skip to content

GIP to SBD exchange rate API

Gibraltar Pound to Solomon Islands Dollar · quoted 2026-09-26

10.5784

▼ +5.31% over 5Y

1 GIP = 10.5784 SBD · 1 SBD = 0.09453 GIP · Get this rate via the API

1 GIP buys 10.5784 SBD as of 2026-09-26, so 1 SBD buys 0.09453 GIP. Over the last 5 years, GIP/SBD traded between 10.3985 and 11.3658, averaged 10.8726 and fell 5.31%. The API holds daily GIP/SBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/SBD over 5Y

GIP/SBD over 5Y: show the values
PointGIP/SBD
2024-08-2411.1713
2024-10-0710.8847
2024-11-0610.8511
2024-12-0610.6822
2025-01-0510.3985
2025-02-0410.4778
2025-03-0610.9521
2025-04-0610.9620
2025-05-0611.0728
2025-06-0711.2915
2025-07-0711.3658
2025-08-0610.9734
2025-09-0511.1103
2025-10-0611.0229
2025-11-0510.6285
2025-12-0510.9047
2026-01-0510.9265
2026-02-0411.0890
2026-03-0610.8060
2026-04-0510.5992
2026-05-0510.8575
2026-06-0610.7274
2026-07-0810.6972
2026-08-0710.8466
2026-09-0710.8105

High

11.3658

Low

10.3985

Average

10.8726

For developers

Get this rate via the API

One GET request returns the GIP/SBD 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=GIP&currencies=SBD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=SBD");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

GIP/SBD API questions

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

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

How far back does GIP/SBD historical data go?

Daily GIP/SBD 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 GIP/SBD 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.