Skip to content

FJD to BAM exchange rate API

Fiji Dollar to Convertible Mark · quoted 2026-09-25

0.76631

▲ +3.84% over 1Y

1 FJD = 0.76631 BAM · 1 BAM = 1.3049 FJD · Get this rate via the API

1 FJD buys 0.76631 BAM as of 2026-09-25, so 1 BAM buys 1.3049 FJD. Over the last year, FJD/BAM traded between 0.72954 and 0.76992, averaged 0.75152 and rose 3.84%. The API holds daily FJD/BAM rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/BAM over 1Y

FJD/BAM over 1Y: show the values
PointFJD/BAM
2025-09-250.73797
2025-10-020.73546
2025-10-090.73924
2025-10-160.73306
2025-10-230.73472
2025-10-300.73845
2025-11-060.74086
2025-11-130.73704
2025-11-200.73682
2025-11-270.73533
2025-12-040.73572
2025-12-120.73320
2025-12-190.73071
2025-12-260.73035
2026-01-020.72954
2026-01-090.73743
2026-01-160.73940
2026-01-230.73935
2026-01-300.74405
2026-02-060.74599
2026-02-130.74776
2026-02-200.75412
2026-02-270.75255
2026-03-060.75752
2026-03-130.76992
2026-03-200.76370
2026-03-270.75546
2026-04-030.75228
2026-04-100.75301
2026-04-170.74979
2026-04-240.75603
2026-05-010.75998
2026-05-080.75965
2026-05-160.76333
2026-05-240.75970
2026-05-310.75734
2026-06-090.76418
2026-06-160.76081
2026-06-230.76498
2026-06-300.76254
2026-07-070.76235
2026-07-140.76664
2026-07-210.76772
2026-07-280.76848
2026-08-040.76393
2026-08-110.76202
2026-08-180.76094
2026-08-260.75931
2026-09-020.76180
2026-09-090.76121
2026-09-160.76336
2026-09-230.76722

High

0.76992

Low

0.72954

Average

0.75152

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/BAM API questions

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

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

How far back does FJD/BAM historical data go?

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