Skip to content

FJD to BSD exchange rate API

Fiji Dollar to Bahamian Dollar · quoted 2026-09-25

0.44547

▲ +0.54% over 1Y

1 FJD = 0.44547 BSD · 1 BSD = 2.2448 FJD · Get this rate via the API

1 FJD buys 0.44547 BSD as of 2026-09-25, so 1 BSD buys 2.2448 FJD. Over the last year, FJD/BSD traded between 0.43418 and 0.45704, averaged 0.44637 and rose 0.54%. The API holds daily FJD/BSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/BSD over 1Y

FJD/BSD over 1Y: show the values
PointFJD/BSD
2025-09-250.44306
2025-10-020.44138
2025-10-090.43994
2025-10-160.43755
2025-10-230.43584
2025-10-300.43852
2025-11-060.43593
2025-11-130.43673
2025-11-200.43418
2025-11-270.43655
2025-12-040.43873
2025-12-120.43984
2025-12-190.43813
2025-12-260.44016
2026-01-020.43878
2026-01-090.43923
2026-01-160.43887
2026-01-230.44407
2026-01-300.45298
2026-02-060.44971
2026-02-130.45381
2026-02-200.45329
2026-02-270.45394
2026-03-060.45004
2026-03-130.45343
2026-03-200.45162
2026-03-270.44572
2026-04-030.44369
2026-04-100.44936
2026-04-170.45163
2026-04-240.45158
2026-05-010.45526
2026-05-080.45704
2026-05-160.45370
2026-05-240.45072
2026-05-310.45149
2026-06-090.45080
2026-06-160.45048
2026-06-230.44705
2026-06-300.44443
2026-07-070.44580
2026-07-140.44654
2026-07-210.44790
2026-07-280.44709
2026-08-040.44957
2026-08-110.44983
2026-08-180.45045
2026-08-260.45305
2026-09-020.45100
2026-09-090.45269
2026-09-160.45051
2026-09-230.44822

High

0.45704

Low

0.43418

Average

0.44637

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/BSD API questions

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

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

How far back does FJD/BSD historical data go?

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