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: show the values
| Point | FJD/SBD |
|---|---|
| 2025-09-25 | 3.6668 |
| 2025-10-02 | 3.6028 |
| 2025-10-09 | 3.5944 |
| 2025-10-16 | 3.5738 |
| 2025-10-23 | 3.5636 |
| 2025-10-30 | 3.5886 |
| 2025-11-06 | 3.5693 |
| 2025-11-13 | 3.5719 |
| 2025-11-20 | 3.5545 |
| 2025-11-27 | 3.5743 |
| 2025-12-04 | 3.5913 |
| 2025-12-11 | 3.5854 |
| 2025-12-18 | 3.5664 |
| 2025-12-25 | 3.5632 |
| 2026-01-01 | 3.5626 |
| 2026-01-08 | 3.5763 |
| 2026-01-15 | 3.5690 |
| 2026-01-22 | 3.5886 |
| 2026-01-29 | 3.6593 |
| 2026-02-05 | 3.6416 |
| 2026-02-12 | 3.6742 |
| 2026-02-19 | 3.6554 |
| 2026-02-26 | 3.6681 |
| 2026-03-05 | 3.6546 |
| 2026-03-12 | 3.6144 |
| 2026-03-19 | 3.6181 |
| 2026-03-26 | 3.5960 |
| 2026-04-02 | 3.5746 |
| 2026-04-09 | 3.6215 |
| 2026-04-16 | 3.6286 |
| 2026-04-23 | 3.6472 |
| 2026-04-30 | 3.6209 |
| 2026-05-07 | 3.6476 |
| 2026-05-14 | 3.6382 |
| 2026-05-21 | 3.6165 |
| 2026-05-28 | 3.6279 |
| 2026-06-04 | 3.6318 |
| 2026-06-11 | 3.6046 |
| 2026-06-18 | 3.5741 |
| 2026-06-25 | 3.5774 |
| 2026-07-02 | 3.5832 |
| 2026-07-09 | 3.5832 |
| 2026-07-16 | 3.6211 |
| 2026-07-23 | 3.5981 |
| 2026-07-30 | 3.6121 |
| 2026-08-06 | 3.6174 |
| 2026-08-13 | 3.6108 |
| 2026-08-20 | 3.6248 |
| 2026-08-27 | 3.6288 |
| 2026-09-03 | 3.6171 |
| 2026-09-10 | 3.6142 |
| 2026-09-17 | 3.5870 |
| 2026-09-24 | 3.5809 |
High
3.6742
Low
3.5545
Average
3.6058
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=SBD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=SBD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.