Skip to content

FJD to BIF exchange rate API

Fiji Dollar to Burundi Franc · quoted 2026-09-25

1337.95

▲ +1.48% over 1Y

1 FJD = 1337.95 BIF · 1 BIF = 0.000747 FJD · Get this rate via the API

1 FJD buys 1337.95 BIF as of 2026-09-25, so 1 BIF buys 0.000747 FJD. Over the last year, FJD/BIF traded between 1283.17 and 1360.25, averaged 1326.18 and rose 1.48%. The API holds daily FJD/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/BIF over 1Y

FJD/BIF over 1Y: show the values
PointFJD/BIF
2025-09-251318.44
2025-10-021295.68
2025-10-091296.67
2025-10-161288.69
2025-10-231283.17
2025-10-301293.80
2025-11-061285.73
2025-11-131288.51
2025-11-201283.64
2025-11-271294.35
2025-12-041297.22
2025-12-121298.51
2025-12-191295.37
2025-12-261302.18
2026-01-021299.45
2026-01-091302.85
2026-01-161301.07
2026-01-231311.31
2026-01-301343.46
2026-02-061332.68
2026-02-131346.77
2026-02-201345.60
2026-02-271347.85
2026-03-061335.96
2026-03-131350.89
2026-03-201340.70
2026-03-271321.83
2026-04-031316.11
2026-04-101336.29
2026-04-171342.86
2026-04-241338.82
2026-05-011354.11
2026-05-081360.25
2026-05-161350.34
2026-05-241342.29
2026-05-311344.28
2026-06-091344.51
2026-06-161346.92
2026-06-231335.51
2026-06-301323.38
2026-07-071326.11
2026-07-141336.09
2026-07-211335.58
2026-07-281337.75
2026-08-041333.58
2026-08-111344.67
2026-08-181346.05
2026-08-261351.82
2026-09-021350.46
2026-09-091353.87
2026-09-161347.92
2026-09-231347.58

High

1360.25

Low

1283.17

Average

1326.18

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/BIF API questions

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

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

How far back does FJD/BIF historical data go?

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