Skip to content

FJD to BND exchange rate API

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

0.57027

▲ +0.88% over YTD

1 FJD = 0.57027 BND · 1 BND = 1.7536 FJD · Get this rate via the API

1 FJD buys 0.57027 BND as of 2026-09-25, so 1 BND buys 1.7536 FJD. Over the year to date, FJD/BND traded between 0.56427 and 0.58308, averaged 0.57412 and rose 0.88%. The API holds daily FJD/BND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/BND over YTD

FJD/BND over YTD: show the values
PointFJD/BND
2025-12-310.56530
2026-01-070.56427
2026-01-140.56554
2026-01-210.56628
2026-01-280.56897
2026-02-040.57363
2026-02-110.57338
2026-02-180.57273
2026-02-250.57368
2026-03-040.57766
2026-03-110.57652
2026-03-180.57656
2026-03-250.57273
2026-04-010.57398
2026-04-080.56979
2026-04-150.57572
2026-04-220.57714
2026-04-290.57870
2026-05-060.57967
2026-05-140.58051
2026-05-210.57932
2026-05-290.57853
2026-06-050.58308
2026-06-140.57472
2026-06-210.57538
2026-06-280.57105
2026-07-050.57199
2026-07-120.57383
2026-07-190.57510
2026-07-260.57459
2026-08-020.57781
2026-08-090.57565
2026-08-160.57529
2026-08-240.57652
2026-08-310.57519
2026-09-070.57396
2026-09-140.57287
2026-09-210.57288

High

0.58308

Low

0.56427

Average

0.57412

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/BND API questions

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

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

How far back does FJD/BND historical data go?

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