FKP to SBD exchange rate API
Falkland Islands Pound to Solomon Islands Dollar · quoted 2026-09-26
10.5784
▼ +5.49% over 1Y
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 year, FKP/SBD traded between 10.5784 and 11.1931, averaged 10.8289 and fell 5.49%. 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 1Y: show the values
| Point | FKP/SBD |
|---|---|
| 2025-09-26 | 11.1931 |
| 2025-10-03 | 11.0081 |
| 2025-10-10 | 10.8305 |
| 2025-10-17 | 10.9792 |
| 2025-10-24 | 10.9027 |
| 2025-10-31 | 10.7656 |
| 2025-11-07 | 10.7396 |
| 2025-11-14 | 10.7493 |
| 2025-11-21 | 10.7019 |
| 2025-11-28 | 10.8310 |
| 2025-12-05 | 10.9047 |
| 2025-12-13 | 10.9261 |
| 2025-12-20 | 10.9006 |
| 2025-12-27 | 10.9797 |
| 2026-01-03 | 10.9629 |
| 2026-01-10 | 10.9097 |
| 2026-01-17 | 10.8465 |
| 2026-01-24 | 11.0882 |
| 2026-01-31 | 11.0176 |
| 2026-02-07 | 10.9620 |
| 2026-02-14 | 10.9653 |
| 2026-02-21 | 10.8463 |
| 2026-02-28 | 10.8516 |
| 2026-03-07 | 10.7989 |
| 2026-03-14 | 10.6545 |
| 2026-03-21 | 10.7420 |
| 2026-03-28 | 10.7361 |
| 2026-04-04 | 10.6367 |
| 2026-04-11 | 10.8317 |
| 2026-04-18 | 10.8779 |
| 2026-04-25 | 10.8569 |
| 2026-05-02 | 10.9211 |
| 2026-05-09 | 10.9135 |
| 2026-05-17 | 10.6877 |
| 2026-05-25 | 10.8006 |
| 2026-06-01 | 10.7688 |
| 2026-06-10 | 10.7239 |
| 2026-06-17 | 10.7421 |
| 2026-06-24 | 10.5870 |
| 2026-07-01 | 10.6637 |
| 2026-07-08 | 10.6972 |
| 2026-07-15 | 10.8453 |
| 2026-07-22 | 10.8193 |
| 2026-07-29 | 10.7443 |
| 2026-08-05 | 10.8169 |
| 2026-08-12 | 10.8559 |
| 2026-08-20 | 10.9168 |
| 2026-08-27 | 10.8831 |
| 2026-09-03 | 10.8114 |
| 2026-09-10 | 10.8395 |
| 2026-09-17 | 10.7071 |
| 2026-09-24 | 10.6128 |
High
11.1931
Low
10.5784
Average
10.8289
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.