Skip to content

BIF to LAK exchange rate API

Burundi Franc to Kip · quoted 2026-09-26

7.4536

▲ +2.08% over YTD

1 BIF = 7.4536 LAK · 1 LAK = 0.13416 BIF · Get this rate via the API

1 BIF buys 7.4536 LAK as of 2026-09-26, so 1 LAK buys 0.13416 BIF. Over the year to date, BIF/LAK traded between 7.2080 and 7.5937, averaged 7.3890 and rose 2.08%. The API holds daily BIF/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BIF/LAK over YTD

BIF/LAK over YTD: show the values
PointBIF/LAK
2025-12-317.3014
2026-01-077.3090
2026-01-147.3040
2026-01-217.2980
2026-01-287.2374
2026-02-047.2395
2026-02-117.2489
2026-02-187.2296
2026-02-257.2096
2026-03-047.2080
2026-03-117.2089
2026-03-187.2270
2026-03-257.2457
2026-04-017.3844
2026-04-087.4346
2026-04-157.2877
2026-04-227.4194
2026-04-297.3765
2026-05-067.3795
2026-05-147.3810
2026-05-217.3677
2026-05-297.3616
2026-06-057.3630
2026-06-147.3806
2026-06-217.3865
2026-06-287.5012
2026-07-057.5586
2026-07-127.5317
2026-07-197.5795
2026-07-267.5839
2026-08-027.5937
2026-08-097.5511
2026-08-167.5145
2026-08-247.5651
2026-08-317.5044
2026-09-077.4885
2026-09-147.4883
2026-09-217.4676

High

7.5937

Low

7.2080

Average

7.3890

For developers

Get this rate via the API

One GET request returns the BIF/LAK 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=LAK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF&currencies=LAK");
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=LAK").json()

Replace YOUR_API_KEY with the key from your dashboard.

BIF/LAK API questions

How do I get the BIF/LAK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF&currencies=LAK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BIF/LAK rate in rates.LAK.

How far back does BIF/LAK historical data go?

Daily BIF/LAK 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/LAK 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.