SBD to FJD exchange rate API
Solomon Islands Dollar to Fiji Dollar · quoted 2026-09-25
0.27963
▲ +2.54% over 1Y
1 SBD = 0.27963 FJD · 1 FJD = 3.5761 SBD · Get this rate via the API
1 SBD buys 0.27963 FJD as of 2026-09-25, so 1 FJD buys 3.5761 SBD. Over the last year, SBD/FJD traded between 0.27216 and 0.28133, averaged 0.27736 and rose 2.54%. The API holds daily SBD/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SBD/FJD over 1Y: show the values
| Point | SBD/FJD |
|---|---|
| 2025-09-25 | 0.27271 |
| 2025-10-02 | 0.27756 |
| 2025-10-09 | 0.27821 |
| 2025-10-16 | 0.27981 |
| 2025-10-23 | 0.28061 |
| 2025-10-30 | 0.27866 |
| 2025-11-06 | 0.28017 |
| 2025-11-13 | 0.27996 |
| 2025-11-20 | 0.28133 |
| 2025-11-27 | 0.27977 |
| 2025-12-04 | 0.27845 |
| 2025-12-11 | 0.27891 |
| 2025-12-18 | 0.28039 |
| 2025-12-25 | 0.28064 |
| 2026-01-01 | 0.28070 |
| 2026-01-08 | 0.27962 |
| 2026-01-15 | 0.28019 |
| 2026-01-22 | 0.27866 |
| 2026-01-29 | 0.27327 |
| 2026-02-05 | 0.27461 |
| 2026-02-12 | 0.27216 |
| 2026-02-19 | 0.27357 |
| 2026-02-26 | 0.27262 |
| 2026-03-05 | 0.27363 |
| 2026-03-12 | 0.27667 |
| 2026-03-19 | 0.27638 |
| 2026-03-26 | 0.27808 |
| 2026-04-02 | 0.27975 |
| 2026-04-09 | 0.27613 |
| 2026-04-16 | 0.27559 |
| 2026-04-23 | 0.27419 |
| 2026-04-30 | 0.27618 |
| 2026-05-07 | 0.27415 |
| 2026-05-14 | 0.27486 |
| 2026-05-21 | 0.27651 |
| 2026-05-28 | 0.27564 |
| 2026-06-04 | 0.27534 |
| 2026-06-11 | 0.27742 |
| 2026-06-18 | 0.27979 |
| 2026-06-25 | 0.27953 |
| 2026-07-02 | 0.27908 |
| 2026-07-09 | 0.27908 |
| 2026-07-16 | 0.27616 |
| 2026-07-23 | 0.27792 |
| 2026-07-30 | 0.27685 |
| 2026-08-06 | 0.27644 |
| 2026-08-13 | 0.27695 |
| 2026-08-20 | 0.27588 |
| 2026-08-27 | 0.27557 |
| 2026-09-03 | 0.27647 |
| 2026-09-10 | 0.27668 |
| 2026-09-17 | 0.27879 |
| 2026-09-24 | 0.27926 |
High
0.28133
Low
0.27216
Average
0.27736
Get this rate via the API
One GET request returns the SBD/FJD 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=SBD¤cies=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD¤cies=FJD").json()Replace YOUR_API_KEY with the key from your dashboard.
SBD/FJD API questions
How do I get the SBD/FJD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD¤cies=FJD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SBD/FJD rate in rates.FJD.
How far back does SBD/FJD historical data go?
Daily SBD/FJD 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 SBD/FJD 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.