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: show the values
| Point | BIF/IRR |
|---|---|
| 2026-03-30 | 442.7801 |
| 2026-04-06 | 443.1077 |
| 2026-04-13 | 443.4399 |
| 2026-04-20 | 442.9474 |
| 2026-04-27 | 443.4831 |
| 2026-05-04 | 441.5323 |
| 2026-05-11 | 441.8049 |
| 2026-05-19 | 442.4733 |
| 2026-05-27 | 444.1461 |
| 2026-06-03 | 462.1223 |
| 2026-06-12 | 462.8439 |
| 2026-06-19 | 461.8538 |
| 2026-06-26 | 461.5601 |
| 2026-07-03 | 461.8003 |
| 2026-07-10 | 462.3797 |
| 2026-07-17 | 461.9072 |
| 2026-07-24 | 460.7133 |
| 2026-07-31 | 464.1679 |
| 2026-08-07 | 459.3051 |
| 2026-08-14 | 459.8446 |
| 2026-08-22 | 461.3062 |
| 2026-08-29 | 459.5496 |
| 2026-09-05 | 459.8232 |
| 2026-09-12 | 466.1628 |
| 2026-09-19 | 458.2451 |
| 2026-09-26 | 458.5518 |
High
466.1628
Low
441.5323
Average
455.0520
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF¤cies=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF¤cies=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¤cies=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.