Skip to content

GBP to LSL exchange rate API

Pound Sterling to Loti · quoted 2026-09-24

21.6445

▼ +6.84% over 1Y

1 GBP = 21.6445 LSL · 1 LSL = 0.04620 GBP · Get this rate via the API

1 GBP buys 21.6445 LSL as of 2026-09-24, so 1 LSL buys 0.04620 GBP. Over the last year, GBP/LSL traded between 21.4817 and 23.2571, averaged 22.2286 and fell 6.84%. The API holds daily GBP/LSL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GBP/LSL over 1Y

GBP/LSL over 1Y: show the values
PointGBP/LSL
2025-09-2423.2349
2025-10-0123.2571
2025-10-0823.1361
2025-10-1523.1658
2025-10-2223.2172
2025-10-2922.6597
2025-11-0522.8923
2025-11-1222.5233
2025-11-1922.5767
2025-11-2622.6688
2025-12-0322.7600
2025-12-1122.6927
2025-12-1822.4895
2025-12-2522.5195
2026-01-0122.2550
2026-01-0822.1185
2026-01-1521.9829
2026-01-2221.8226
2026-01-2921.7480
2026-02-0521.8413
2026-02-1221.6949
2026-02-1921.5639
2026-02-2621.4817
2026-03-0521.8682
2026-03-1222.2562
2026-03-1922.5111
2026-03-2622.6853
2026-04-0222.4063
2026-04-0922.3021
2026-04-1622.1660
2026-04-2322.2802
2026-04-3022.7897
2026-05-0722.5225
2026-05-1522.0274
2026-05-2322.1050
2026-05-3021.8479
2026-06-0622.0978
2026-06-1521.6762
2026-06-2221.7799
2026-06-2921.7903
2026-07-0621.6906
2026-07-1321.9473
2026-07-2022.2317
2026-07-2722.2697
2026-08-0322.1971
2026-08-1021.8264
2026-08-1721.9377
2026-08-2521.8257
2026-09-0121.8042
2026-09-0821.6633
2026-09-1521.9450
2026-09-2221.7161

High

23.2571

Low

21.4817

Average

22.2286

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=LSL").json()

Replace YOUR_API_KEY with the key from your dashboard.

GBP/LSL API questions

How do I get the GBP/LSL exchange rate from an API?

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

How far back does GBP/LSL historical data go?

Daily GBP/LSL 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 GBP/LSL 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.