Skip to content

FJD to BBD exchange rate API

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

0.89095

▲ +0.54% over 1Y

1 FJD = 0.89095 BBD · 1 BBD = 1.1224 FJD · Get this rate via the API

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

FJD/BBD over 1Y

FJD/BBD over 1Y: show the values
PointFJD/BBD
2025-09-250.88612
2025-10-020.88276
2025-10-090.87987
2025-10-160.87509
2025-10-230.87169
2025-10-300.87703
2025-11-060.87187
2025-11-130.87347
2025-11-200.86835
2025-11-270.87310
2025-12-040.87746
2025-12-120.87968
2025-12-190.87627
2025-12-260.88031
2026-01-020.87756
2026-01-090.87845
2026-01-160.87773
2026-01-230.88815
2026-01-300.90596
2026-02-060.89941
2026-02-130.90762
2026-02-200.90658
2026-02-270.90788
2026-03-060.90008
2026-03-130.90685
2026-03-200.90323
2026-03-270.89143
2026-04-030.88738
2026-04-100.90507
2026-04-170.90962
2026-04-240.90953
2026-05-010.91694
2026-05-080.92052
2026-05-160.90740
2026-05-240.90145
2026-05-310.90298
2026-06-090.90161
2026-06-160.90097
2026-06-230.89409
2026-06-300.88885
2026-07-070.89160
2026-07-140.89307
2026-07-210.89580
2026-07-280.89417
2026-08-040.89915
2026-08-110.89967
2026-08-180.90090
2026-08-260.90611
2026-09-020.90200
2026-09-090.90538
2026-09-160.90101
2026-09-230.89645

High

0.92052

Low

0.86835

Average

0.89333

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/BBD API questions

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

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

How far back does FJD/BBD historical data go?

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