Skip to content

BIF to IRR exchange rate API

Burundi Franc to Iranian Rial · quoted 2026-09-26

458.5518

▲ +3031.81% over 5Y

1 BIF = 458.5518 IRR · 1 IRR = 0.002181 BIF · Get this rate via the API

1 BIF buys 458.5518 IRR as of 2026-09-26, so 1 IRR buys 0.002181 BIF. Over the last 5 years, BIF/IRR traded between 14.1259 and 461.0981, averaged 163.9341 and rose 3031.81%. The API holds daily BIF/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BIF/IRR over 5Y

BIF/IRR over 5Y: show the values
PointBIF/IRR
2024-08-2414.6417
2024-10-0714.6342
2024-11-0614.5290
2024-12-0614.3108
2025-01-0514.4473
2025-02-0414.1967
2025-03-0614.2784
2025-04-0614.3691
2025-05-0614.1921
2025-06-0714.2852
2025-07-0714.1264
2025-08-0614.1801
2025-09-0514.1259
2025-10-0614.2629
2025-11-0514.2806
2025-12-0514.2202
2026-01-0514.1813
2026-02-04390.0865
2026-03-06444.5220
2026-04-05443.0690
2026-05-05442.0168
2026-06-06461.0981
2026-07-08460.6687
2026-08-07459.3051
2026-09-07459.7062

High

461.0981

Low

14.1259

Average

163.9341

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BIF/IRR API questions

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

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

How far back does BIF/IRR historical data go?

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