Skip to content

FJD to SBD exchange rate API

Fiji Dollar to Solomon Islands Dollar · quoted 2026-09-25

3.5806

▼ +2.35% over 1Y

1 FJD = 3.5806 SBD · 1 SBD = 0.27928 FJD · Get this rate via the API

1 FJD buys 3.5806 SBD as of 2026-09-25, so 1 SBD buys 0.27928 FJD. Over the last year, FJD/SBD traded between 3.5545 and 3.6742, averaged 3.6058 and fell 2.35%. The API holds daily FJD/SBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/SBD over 1Y

FJD/SBD over 1Y: show the values
PointFJD/SBD
2025-09-253.6668
2025-10-023.6028
2025-10-093.5944
2025-10-163.5738
2025-10-233.5636
2025-10-303.5886
2025-11-063.5693
2025-11-133.5719
2025-11-203.5545
2025-11-273.5743
2025-12-043.5913
2025-12-113.5854
2025-12-183.5664
2025-12-253.5632
2026-01-013.5626
2026-01-083.5763
2026-01-153.5690
2026-01-223.5886
2026-01-293.6593
2026-02-053.6416
2026-02-123.6742
2026-02-193.6554
2026-02-263.6681
2026-03-053.6546
2026-03-123.6144
2026-03-193.6181
2026-03-263.5960
2026-04-023.5746
2026-04-093.6215
2026-04-163.6286
2026-04-233.6472
2026-04-303.6209
2026-05-073.6476
2026-05-143.6382
2026-05-213.6165
2026-05-283.6279
2026-06-043.6318
2026-06-113.6046
2026-06-183.5741
2026-06-253.5774
2026-07-023.5832
2026-07-093.5832
2026-07-163.6211
2026-07-233.5981
2026-07-303.6121
2026-08-063.6174
2026-08-133.6108
2026-08-203.6248
2026-08-273.6288
2026-09-033.6171
2026-09-103.6142
2026-09-173.5870
2026-09-243.5809

High

3.6742

Low

3.5545

Average

3.6058

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=SBD").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/SBD API questions

How do I get the FJD/SBD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=SBD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/SBD rate in rates.SBD.

How far back does FJD/SBD historical data go?

Daily FJD/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 FJD/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.