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: show the values
| Point | FJD/BIF |
|---|---|
| 2025-09-25 | 1318.44 |
| 2025-10-02 | 1295.68 |
| 2025-10-09 | 1296.67 |
| 2025-10-16 | 1288.69 |
| 2025-10-23 | 1283.17 |
| 2025-10-30 | 1293.80 |
| 2025-11-06 | 1285.73 |
| 2025-11-13 | 1288.51 |
| 2025-11-20 | 1283.64 |
| 2025-11-27 | 1294.35 |
| 2025-12-04 | 1297.22 |
| 2025-12-12 | 1298.51 |
| 2025-12-19 | 1295.37 |
| 2025-12-26 | 1302.18 |
| 2026-01-02 | 1299.45 |
| 2026-01-09 | 1302.85 |
| 2026-01-16 | 1301.07 |
| 2026-01-23 | 1311.31 |
| 2026-01-30 | 1343.46 |
| 2026-02-06 | 1332.68 |
| 2026-02-13 | 1346.77 |
| 2026-02-20 | 1345.60 |
| 2026-02-27 | 1347.85 |
| 2026-03-06 | 1335.96 |
| 2026-03-13 | 1350.89 |
| 2026-03-20 | 1340.70 |
| 2026-03-27 | 1321.83 |
| 2026-04-03 | 1316.11 |
| 2026-04-10 | 1336.29 |
| 2026-04-17 | 1342.86 |
| 2026-04-24 | 1338.82 |
| 2026-05-01 | 1354.11 |
| 2026-05-08 | 1360.25 |
| 2026-05-16 | 1350.34 |
| 2026-05-24 | 1342.29 |
| 2026-05-31 | 1344.28 |
| 2026-06-09 | 1344.51 |
| 2026-06-16 | 1346.92 |
| 2026-06-23 | 1335.51 |
| 2026-06-30 | 1323.38 |
| 2026-07-07 | 1326.11 |
| 2026-07-14 | 1336.09 |
| 2026-07-21 | 1335.58 |
| 2026-07-28 | 1337.75 |
| 2026-08-04 | 1333.58 |
| 2026-08-11 | 1344.67 |
| 2026-08-18 | 1346.05 |
| 2026-08-26 | 1351.82 |
| 2026-09-02 | 1350.46 |
| 2026-09-09 | 1353.87 |
| 2026-09-16 | 1347.92 |
| 2026-09-23 | 1347.58 |
High
1360.25
Low
1283.17
Average
1326.18
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.