BHD to FJD exchange rate API
Bahraini Dinar to Fiji Dollar · quoted 2026-09-25
5.9402
▼ +0.53% over 1Y
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 year, BHD/FJD traded between 5.7976 and 6.0947, averaged 5.9229 and fell 0.53%. 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 1Y: show the values
| Point | BHD/FJD |
|---|---|
| 2025-09-25 | 5.9718 |
| 2025-10-02 | 5.9943 |
| 2025-10-09 | 6.0149 |
| 2025-10-16 | 6.0481 |
| 2025-10-23 | 6.0717 |
| 2025-10-30 | 6.0344 |
| 2025-11-06 | 6.0702 |
| 2025-11-13 | 6.0587 |
| 2025-11-20 | 6.0947 |
| 2025-11-27 | 6.0616 |
| 2025-12-04 | 6.0307 |
| 2025-12-11 | 6.0222 |
| 2025-12-18 | 6.0393 |
| 2025-12-25 | 6.0434 |
| 2026-01-01 | 6.0268 |
| 2026-01-08 | 6.0107 |
| 2026-01-15 | 6.0253 |
| 2026-01-22 | 5.9855 |
| 2026-01-29 | 5.8595 |
| 2026-02-05 | 5.8729 |
| 2026-02-12 | 5.8224 |
| 2026-02-19 | 5.8416 |
| 2026-02-26 | 5.8259 |
| 2026-03-05 | 5.8497 |
| 2026-03-12 | 5.8330 |
| 2026-03-19 | 5.8303 |
| 2026-03-26 | 5.8647 |
| 2026-04-02 | 5.8620 |
| 2026-04-09 | 5.8822 |
| 2026-04-16 | 5.8409 |
| 2026-04-23 | 5.8325 |
| 2026-04-30 | 5.8184 |
| 2026-05-07 | 5.8011 |
| 2026-05-14 | 5.7976 |
| 2026-05-21 | 5.8411 |
| 2026-05-28 | 5.8176 |
| 2026-06-04 | 5.8301 |
| 2026-06-11 | 5.8992 |
| 2026-06-18 | 5.8999 |
| 2026-06-25 | 5.9371 |
| 2026-07-02 | 5.9384 |
| 2026-07-09 | 5.9371 |
| 2026-07-16 | 5.9105 |
| 2026-07-23 | 5.9174 |
| 2026-07-30 | 5.9084 |
| 2026-08-06 | 5.8892 |
| 2026-08-13 | 5.8870 |
| 2026-08-20 | 5.8563 |
| 2026-08-27 | 5.8424 |
| 2026-09-03 | 5.8601 |
| 2026-09-10 | 5.8539 |
| 2026-09-17 | 5.9043 |
| 2026-09-24 | 5.9259 |
High
6.0947
Low
5.7976
Average
5.9229
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.