Skip to content

BIF to IRR exchange rate API

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

458.5518

▲ +3.56% over 6M

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 6 months, BIF/IRR traded between 441.5323 and 466.1628, averaged 455.0520 and rose 3.56%. 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 6M

BIF/IRR over 6M: show the values
PointBIF/IRR
2026-03-30442.7801
2026-04-06443.1077
2026-04-13443.4399
2026-04-20442.9474
2026-04-27443.4831
2026-05-04441.5323
2026-05-11441.8049
2026-05-19442.4733
2026-05-27444.1461
2026-06-03462.1223
2026-06-12462.8439
2026-06-19461.8538
2026-06-26461.5601
2026-07-03461.8003
2026-07-10462.3797
2026-07-17461.9072
2026-07-24460.7133
2026-07-31464.1679
2026-08-07459.3051
2026-08-14459.8446
2026-08-22461.3062
2026-08-29459.5496
2026-09-05459.8232
2026-09-12466.1628
2026-09-19458.2451
2026-09-26458.5518

High

466.1628

Low

441.5323

Average

455.0520

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.