Skip to content

BHD to FJD exchange rate API

Bahraini Dinar to Fiji Dollar · quoted 2026-09-25

5.9402

▲ +1.26% over 5Y

1 BHD = 5.9402 FJD · 1 FJD = 0.16834 BHD · Get this rate via the API

1 BHD buys 5.9402 FJD as of 2026-09-25, so 1 FJD buys 0.16834 BHD. Over the last 5 years, BHD/FJD traded between 5.7988 and 6.2843, averaged 6.0056 and rose 1.26%. The API holds daily BHD/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BHD/FJD over 5Y

BHD/FJD over 5Y: show the values
PointBHD/FJD
2024-08-245.8662
2024-10-055.8832
2024-11-046.0510
2024-12-046.0947
2025-01-036.2843
2025-02-026.1745
2025-03-046.2677
2025-04-046.2085
2025-05-046.0706
2025-06-046.0440
2025-07-046.0245
2025-08-036.0688
2025-09-026.0405
2025-10-035.9923
2025-11-026.0788
2025-12-026.0540
2026-01-016.0268
2026-01-315.8626
2026-03-025.8681
2026-04-015.8599
2026-05-015.7988
2026-05-315.8757
2026-06-305.9539
2026-07-305.9084
2026-08-295.8478

High

6.2843

Low

5.7988

Average

6.0056

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

BHD/FJD API questions

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

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

How far back does BHD/FJD historical data go?

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