Skip to content

BIF to NGN exchange rate API

Burundi Franc to Naira · quoted 2026-09-26

0.44346

▼ +19.52% over 5Y

1 BIF = 0.44346 NGN · 1 NGN = 2.2550 BIF · Get this rate via the API

1 BIF buys 0.44346 NGN as of 2026-09-26, so 1 NGN buys 2.2550 BIF. Over the last 5 years, BIF/NGN traded between 0.44215 and 0.57344, averaged 0.49977 and fell 19.52%. The API holds daily BIF/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BIF/NGN over 5Y

BIF/NGN over 5Y: show the values
PointBIF/NGN
2024-08-240.55098
2024-10-070.57253
2024-11-060.57344
2024-12-060.54617
2025-01-050.52828
2025-02-040.50182
2025-03-060.50735
2025-04-060.52323
2025-05-060.54097
2025-06-070.52932
2025-07-070.51348
2025-08-060.51365
2025-09-050.51216
2025-10-060.49734
2025-11-050.48868
2025-12-050.48934
2026-01-050.48631
2026-02-040.46950
2026-03-060.46669
2026-04-050.46424
2026-05-050.46082
2026-06-060.45616
2026-07-080.45997
2026-08-070.45585
2026-09-070.44215

High

0.57344

Low

0.44215

Average

0.49977

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF&currencies=NGN").json()

Replace YOUR_API_KEY with the key from your dashboard.

BIF/NGN API questions

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

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

How far back does BIF/NGN historical data go?

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