Skip to content

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

SBD/FJD over 1Y: show the values
PointSBD/FJD
2025-09-250.27271
2025-10-020.27756
2025-10-090.27821
2025-10-160.27981
2025-10-230.28061
2025-10-300.27866
2025-11-060.28017
2025-11-130.27996
2025-11-200.28133
2025-11-270.27977
2025-12-040.27845
2025-12-110.27891
2025-12-180.28039
2025-12-250.28064
2026-01-010.28070
2026-01-080.27962
2026-01-150.28019
2026-01-220.27866
2026-01-290.27327
2026-02-050.27461
2026-02-120.27216
2026-02-190.27357
2026-02-260.27262
2026-03-050.27363
2026-03-120.27667
2026-03-190.27638
2026-03-260.27808
2026-04-020.27975
2026-04-090.27613
2026-04-160.27559
2026-04-230.27419
2026-04-300.27618
2026-05-070.27415
2026-05-140.27486
2026-05-210.27651
2026-05-280.27564
2026-06-040.27534
2026-06-110.27742
2026-06-180.27979
2026-06-250.27953
2026-07-020.27908
2026-07-090.27908
2026-07-160.27616
2026-07-230.27792
2026-07-300.27685
2026-08-060.27644
2026-08-130.27695
2026-08-200.27588
2026-08-270.27557
2026-09-030.27647
2026-09-100.27668
2026-09-170.27879
2026-09-240.27926

High

0.28133

Low

0.27216

Average

0.27736

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=FJD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=FJD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=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&currencies=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.