LKR to BIF exchange rate API
Sri Lanka Rupee to Burundi Franc · quoted 2026-09-27
9.0860
▼ +6.88% over 1Y
1 LKR = 9.0860 BIF · 1 BIF = 0.11006 LKR · Get this rate via the API
1 LKR buys 9.0860 BIF as of 2026-09-27, so 1 BIF buys 0.11006 LKR. Over the last year, LKR/BIF traded between 8.8289 and 9.8114, averaged 9.3353 and fell 6.88%. The API holds daily LKR/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LKR/BIF over 1Y: show the values
| Point | LKR/BIF |
|---|---|
| 2025-09-27 | 9.7576 |
| 2025-10-04 | 9.7316 |
| 2025-10-11 | 9.8114 |
| 2025-10-18 | 9.7198 |
| 2025-10-25 | 9.7056 |
| 2025-11-01 | 9.6977 |
| 2025-11-08 | 9.6616 |
| 2025-11-15 | 9.6154 |
| 2025-11-22 | 9.6127 |
| 2025-11-29 | 9.6216 |
| 2025-12-06 | 9.6111 |
| 2025-12-14 | 9.5605 |
| 2025-12-21 | 9.5626 |
| 2025-12-28 | 9.5573 |
| 2026-01-04 | 9.5576 |
| 2026-01-11 | 9.5592 |
| 2026-01-18 | 9.5316 |
| 2026-01-25 | 9.5342 |
| 2026-02-01 | 9.5651 |
| 2026-02-08 | 9.5551 |
| 2026-02-15 | 9.5456 |
| 2026-02-22 | 9.5559 |
| 2026-03-01 | 9.5604 |
| 2026-03-08 | 9.5297 |
| 2026-03-15 | 9.5347 |
| 2026-03-22 | 9.4952 |
| 2026-03-29 | 9.4296 |
| 2026-04-05 | 9.4156 |
| 2026-04-12 | 9.4023 |
| 2026-04-19 | 9.4032 |
| 2026-04-26 | 9.3267 |
| 2026-05-03 | 9.3061 |
| 2026-05-10 | 9.2267 |
| 2026-05-18 | 9.0538 |
| 2026-05-26 | 9.1575 |
| 2026-06-02 | 8.9793 |
| 2026-06-11 | 8.9710 |
| 2026-06-18 | 8.9417 |
| 2026-06-25 | 8.8289 |
| 2026-07-02 | 8.8682 |
| 2026-07-09 | 8.8685 |
| 2026-07-16 | 8.8307 |
| 2026-07-23 | 8.8571 |
| 2026-07-30 | 8.8526 |
| 2026-08-06 | 8.8666 |
| 2026-08-13 | 8.9398 |
| 2026-08-21 | 9.0096 |
| 2026-08-28 | 9.0694 |
| 2026-09-04 | 9.0901 |
| 2026-09-11 | 9.0848 |
| 2026-09-18 | 9.0672 |
| 2026-09-25 | 9.0880 |
High
9.8114
Low
8.8289
Average
9.3353
Get this rate via the API
One GET request returns the LKR/BIF 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=LKR¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
LKR/BIF API questions
How do I get the LKR/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/BIF rate in rates.BIF.
How far back does LKR/BIF historical data go?
Daily LKR/BIF 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 LKR/BIF 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.