Skip to content

BIF to IRR exchange rate API

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

458.5518

▲ +3129.18% over YTD

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 year to date, BIF/IRR traded between 14.1977 and 462.0871, averaged 419.9358 and rose 3129.18%. 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 YTD

BIF/IRR over YTD: show the values
PointBIF/IRR
2025-12-3114.2003
2026-01-0714.1977
2026-01-14350.4292
2026-01-21361.5788
2026-01-28364.9665
2026-02-04390.0865
2026-02-11421.7915
2026-02-18432.9536
2026-02-25436.7711
2026-03-04441.0917
2026-03-11444.8797
2026-03-18443.4075
2026-03-25442.4016
2026-04-01442.4218
2026-04-08446.3365
2026-04-15436.3062
2026-04-22443.6661
2026-04-29442.3529
2026-05-06443.1579
2026-05-14441.2249
2026-05-21443.5705
2026-05-29452.4294
2026-06-05460.7619
2026-06-14462.0414
2026-06-21460.4421
2026-06-28461.0055
2026-07-05461.6234
2026-07-12460.6442
2026-07-19462.0615
2026-07-26460.7741
2026-08-02462.0871
2026-08-09460.2105
2026-08-16459.9204
2026-08-24461.4527
2026-08-31458.1839
2026-09-07459.7062
2026-09-14459.7455
2026-09-21458.0636

High

462.0871

Low

14.1977

Average

419.9358

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.