Skip to content

GIP to SBD exchange rate API

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

10.6459

▼ +3.40% over 1Y

1 GIP = 10.6459 SBD · 1 SBD = 0.09393 GIP · Get this rate via the API

1 GIP buys 10.6459 SBD as of 2026-09-27, so 1 SBD buys 0.09393 GIP. Over the last year, GIP/SBD traded between 10.5816 and 11.4109, averaged 10.8679 and fell 3.40%. 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 1Y

GIP/SBD over 1Y: show the values
PointGIP/SBD
2025-09-2711.0205
2025-10-0411.3820
2025-10-1111.1352
2025-10-1811.4109
2025-10-2511.0845
2025-11-0111.1813
2025-11-0811.1872
2025-11-1510.8609
2025-11-2210.7897
2025-11-2910.9065
2025-12-0610.9542
2025-12-1410.8893
2025-12-2110.8707
2025-12-2810.9584
2026-01-0410.9080
2026-01-1110.8614
2026-01-1810.8461
2026-01-2511.0494
2026-02-0111.0236
2026-02-0810.9621
2026-02-1510.9773
2026-02-2210.8463
2026-03-0110.8511
2026-03-0810.7930
2026-03-1510.6259
2026-03-2210.7020
2026-03-2910.6169
2026-04-0510.5992
2026-04-1210.8520
2026-04-1910.9026
2026-04-2610.8815
2026-05-0310.8857
2026-05-1010.9385
2026-05-1810.6581
2026-05-2610.8020
2026-06-0210.7725
2026-06-1110.7573
2026-06-1810.6134
2026-06-2510.5816
2026-07-0210.6602
2026-07-0910.7705
2026-07-1610.9465
2026-07-2310.7758
2026-07-3010.7694
2026-08-0610.8423
2026-08-1310.8382
2026-08-2110.9538
2026-08-2810.9075
2026-09-0410.8509
2026-09-1110.8115
2026-09-1810.6884
2026-09-2510.5988

High

11.4109

Low

10.5816

Average

10.8679

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.