Skip to content

STANDARD DIVERSIFIED INC.: filings

Every STANDARD DIVERSIFIED INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2020-05-04

The latest filing in this captured record is a 10-Q filed 2020-05-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. STANDARD DIVERSIFIED INC. 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-Q2020-05-04fiscal Q1 2020501030001140361-20-010615
10-K2020-03-16fiscal FY 2019551440001140361-20-005874
10-Q2019-11-06fiscal Q3 2019501340001140361-19-019937
10-Q2019-08-07fiscal Q2 2019491320001140361-19-014472
10-Q2019-05-08fiscal Q1 2019501040001140361-19-008631
10-K2019-03-11fiscal FY 2018531750001140361-19-004726
10-Q2018-11-09fiscal Q3 2018461250001140361-18-042867
10-Q2018-08-10fiscal Q2 2018471270001140361-18-036162
10-Q2018-05-14fiscal Q1 201847970001140361-18-023120
10-K2018-03-12fiscal FY 2017531730001140361-18-013080
10-Q2017-11-09fiscal Q3 2017481270001140361-17-041863
10-Q2017-08-11fiscal Q2 2017481270001140361-17-031329
10-Q2017-05-15fiscal Q1 201717330001571049-17-004986
10-K2017-03-22fiscal FY 201617520001571049-17-002707
10-Q2016-11-14fiscal Q3 201617420001571049-16-019793
10-Q2016-08-12fiscal Q2 201616410001571049-16-017398
10-Q2016-05-13fiscal Q1 201616320001571049-16-015273
10-K2016-03-30fiscal FY 201520570001571049-16-013468
10-Q2015-11-13fiscal Q3 201516410001104659-15-078539
10-Q2015-08-14fiscal Q2 201516410001104659-15-059889
10-Q2015-05-15fiscal Q1 201516330001104659-15-038525
10-K2015-03-31fiscal FY 201426870001047469-15-003007
10-Q2014-11-14fiscal Q3 201424640001104659-14-080725
10-Q2014-08-14fiscal Q2 201424640001104659-14-060830
10-Q2014-05-15fiscal Q1 201426470001104659-14-039327
10-K2014-03-31fiscal FY 2013301090001047469-14-003219
10-Q2013-11-14fiscal Q3 201326710001104659-13-084511
10-Q2013-08-13fiscal Q2 201336990001104659-13-063148
10-Q/A2013-06-11fiscal Q1 201335710001188112-13-001807
10-Q2013-05-15fiscal Q1 201325510001188112-13-001580
10-K2013-04-15fiscal FY 2012431540001188112-13-001093
10-Q2012-11-14fiscal Q3 2012371010001188112-12-003397
10-Q2012-08-13fiscal Q2 2012361000001188112-12-002521
10-Q2012-05-14fiscal Q1 201236730001188112-12-001595
10-K2012-03-30fiscal FY 2011371020001188112-12-000891
10-Q/A2011-11-15fiscal Q3 201137990001188112-11-003244
10-Q2011-08-12fiscal Q2 201136980001188112-11-002262

Inspect the source

Entity
STANDARD DIVERSIFIED INC. / CIK 0000911649
Captured
SEC response SHA-256
508702c0218ffe84bdfca2a562cb2ba0ee6f7c9450a8616c5ea93daeb03ece29

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/0000911649.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"])))