BIF to IDR exchange rate API
Burundi Franc to Rupiah · quoted 2026-09-26
5.9747
▲ +7.38% over 1Y
1 BIF = 5.9747 IDR · 1 IDR = 0.16737 BIF · Get this rate via the API
1 BIF buys 5.9747 IDR as of 2026-09-26, so 1 IDR buys 0.16737 BIF. Over the last year, BIF/IDR traded between 5.5641 and 6.0629, averaged 5.7955 and rose 7.38%. The API holds daily BIF/IDR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BIF/IDR over 1Y: show the values
| Point | BIF/IDR |
|---|---|
| 2025-09-26 | 5.5641 |
| 2025-10-03 | 5.6235 |
| 2025-10-10 | 5.6254 |
| 2025-10-17 | 5.6396 |
| 2025-10-24 | 5.6438 |
| 2025-10-31 | 5.6446 |
| 2025-11-07 | 5.6578 |
| 2025-11-14 | 5.6623 |
| 2025-11-21 | 5.6609 |
| 2025-11-28 | 5.6404 |
| 2025-12-05 | 5.6343 |
| 2025-12-13 | 5.6181 |
| 2025-12-20 | 5.6411 |
| 2025-12-27 | 5.6700 |
| 2026-01-03 | 5.6448 |
| 2026-01-10 | 5.6837 |
| 2026-01-17 | 5.7159 |
| 2026-01-24 | 5.6774 |
| 2026-01-31 | 5.6619 |
| 2026-02-07 | 5.6993 |
| 2026-02-14 | 5.6798 |
| 2026-02-21 | 5.6852 |
| 2026-02-28 | 5.6629 |
| 2026-03-07 | 5.7112 |
| 2026-03-14 | 5.7077 |
| 2026-03-21 | 5.7076 |
| 2026-03-28 | 5.7237 |
| 2026-04-04 | 5.7233 |
| 2026-04-11 | 5.7540 |
| 2026-04-18 | 5.7646 |
| 2026-04-25 | 5.8096 |
| 2026-05-02 | 5.8247 |
| 2026-05-09 | 5.8412 |
| 2026-05-17 | 5.9052 |
| 2026-05-25 | 5.9724 |
| 2026-06-01 | 6.0028 |
| 2026-06-10 | 5.9915 |
| 2026-06-17 | 5.9568 |
| 2026-06-24 | 6.0219 |
| 2026-07-01 | 6.0374 |
| 2026-07-08 | 6.0629 |
| 2026-07-15 | 6.0506 |
| 2026-07-22 | 6.0058 |
| 2026-07-29 | 6.0585 |
| 2026-08-05 | 5.9869 |
| 2026-08-12 | 5.9701 |
| 2026-08-20 | 5.9835 |
| 2026-08-27 | 5.9391 |
| 2026-09-03 | 5.9031 |
| 2026-09-10 | 5.8791 |
| 2026-09-17 | 5.9025 |
| 2026-09-24 | 5.9509 |
High
6.0629
Low
5.5641
Average
5.7955
Get this rate via the API
One GET request returns the BIF/IDR 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=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF¤cies=IDR").json()Replace YOUR_API_KEY with the key from your dashboard.
BIF/IDR API questions
How do I get the BIF/IDR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF¤cies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BIF/IDR rate in rates.IDR.
How far back does BIF/IDR historical data go?
Daily BIF/IDR 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/IDR 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.