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: show the values
| Point | BIF/LAK |
|---|---|
| 2026-08-27 | 7.5049 |
| 2026-08-28 | 7.5143 |
| 2026-08-29 | 7.5074 |
| 2026-08-30 | 7.4920 |
| 2026-08-31 | 7.5044 |
| 2026-09-01 | 7.4879 |
| 2026-09-02 | 7.4987 |
| 2026-09-03 | 7.4740 |
| 2026-09-04 | 7.5081 |
| 2026-09-05 | 7.5073 |
| 2026-09-06 | 7.4883 |
| 2026-09-07 | 7.4885 |
| 2026-09-08 | 7.4974 |
| 2026-09-09 | 7.4683 |
| 2026-09-10 | 7.4916 |
| 2026-09-11 | 7.4916 |
| 2026-09-12 | 7.5840 |
| 2026-09-13 | 7.4401 |
| 2026-09-14 | 7.4883 |
| 2026-09-15 | 7.4836 |
| 2026-09-16 | 7.4906 |
| 2026-09-17 | 7.4636 |
| 2026-09-18 | 7.4382 |
| 2026-09-19 | 7.4929 |
| 2026-09-20 | 7.4609 |
| 2026-09-21 | 7.4676 |
| 2026-09-22 | 7.4707 |
| 2026-09-23 | 7.4631 |
| 2026-09-24 | 7.4425 |
| 2026-09-25 | 7.4523 |
| 2026-09-26 | 7.4536 |
High
7.5840
Low
7.4382
Average
7.4834
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF¤cies=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF¤cies=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¤cies=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.