Skip to content

LYD to CAD exchange rate API

Libyan Dinar to Canadian Dollar · quoted 2026-09-26

0.22139

▼ +12.41% over YTD

1 LYD = 0.22139 CAD · 1 CAD = 4.5169 LYD · Get this rate via the API

1 LYD buys 0.22139 CAD as of 2026-09-26, so 1 CAD buys 4.5169 LYD. Over the year to date, LYD/CAD traded between 0.21290 and 0.25528, averaged 0.22149 and fell 12.41%. The API holds daily LYD/CAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LYD/CAD over YTD

LYD/CAD over YTD: show the values
PointLYD/CAD
2025-12-310.25274
2026-01-070.25493
2026-01-140.25528
2026-01-210.25285
2026-01-280.21480
2026-02-040.21664
2026-02-110.21471
2026-02-180.21674
2026-02-250.21624
2026-03-040.21469
2026-03-110.21290
2026-03-180.21480
2026-03-250.21656
2026-04-010.21709
2026-04-080.21718
2026-04-150.21745
2026-04-220.21558
2026-04-290.21551
2026-05-060.21485
2026-05-140.21716
2026-05-210.21651
2026-05-290.21821
2026-06-050.21751
2026-06-140.21937
2026-06-210.22288
2026-06-280.22138
2026-07-050.22145
2026-07-120.22131
2026-07-190.21951
2026-07-260.22004
2026-08-020.21919
2026-08-090.21925
2026-08-160.21789
2026-08-240.21760
2026-08-310.21800
2026-09-070.21775
2026-09-140.21947
2026-09-210.22068

High

0.25528

Low

0.21290

Average

0.22149

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LYD&currencies=CAD").json()

Replace YOUR_API_KEY with the key from your dashboard.

LYD/CAD API questions

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

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

How far back does LYD/CAD historical data go?

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