Skip to content

BIF to IRR exchange rate API

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

458.5518

▲ +3172.80% over 1Y

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 year, BIF/IRR traded between 14.0110 and 462.5375, averaged 320.1437 and rose 3172.80%. 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 1Y

BIF/IRR over 1Y: show the values
PointBIF/IRR
2025-09-2614.0110
2025-10-0314.2716
2025-10-1014.2745
2025-10-1714.3025
2025-10-2414.2822
2025-10-3114.2416
2025-11-0714.2678
2025-11-1414.2655
2025-11-2114.2934
2025-11-2814.2669
2025-12-0514.2202
2025-12-1314.1884
2025-12-2014.2198
2025-12-2714.1966
2026-01-0314.2237
2026-01-10337.3539
2026-01-17360.0037
2026-01-24364.0295
2026-01-31382.4336
2026-02-07408.3420
2026-02-14432.1028
2026-02-21432.9840
2026-02-28443.1488
2026-03-07444.9784
2026-03-14444.3570
2026-03-21441.6516
2026-03-28442.3951
2026-04-04443.2865
2026-04-11443.1397
2026-04-18444.4566
2026-04-25443.4831
2026-05-02441.5323
2026-05-09440.8403
2026-05-17442.6807
2026-05-25445.1080
2026-06-01454.7622
2026-06-10460.1683
2026-06-17460.0483
2026-06-24460.7035
2026-07-01462.5375
2026-07-08460.6687
2026-07-15460.2043
2026-07-22460.8535
2026-07-29460.8674
2026-08-05460.3751
2026-08-12460.0383
2026-08-20462.0865
2026-08-27460.3717
2026-09-03459.8088
2026-09-10459.8118
2026-09-17457.5634
2026-09-24456.3635

High

462.5375

Low

14.0110

Average

320.1437

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.