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: show the values
| Point | CAD/LSL |
|---|---|
| 2025-12-31 | 12.1234 |
| 2026-01-07 | 11.8421 |
| 2026-01-14 | 11.7943 |
| 2026-01-21 | 11.8904 |
| 2026-01-28 | 11.7264 |
| 2026-02-04 | 11.6782 |
| 2026-02-11 | 11.7402 |
| 2026-02-18 | 11.7373 |
| 2026-02-25 | 11.6471 |
| 2026-03-04 | 12.1016 |
| 2026-03-11 | 11.9668 |
| 2026-03-18 | 12.1608 |
| 2026-03-25 | 12.2821 |
| 2026-04-01 | 12.1479 |
| 2026-04-08 | 11.9059 |
| 2026-04-15 | 11.8879 |
| 2026-04-22 | 11.9885 |
| 2026-04-29 | 12.0921 |
| 2026-05-06 | 12.2777 |
| 2026-05-14 | 11.9655 |
| 2026-05-21 | 11.9846 |
| 2026-05-29 | 11.7641 |
| 2026-06-05 | 11.7637 |
| 2026-06-14 | 11.6506 |
| 2026-06-21 | 11.6086 |
| 2026-06-28 | 11.6088 |
| 2026-07-05 | 11.4272 |
| 2026-07-12 | 11.5311 |
| 2026-07-19 | 11.7706 |
| 2026-07-26 | 11.9474 |
| 2026-08-02 | 11.8079 |
| 2026-08-09 | 11.5731 |
| 2026-08-16 | 11.6617 |
| 2026-08-24 | 11.5609 |
| 2026-08-31 | 11.6469 |
| 2026-09-07 | 11.5661 |
| 2026-09-14 | 11.6611 |
| 2026-09-21 | 11.5860 |
High
12.2821
Low
11.4272
Average
11.8118
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=LSL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=LSL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.