Skip to content

LKR to BWP exchange rate API

Sri Lanka Rupee to Pula · quoted 2026-09-26

0.04120

▼ +7.52% over 5Y

1 LKR = 0.04120 BWP · 1 BWP = 24.2748 LKR · Get this rate via the API

1 LKR buys 0.04120 BWP as of 2026-09-26, so 1 BWP buys 24.2748 LKR. Over the last 5 years, LKR/BWP traded between 0.04029 and 0.04849, averaged 0.04474 and fell 7.52%. The API holds daily LKR/BWP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/BWP over 5Y

LKR/BWP over 5Y: show the values
PointLKR/BWP
2024-08-240.04455
2024-10-070.04535
2024-11-060.04607
2024-12-060.04765
2025-01-050.04817
2025-02-040.04764
2025-03-060.04729
2025-04-060.04718
2025-05-060.04623
2025-06-070.04485
2025-07-070.04470
2025-08-060.04777
2025-09-050.04849
2025-10-060.04769
2025-11-050.04563
2025-12-050.04435
2026-01-050.04440
2026-02-040.04365
2026-03-060.04332
2026-04-050.04272
2026-05-050.04235
2026-06-060.04065
2026-07-080.04031
2026-08-070.04029
2026-09-070.04072

High

0.04849

Low

0.04029

Average

0.04474

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/BWP API questions

How do I get the LKR/BWP exchange rate from an API?

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

How far back does LKR/BWP historical data go?

Daily LKR/BWP 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/BWP 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.