Skip to content

CAD to LSL exchange rate API

Canadian Dollar to Loti · quoted 2026-09-24

11.5832

▼ +4.46% over YTD

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 year to date, CAD/LSL traded between 11.4272 and 12.2821, averaged 11.8118 and fell 4.46%. 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 YTD

CAD/LSL over YTD: show the values
PointCAD/LSL
2025-12-3112.1234
2026-01-0711.8421
2026-01-1411.7943
2026-01-2111.8904
2026-01-2811.7264
2026-02-0411.6782
2026-02-1111.7402
2026-02-1811.7373
2026-02-2511.6471
2026-03-0412.1016
2026-03-1111.9668
2026-03-1812.1608
2026-03-2512.2821
2026-04-0112.1479
2026-04-0811.9059
2026-04-1511.8879
2026-04-2211.9885
2026-04-2912.0921
2026-05-0612.2777
2026-05-1411.9655
2026-05-2111.9846
2026-05-2911.7641
2026-06-0511.7637
2026-06-1411.6506
2026-06-2111.6086
2026-06-2811.6088
2026-07-0511.4272
2026-07-1211.5311
2026-07-1911.7706
2026-07-2611.9474
2026-08-0211.8079
2026-08-0911.5731
2026-08-1611.6617
2026-08-2411.5609
2026-08-3111.6469
2026-09-0711.5661
2026-09-1411.6611
2026-09-2111.5860

High

12.2821

Low

11.4272

Average

11.8118

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.