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: show the values
| Point | BHD/FJD |
|---|---|
| 2024-08-24 | 5.8662 |
| 2024-10-05 | 5.8832 |
| 2024-11-04 | 6.0510 |
| 2024-12-04 | 6.0947 |
| 2025-01-03 | 6.2843 |
| 2025-02-02 | 6.1745 |
| 2025-03-04 | 6.2677 |
| 2025-04-04 | 6.2085 |
| 2025-05-04 | 6.0706 |
| 2025-06-04 | 6.0440 |
| 2025-07-04 | 6.0245 |
| 2025-08-03 | 6.0688 |
| 2025-09-02 | 6.0405 |
| 2025-10-03 | 5.9923 |
| 2025-11-02 | 6.0788 |
| 2025-12-02 | 6.0540 |
| 2026-01-01 | 6.0268 |
| 2026-01-31 | 5.8626 |
| 2026-03-02 | 5.8681 |
| 2026-04-01 | 5.8599 |
| 2026-05-01 | 5.7988 |
| 2026-05-31 | 5.8757 |
| 2026-06-30 | 5.9539 |
| 2026-07-30 | 5.9084 |
| 2026-08-29 | 5.8478 |
High
6.2843
Low
5.7988
Average
6.0056
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=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¤cies=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.