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: show the values
| Point | GIP/SBD |
|---|---|
| 2025-09-27 | 11.0205 |
| 2025-10-04 | 11.3820 |
| 2025-10-11 | 11.1352 |
| 2025-10-18 | 11.4109 |
| 2025-10-25 | 11.0845 |
| 2025-11-01 | 11.1813 |
| 2025-11-08 | 11.1872 |
| 2025-11-15 | 10.8609 |
| 2025-11-22 | 10.7897 |
| 2025-11-29 | 10.9065 |
| 2025-12-06 | 10.9542 |
| 2025-12-14 | 10.8893 |
| 2025-12-21 | 10.8707 |
| 2025-12-28 | 10.9584 |
| 2026-01-04 | 10.9080 |
| 2026-01-11 | 10.8614 |
| 2026-01-18 | 10.8461 |
| 2026-01-25 | 11.0494 |
| 2026-02-01 | 11.0236 |
| 2026-02-08 | 10.9621 |
| 2026-02-15 | 10.9773 |
| 2026-02-22 | 10.8463 |
| 2026-03-01 | 10.8511 |
| 2026-03-08 | 10.7930 |
| 2026-03-15 | 10.6259 |
| 2026-03-22 | 10.7020 |
| 2026-03-29 | 10.6169 |
| 2026-04-05 | 10.5992 |
| 2026-04-12 | 10.8520 |
| 2026-04-19 | 10.9026 |
| 2026-04-26 | 10.8815 |
| 2026-05-03 | 10.8857 |
| 2026-05-10 | 10.9385 |
| 2026-05-18 | 10.6581 |
| 2026-05-26 | 10.8020 |
| 2026-06-02 | 10.7725 |
| 2026-06-11 | 10.7573 |
| 2026-06-18 | 10.6134 |
| 2026-06-25 | 10.5816 |
| 2026-07-02 | 10.6602 |
| 2026-07-09 | 10.7705 |
| 2026-07-16 | 10.9465 |
| 2026-07-23 | 10.7758 |
| 2026-07-30 | 10.7694 |
| 2026-08-06 | 10.8423 |
| 2026-08-13 | 10.8382 |
| 2026-08-21 | 10.9538 |
| 2026-08-28 | 10.9075 |
| 2026-09-04 | 10.8509 |
| 2026-09-11 | 10.8115 |
| 2026-09-18 | 10.6884 |
| 2026-09-25 | 10.5988 |
High
11.4109
Low
10.5816
Average
10.8679
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=SBD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=SBD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=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¤cies=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.