Skip to content

PAB to LSL exchange rate API

Balboa to Loti · quoted 2026-09-25

16.4273

▼ +5.18% over 1Y

1 PAB = 16.4273 LSL · 1 LSL = 0.06087 PAB · Get this rate via the API

1 PAB buys 16.4273 LSL as of 2026-09-25, so 1 LSL buys 0.06087 PAB. Over the last year, PAB/LSL traded between 15.8779 and 17.4309, averaged 16.5815 and fell 5.18%. The API holds daily PAB/LSL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/LSL over 1Y

PAB/LSL over 1Y: show the values
PointPAB/LSL
2025-09-2517.3245
2025-10-0217.2092
2025-10-0917.1644
2025-10-1617.3110
2025-10-2317.4309
2025-10-3017.1739
2025-11-0617.3978
2025-11-1317.1046
2025-11-2017.2020
2025-11-2717.1304
2025-12-0417.0555
2025-12-1216.8786
2025-12-1916.7370
2025-12-2616.6451
2026-01-0216.5438
2026-01-0916.5268
2026-01-1616.3474
2026-01-2316.1122
2026-01-3015.8779
2026-02-0616.2438
2026-02-1315.9559
2026-02-2016.1738
2026-02-2715.9210
2026-03-0616.5807
2026-03-1316.7429
2026-03-2016.7549
2026-03-2717.0791
2026-04-0316.9356
2026-04-1016.3506
2026-04-1716.4107
2026-04-2416.6490
2026-05-0116.6568
2026-05-0816.3156
2026-05-1616.6931
2026-05-2416.4760
2026-05-3116.2393
2026-06-0916.4909
2026-06-1616.2113
2026-06-2316.4151
2026-06-3016.4571
2026-07-0716.2318
2026-07-1416.4754
2026-07-2116.5001
2026-07-2816.7814
2026-08-0416.5123
2026-08-1116.1886
2026-08-1816.2410
2026-08-2615.9370
2026-09-0216.1753
2026-09-0916.0004
2026-09-1616.2272
2026-09-2316.1960

High

17.4309

Low

15.8779

Average

16.5815

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/LSL API questions

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

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

How far back does PAB/LSL historical data go?

Daily PAB/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 PAB/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.