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: show the values
| Point | GBP/LSL |
|---|---|
| 2025-12-31 | 22.3518 |
| 2026-01-07 | 22.0536 |
| 2026-01-14 | 22.0007 |
| 2026-01-21 | 22.0184 |
| 2026-01-28 | 21.9298 |
| 2026-02-04 | 21.8736 |
| 2026-02-11 | 21.7181 |
| 2026-02-18 | 21.7471 |
| 2026-02-25 | 21.5632 |
| 2026-03-04 | 22.1180 |
| 2026-03-11 | 21.8128 |
| 2026-03-18 | 22.2038 |
| 2026-03-25 | 22.6705 |
| 2026-04-01 | 22.4849 |
| 2026-04-08 | 22.2312 |
| 2026-04-15 | 22.2006 |
| 2026-04-22 | 22.1193 |
| 2026-04-29 | 22.3398 |
| 2026-05-06 | 22.7429 |
| 2026-05-14 | 22.1854 |
| 2026-05-21 | 22.1465 |
| 2026-05-29 | 21.8047 |
| 2026-06-05 | 21.9928 |
| 2026-06-14 | 21.8685 |
| 2026-06-21 | 21.7346 |
| 2026-06-28 | 21.7405 |
| 2026-07-05 | 21.6657 |
| 2026-07-12 | 21.8664 |
| 2026-07-19 | 22.1920 |
| 2026-07-26 | 22.4495 |
| 2026-08-02 | 22.3153 |
| 2026-08-09 | 21.7758 |
| 2026-08-16 | 21.8995 |
| 2026-08-24 | 21.8299 |
| 2026-08-31 | 21.8964 |
| 2026-09-07 | 21.6284 |
| 2026-09-14 | 21.8528 |
| 2026-09-21 | 21.7336 |
High
22.7429
Low
21.5632
Average
22.0103
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=LSL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=LSL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.