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: show the values
| Point | BIF/IRR |
|---|---|
| 2025-12-31 | 14.2003 |
| 2026-01-07 | 14.1977 |
| 2026-01-14 | 350.4292 |
| 2026-01-21 | 361.5788 |
| 2026-01-28 | 364.9665 |
| 2026-02-04 | 390.0865 |
| 2026-02-11 | 421.7915 |
| 2026-02-18 | 432.9536 |
| 2026-02-25 | 436.7711 |
| 2026-03-04 | 441.0917 |
| 2026-03-11 | 444.8797 |
| 2026-03-18 | 443.4075 |
| 2026-03-25 | 442.4016 |
| 2026-04-01 | 442.4218 |
| 2026-04-08 | 446.3365 |
| 2026-04-15 | 436.3062 |
| 2026-04-22 | 443.6661 |
| 2026-04-29 | 442.3529 |
| 2026-05-06 | 443.1579 |
| 2026-05-14 | 441.2249 |
| 2026-05-21 | 443.5705 |
| 2026-05-29 | 452.4294 |
| 2026-06-05 | 460.7619 |
| 2026-06-14 | 462.0414 |
| 2026-06-21 | 460.4421 |
| 2026-06-28 | 461.0055 |
| 2026-07-05 | 461.6234 |
| 2026-07-12 | 460.6442 |
| 2026-07-19 | 462.0615 |
| 2026-07-26 | 460.7741 |
| 2026-08-02 | 462.0871 |
| 2026-08-09 | 460.2105 |
| 2026-08-16 | 459.9204 |
| 2026-08-24 | 461.4527 |
| 2026-08-31 | 458.1839 |
| 2026-09-07 | 459.7062 |
| 2026-09-14 | 459.7455 |
| 2026-09-21 | 458.0636 |
High
462.0871
Low
14.1977
Average
419.9358
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.