Skip to content

SECURITY LAND & DEVELOPMENT CORP: filings

Every SECURITY LAND & DEVELOPMENT CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2019-08-14

The latest filing in this captured record is a 10-Q filed 2019-08-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. SECURITY LAND & DEVELOPMENT CORP may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2019-08-14fiscal Q3 201926870001003297-19-000065
10-Q2019-05-20fiscal Q2 201925860001003297-19-000051
10-Q2019-02-19fiscal Q1 201925520001003297-19-000020
10-K2018-12-19fiscal FY 201828570001003297-18-000177
10-Q2018-08-14fiscal Q3 201826900001003297-18-000138
10-Q2018-05-14fiscal Q2 201825860001003297-18-000106
10-Q2018-02-14fiscal Q1 201824500001003297-18-000020
10-K2018-01-11fiscal FY 201728570001003297-18-000002
10-Q2017-08-17fiscal Q3 201723770001003297-17-000291
10-Q2017-05-15fiscal Q2 201724790001003297-17-000152
10-Q2017-02-13fiscal Q1 201723480001003297-17-000030
10-K2016-12-21fiscal FY 201624480001003297-16-000923
10-Q2016-08-12fiscal Q3 201624830001003297-16-000807
10-Q2016-05-16fiscal Q2 201624810001003297-16-000728
10-Q2016-02-09fiscal Q1 201624500001003297-16-000582
10-K2015-12-21fiscal FY 201525510001003297-15-000519
10-Q2015-08-14fiscal Q3 201524820001003297-15-000377
10-Q2015-05-11fiscal Q2 201522760001003297-15-000217
10-Q2015-02-12fiscal Q1 201521450001003297-15-000038
10-K2014-12-18fiscal FY 201424490001003297-14-000589
10-Q2014-08-14fiscal Q3 201422740001003297-14-000430
10-Q2014-05-16fiscal Q2 201423780001003297-14-000271
10-Q2014-02-14fiscal Q1 201422460001003297-14-000085
10-K2013-12-19fiscal FY 201323480001003297-13-000567
10-Q2013-08-14fiscal Q3 201319620001003297-13-000377
10-Q2013-05-15fiscal Q2 201319660001003297-13-000218
10-Q2013-02-13fiscal Q1 201321480001003297-13-000037
10-K2012-12-21fiscal FY 201223480001003297-12-000518
10-Q/A2012-09-05fiscal Q3 201220650001003297-12-000391
10-Q2012-05-15fiscal Q2 201218590001104659-12-037291
10-Q2012-02-07fiscal Q1 201220430001104659-12-007299
10-K2011-12-22fiscal FY 201120420001104659-11-070806
10-Q2011-08-15fiscal Q3 201122700001104659-11-046937

Inspect the source

Entity
SECURITY LAND & DEVELOPMENT CORP / CIK 0000088572
Captured
SEC response SHA-256
f9c6a993cda1a1737f625d18ef0c3f627edaddd75fef46a8b8ae339581ee0324

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0000088572.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))