BSD to FJD exchange rate API
Bahamian Dollar to Fiji Dollar · quoted 2026-09-27
2.2473
▼ +0.78% over 1Y
1 BSD = 2.2473 FJD · 1 FJD = 0.44498 BSD · Get this rate via the API
1 BSD buys 2.2473 FJD as of 2026-09-27, so 1 FJD buys 0.44498 BSD. Over the last year, BSD/FJD traded between 2.2040 and 2.2920, averaged 2.2420 and fell 0.78%. The API holds daily BSD/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BSD/FJD over 1Y: show the values
| Point | BSD/FJD |
|---|---|
| 2025-09-27 | 2.2649 |
| 2025-10-04 | 2.2522 |
| 2025-10-11 | 2.2784 |
| 2025-10-18 | 2.2735 |
| 2025-10-25 | 2.2748 |
| 2025-11-01 | 2.2888 |
| 2025-11-08 | 2.2843 |
| 2025-11-15 | 2.2920 |
| 2025-11-22 | 2.2917 |
| 2025-11-29 | 2.2713 |
| 2025-12-06 | 2.2598 |
| 2025-12-14 | 2.2763 |
| 2025-12-21 | 2.2820 |
| 2025-12-28 | 2.2727 |
| 2026-01-04 | 2.2781 |
| 2026-01-11 | 2.2778 |
| 2026-01-18 | 2.2791 |
| 2026-01-25 | 2.2465 |
| 2026-02-01 | 2.2179 |
| 2026-02-08 | 2.2183 |
| 2026-02-15 | 2.2077 |
| 2026-02-22 | 2.2209 |
| 2026-03-01 | 2.2130 |
| 2026-03-08 | 2.2240 |
| 2026-03-15 | 2.2320 |
| 2026-03-22 | 2.2388 |
| 2026-03-29 | 2.2530 |
| 2026-04-05 | 2.2431 |
| 2026-04-12 | 2.2306 |
| 2026-04-19 | 2.2196 |
| 2026-04-26 | 2.2220 |
| 2026-05-03 | 2.2047 |
| 2026-05-10 | 2.2054 |
| 2026-05-18 | 2.2040 |
| 2026-05-26 | 2.2050 |
| 2026-06-02 | 2.2059 |
| 2026-06-11 | 2.2302 |
| 2026-06-18 | 2.2302 |
| 2026-06-25 | 2.2439 |
| 2026-07-02 | 2.2434 |
| 2026-07-09 | 2.2436 |
| 2026-07-16 | 2.2336 |
| 2026-07-23 | 2.2368 |
| 2026-07-30 | 2.2331 |
| 2026-08-06 | 2.2258 |
| 2026-08-13 | 2.2250 |
| 2026-08-21 | 2.2147 |
| 2026-08-28 | 2.2079 |
| 2026-09-04 | 2.2097 |
| 2026-09-11 | 2.2176 |
| 2026-09-18 | 2.2263 |
| 2026-09-25 | 2.2457 |
High
2.2920
Low
2.2040
Average
2.2420
Get this rate via the API
One GET request returns the BSD/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=BSD¤cies=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=FJD").json()Replace YOUR_API_KEY with the key from your dashboard.
BSD/FJD API questions
How do I get the BSD/FJD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=FJD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BSD/FJD rate in rates.FJD.
How far back does BSD/FJD historical data go?
Daily BSD/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 BSD/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.