Skip to content

BIF to LAK exchange rate API

Burundi Franc to Kip · quoted 2026-09-26

7.4536

▼ +0.68% over 30D

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 last 30 days, BIF/LAK traded between 7.4382 and 7.5840, averaged 7.4834 and fell 0.68%. 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 30D

BIF/LAK over 30D: show the values
PointBIF/LAK
2026-08-277.5049
2026-08-287.5143
2026-08-297.5074
2026-08-307.4920
2026-08-317.5044
2026-09-017.4879
2026-09-027.4987
2026-09-037.4740
2026-09-047.5081
2026-09-057.5073
2026-09-067.4883
2026-09-077.4885
2026-09-087.4974
2026-09-097.4683
2026-09-107.4916
2026-09-117.4916
2026-09-127.5840
2026-09-137.4401
2026-09-147.4883
2026-09-157.4836
2026-09-167.4906
2026-09-177.4636
2026-09-187.4382
2026-09-197.4929
2026-09-207.4609
2026-09-217.4676
2026-09-227.4707
2026-09-237.4631
2026-09-247.4425
2026-09-257.4523
2026-09-267.4536

High

7.5840

Low

7.4382

Average

7.4834

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.