FKP to SBD exchange rate API
Falkland Islands Pound to Solomon Islands Dollar · quoted 2026-09-26
10.5784
▼ +5.31% over 5Y
1 FKP = 10.5784 SBD · 1 SBD = 0.09453 FKP · Get this rate via the API
1 FKP buys 10.5784 SBD as of 2026-09-26, so 1 SBD buys 0.09453 FKP. Over the last 5 years, FKP/SBD traded between 10.3985 and 11.3658, averaged 10.8726 and fell 5.31%. The API holds daily FKP/SBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/SBD over 5Y: show the values
| Point | FKP/SBD |
|---|---|
| 2024-08-24 | 11.1713 |
| 2024-10-07 | 10.8847 |
| 2024-11-06 | 10.8511 |
| 2024-12-06 | 10.6822 |
| 2025-01-05 | 10.3985 |
| 2025-02-04 | 10.4778 |
| 2025-03-06 | 10.9521 |
| 2025-04-06 | 10.9620 |
| 2025-05-06 | 11.0728 |
| 2025-06-07 | 11.2915 |
| 2025-07-07 | 11.3658 |
| 2025-08-06 | 10.9734 |
| 2025-09-05 | 11.1103 |
| 2025-10-06 | 11.0229 |
| 2025-11-05 | 10.6285 |
| 2025-12-05 | 10.9047 |
| 2026-01-05 | 10.9265 |
| 2026-02-04 | 11.0890 |
| 2026-03-06 | 10.8060 |
| 2026-04-05 | 10.5992 |
| 2026-05-05 | 10.8575 |
| 2026-06-06 | 10.7274 |
| 2026-07-08 | 10.6972 |
| 2026-08-07 | 10.8466 |
| 2026-09-07 | 10.8105 |
High
11.3658
Low
10.3985
Average
10.8726
Get this rate via the API
One GET request returns the FKP/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=FKP¤cies=SBD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=SBD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=SBD").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/SBD API questions
How do I get the FKP/SBD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=SBD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/SBD rate in rates.SBD.
How far back does FKP/SBD historical data go?
Daily FKP/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 FKP/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.