Skip to content

GBP to LSL exchange rate API

Pound Sterling to Loti · quoted 2026-09-24

21.6445

▼ +3.16% over YTD

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 year to date, GBP/LSL traded between 21.5632 and 22.7429, averaged 22.0103 and fell 3.16%. 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 YTD

GBP/LSL over YTD: show the values
PointGBP/LSL
2025-12-3122.3518
2026-01-0722.0536
2026-01-1422.0007
2026-01-2122.0184
2026-01-2821.9298
2026-02-0421.8736
2026-02-1121.7181
2026-02-1821.7471
2026-02-2521.5632
2026-03-0422.1180
2026-03-1121.8128
2026-03-1822.2038
2026-03-2522.6705
2026-04-0122.4849
2026-04-0822.2312
2026-04-1522.2006
2026-04-2222.1193
2026-04-2922.3398
2026-05-0622.7429
2026-05-1422.1854
2026-05-2122.1465
2026-05-2921.8047
2026-06-0521.9928
2026-06-1421.8685
2026-06-2121.7346
2026-06-2821.7405
2026-07-0521.6657
2026-07-1221.8664
2026-07-1922.1920
2026-07-2622.4495
2026-08-0222.3153
2026-08-0921.7758
2026-08-1621.8995
2026-08-2421.8299
2026-08-3121.8964
2026-09-0721.6284
2026-09-1421.8528
2026-09-2121.7336

High

22.7429

Low

21.5632

Average

22.0103

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.