Skip to content

LKR to DZD exchange rate API

Sri Lanka Rupee to Algerian Dinar · quoted 2026-09-27

0.40547

▼ +5.56% over 1Y

1 LKR = 0.40547 DZD · 1 DZD = 2.4663 LKR · Get this rate via the API

1 LKR buys 0.40547 DZD as of 2026-09-27, so 1 DZD buys 2.4663 LKR. Over the last year, LKR/DZD traded between 0.39496 and 0.43199, averaged 0.41376 and fell 5.56%. The API holds daily LKR/DZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/DZD over 1Y

LKR/DZD over 1Y: show the values
PointLKR/DZD
2025-09-270.42935
2025-10-040.42803
2025-10-110.43199
2025-10-180.42568
2025-10-250.42877
2025-11-010.42696
2025-11-080.42834
2025-11-150.42487
2025-11-220.42482
2025-11-290.42366
2025-12-060.42186
2025-12-140.41973
2025-12-210.41885
2025-12-280.41890
2026-01-040.41876
2026-01-110.42023
2026-01-180.41988
2026-01-250.41813
2026-02-010.41889
2026-02-080.41990
2026-02-150.41858
2026-02-220.41992
2026-03-010.41967
2026-03-080.42178
2026-03-150.42609
2026-03-220.42281
2026-03-290.42293
2026-04-050.42171
2026-04-120.41895
2026-04-190.41882
2026-04-260.41570
2026-05-030.41434
2026-05-100.41130
2026-05-180.40311
2026-05-260.41028
2026-06-020.39988
2026-06-110.40111
2026-06-180.39906
2026-06-250.39540
2026-07-020.39634
2026-07-090.39630
2026-07-160.39496
2026-07-230.39547
2026-07-300.39537
2026-08-060.39521
2026-08-130.39771
2026-08-210.40218
2026-08-280.40488
2026-09-040.40521
2026-09-110.40386
2026-09-180.40354
2026-09-250.40398

High

0.43199

Low

0.39496

Average

0.41376

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/DZD API questions

How do I get the LKR/DZD exchange rate from an API?

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

How far back does LKR/DZD historical data go?

Daily LKR/DZD 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 LKR/DZD 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.