Skip to content

DJF to LSL exchange rate API

Djibouti Franc to Loti · quoted 2026-09-26

0.09226

▼ +5.73% over 1Y

1 DJF = 0.09226 LSL · 1 LSL = 10.8386 DJF · Get this rate via the API

1 DJF buys 0.09226 LSL as of 2026-09-26, so 1 LSL buys 10.8386 DJF. Over the last year, DJF/LSL traded between 0.08927 and 0.09787, averaged 0.09317 and fell 5.73%. The API holds daily DJF/LSL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DJF/LSL over 1Y

DJF/LSL over 1Y: show the values
PointDJF/LSL
2025-09-260.09787
2025-10-030.09734
2025-10-100.09650
2025-10-170.09759
2025-10-240.09738
2025-10-310.09687
2025-11-070.09763
2025-11-140.09567
2025-11-210.09683
2025-11-280.09635
2025-12-050.09541
2025-12-130.09466
2025-12-200.09415
2025-12-270.09359
2026-01-030.09251
2026-01-100.09256
2026-01-170.09209
2026-01-240.09061
2026-01-310.09008
2026-02-070.09002
2026-02-140.08961
2026-02-210.09007
2026-02-280.08927
2026-03-070.09299
2026-03-140.09501
2026-03-210.09612
2026-03-280.09656
2026-04-040.09517
2026-04-110.09251
2026-04-180.09126
2026-04-250.09338
2026-05-020.09374
2026-05-090.09223
2026-05-170.09345
2026-05-250.09182
2026-06-010.09122
2026-06-100.09285
2026-06-170.09112
2026-06-240.09322
2026-07-010.09228
2026-07-080.09139
2026-07-150.09175
2026-07-220.09229
2026-07-290.09403
2026-08-050.09189
2026-08-120.09097
2026-08-200.09065
2026-08-270.08965
2026-09-030.09015
2026-09-100.09015
2026-09-170.09139
2026-09-240.09189

High

0.09787

Low

0.08927

Average

0.09317

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DJF/LSL API questions

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

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

How far back does DJF/LSL historical data go?

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