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: show the values
| Point | GBP/LSL |
|---|---|
| 2025-09-24 | 23.2349 |
| 2025-10-01 | 23.2571 |
| 2025-10-08 | 23.1361 |
| 2025-10-15 | 23.1658 |
| 2025-10-22 | 23.2172 |
| 2025-10-29 | 22.6597 |
| 2025-11-05 | 22.8923 |
| 2025-11-12 | 22.5233 |
| 2025-11-19 | 22.5767 |
| 2025-11-26 | 22.6688 |
| 2025-12-03 | 22.7600 |
| 2025-12-11 | 22.6927 |
| 2025-12-18 | 22.4895 |
| 2025-12-25 | 22.5195 |
| 2026-01-01 | 22.2550 |
| 2026-01-08 | 22.1185 |
| 2026-01-15 | 21.9829 |
| 2026-01-22 | 21.8226 |
| 2026-01-29 | 21.7480 |
| 2026-02-05 | 21.8413 |
| 2026-02-12 | 21.6949 |
| 2026-02-19 | 21.5639 |
| 2026-02-26 | 21.4817 |
| 2026-03-05 | 21.8682 |
| 2026-03-12 | 22.2562 |
| 2026-03-19 | 22.5111 |
| 2026-03-26 | 22.6853 |
| 2026-04-02 | 22.4063 |
| 2026-04-09 | 22.3021 |
| 2026-04-16 | 22.1660 |
| 2026-04-23 | 22.2802 |
| 2026-04-30 | 22.7897 |
| 2026-05-07 | 22.5225 |
| 2026-05-15 | 22.0274 |
| 2026-05-23 | 22.1050 |
| 2026-05-30 | 21.8479 |
| 2026-06-06 | 22.0978 |
| 2026-06-15 | 21.6762 |
| 2026-06-22 | 21.7799 |
| 2026-06-29 | 21.7903 |
| 2026-07-06 | 21.6906 |
| 2026-07-13 | 21.9473 |
| 2026-07-20 | 22.2317 |
| 2026-07-27 | 22.2697 |
| 2026-08-03 | 22.1971 |
| 2026-08-10 | 21.8264 |
| 2026-08-17 | 21.9377 |
| 2026-08-25 | 21.8257 |
| 2026-09-01 | 21.8042 |
| 2026-09-08 | 21.6633 |
| 2026-09-15 | 21.9450 |
| 2026-09-22 | 21.7161 |
High
23.2571
Low
21.4817
Average
22.2286
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.