Skip to content

CAD to LSL exchange rate API

Canadian Dollar to Loti · quoted 2026-09-24

11.5832

▼ +6.18% over 6M

1 CAD = 11.5832 LSL · 1 LSL = 0.08633 CAD · Get this rate via the API

1 CAD buys 11.5832 LSL as of 2026-09-24, so 1 LSL buys 0.08633 CAD. Over the last 6 months, CAD/LSL traded between 11.4618 and 12.3460, averaged 11.7812 and fell 6.18%. The API holds daily CAD/LSL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/LSL over 6M

CAD/LSL over 6M: show the values
PointCAD/LSL
2026-03-2812.3460
2026-04-0412.1712
2026-04-1111.8759
2026-04-1811.7940
2026-04-2512.1359
2026-05-0212.2525
2026-05-0911.9896
2026-05-1712.1343
2026-05-2511.8306
2026-06-0111.7369
2026-06-1011.8779
2026-06-1711.5511
2026-06-2411.6508
2026-07-0111.5490
2026-07-0811.4618
2026-07-1511.6147
2026-07-2211.6766
2026-07-2911.8576
2026-08-0511.6398
2026-08-1211.6305
2026-08-2011.6924
2026-08-2711.5149
2026-09-0311.6333
2026-09-1011.6099
2026-09-1711.6775
2026-09-2411.6032

High

12.3460

Low

11.4618

Average

11.7812

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CAD/LSL API questions

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

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

How far back does CAD/LSL historical data go?

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