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: show the values
| Point | BIF/IRR |
|---|---|
| 2025-09-26 | 14.0110 |
| 2025-10-03 | 14.2716 |
| 2025-10-10 | 14.2745 |
| 2025-10-17 | 14.3025 |
| 2025-10-24 | 14.2822 |
| 2025-10-31 | 14.2416 |
| 2025-11-07 | 14.2678 |
| 2025-11-14 | 14.2655 |
| 2025-11-21 | 14.2934 |
| 2025-11-28 | 14.2669 |
| 2025-12-05 | 14.2202 |
| 2025-12-13 | 14.1884 |
| 2025-12-20 | 14.2198 |
| 2025-12-27 | 14.1966 |
| 2026-01-03 | 14.2237 |
| 2026-01-10 | 337.3539 |
| 2026-01-17 | 360.0037 |
| 2026-01-24 | 364.0295 |
| 2026-01-31 | 382.4336 |
| 2026-02-07 | 408.3420 |
| 2026-02-14 | 432.1028 |
| 2026-02-21 | 432.9840 |
| 2026-02-28 | 443.1488 |
| 2026-03-07 | 444.9784 |
| 2026-03-14 | 444.3570 |
| 2026-03-21 | 441.6516 |
| 2026-03-28 | 442.3951 |
| 2026-04-04 | 443.2865 |
| 2026-04-11 | 443.1397 |
| 2026-04-18 | 444.4566 |
| 2026-04-25 | 443.4831 |
| 2026-05-02 | 441.5323 |
| 2026-05-09 | 440.8403 |
| 2026-05-17 | 442.6807 |
| 2026-05-25 | 445.1080 |
| 2026-06-01 | 454.7622 |
| 2026-06-10 | 460.1683 |
| 2026-06-17 | 460.0483 |
| 2026-06-24 | 460.7035 |
| 2026-07-01 | 462.5375 |
| 2026-07-08 | 460.6687 |
| 2026-07-15 | 460.2043 |
| 2026-07-22 | 460.8535 |
| 2026-07-29 | 460.8674 |
| 2026-08-05 | 460.3751 |
| 2026-08-12 | 460.0383 |
| 2026-08-20 | 462.0865 |
| 2026-08-27 | 460.3717 |
| 2026-09-03 | 459.8088 |
| 2026-09-10 | 459.8118 |
| 2026-09-17 | 457.5634 |
| 2026-09-24 | 456.3635 |
High
462.5375
Low
14.0110
Average
320.1437
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.