Skip to content

BIF to IRR exchange rate API

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

458.5518

▼ +0.40% over 30D

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 30 days, BIF/IRR traded between 456.3635 and 466.1628, averaged 459.1648 and fell 0.40%. 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 30D

BIF/IRR over 30D: show the values
PointBIF/IRR
2026-08-27460.3717
2026-08-28460.7631
2026-08-29459.5496
2026-08-30459.3841
2026-08-31458.1839
2026-09-01458.9843
2026-09-02459.1909
2026-09-03459.8088
2026-09-04459.8141
2026-09-05459.8232
2026-09-06459.5818
2026-09-07459.7062
2026-09-08459.4938
2026-09-09459.6144
2026-09-10459.8118
2026-09-11459.4231
2026-09-12466.1628
2026-09-13459.3577
2026-09-14459.7455
2026-09-15459.7166
2026-09-16459.4122
2026-09-17457.5634
2026-09-18456.9660
2026-09-19458.2451
2026-09-20458.5444
2026-09-21458.0636
2026-09-22457.8651
2026-09-23457.4960
2026-09-24456.3635
2026-09-25457.1620
2026-09-26458.5518

High

466.1628

Low

456.3635

Average

459.1648

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.