Skip to content

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

BIF/IDR over 1Y: show the values
PointBIF/IDR
2025-09-265.5641
2025-10-035.6235
2025-10-105.6254
2025-10-175.6396
2025-10-245.6438
2025-10-315.6446
2025-11-075.6578
2025-11-145.6623
2025-11-215.6609
2025-11-285.6404
2025-12-055.6343
2025-12-135.6181
2025-12-205.6411
2025-12-275.6700
2026-01-035.6448
2026-01-105.6837
2026-01-175.7159
2026-01-245.6774
2026-01-315.6619
2026-02-075.6993
2026-02-145.6798
2026-02-215.6852
2026-02-285.6629
2026-03-075.7112
2026-03-145.7077
2026-03-215.7076
2026-03-285.7237
2026-04-045.7233
2026-04-115.7540
2026-04-185.7646
2026-04-255.8096
2026-05-025.8247
2026-05-095.8412
2026-05-175.9052
2026-05-255.9724
2026-06-016.0028
2026-06-105.9915
2026-06-175.9568
2026-06-246.0219
2026-07-016.0374
2026-07-086.0629
2026-07-156.0506
2026-07-226.0058
2026-07-296.0585
2026-08-055.9869
2026-08-125.9701
2026-08-205.9835
2026-08-275.9391
2026-09-035.9031
2026-09-105.8791
2026-09-175.9025
2026-09-245.9509

High

6.0629

Low

5.5641

Average

5.7955

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF&currencies=IDR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF&currencies=IDR");
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=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&currencies=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.