Skip to content

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

LKR/BIF over 1Y: show the values
PointLKR/BIF
2025-09-279.7576
2025-10-049.7316
2025-10-119.8114
2025-10-189.7198
2025-10-259.7056
2025-11-019.6977
2025-11-089.6616
2025-11-159.6154
2025-11-229.6127
2025-11-299.6216
2025-12-069.6111
2025-12-149.5605
2025-12-219.5626
2025-12-289.5573
2026-01-049.5576
2026-01-119.5592
2026-01-189.5316
2026-01-259.5342
2026-02-019.5651
2026-02-089.5551
2026-02-159.5456
2026-02-229.5559
2026-03-019.5604
2026-03-089.5297
2026-03-159.5347
2026-03-229.4952
2026-03-299.4296
2026-04-059.4156
2026-04-129.4023
2026-04-199.4032
2026-04-269.3267
2026-05-039.3061
2026-05-109.2267
2026-05-189.0538
2026-05-269.1575
2026-06-028.9793
2026-06-118.9710
2026-06-188.9417
2026-06-258.8289
2026-07-028.8682
2026-07-098.8685
2026-07-168.8307
2026-07-238.8571
2026-07-308.8526
2026-08-068.8666
2026-08-138.9398
2026-08-219.0096
2026-08-289.0694
2026-09-049.0901
2026-09-119.0848
2026-09-189.0672
2026-09-259.0880

High

9.8114

Low

8.8289

Average

9.3353

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=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&currencies=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.