Skip to content

GREAT ELM CAPITAL GROUP, INC.: filings

Every GREAT ELM CAPITAL GROUP, 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-11-16

The latest filing in this captured record is a 10-Q filed 2020-11-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. GREAT ELM CAPITAL GROUP, 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-11-16fiscal Q1 2021501030001564590-20-054000
10-K2020-09-18fiscal FY 2020541640001564590-20-043896
10-Q2020-05-11fiscal Q3 2020461240001564590-20-024364
10-Q2020-02-10fiscal Q2 2020461200001564590-20-003947
10-Q2019-11-12fiscal Q1 202050990001564590-19-043022
10-K2019-09-27fiscal FY 2019531850001564590-19-035765
10-Q2019-05-10fiscal Q3 2019511380001564590-19-018280
10-Q2019-02-11fiscal Q2 2019451120001564590-19-002473
10-Q2018-11-13fiscal Q1 201944800001564590-18-029069
10-K2018-09-13fiscal FY 2018441240001564590-18-023113
10-Q2018-05-15fiscal Q3 201836930001564590-18-013658
10-Q2018-02-09fiscal Q2 201833870001564590-18-001760
10-Q2017-11-07fiscal Q1 201733610001564590-17-022280
10-K2017-09-19fiscal FY 2017361050001564590-17-018750
10-Q2017-05-10fiscal Q3 201734850001564590-17-010292
10-Q2017-02-14fiscal Q2 201735840001558370-17-000601
10-Q2016-11-09fiscal Q1 201727510001558370-16-009839
10-K2016-09-14fiscal FY 2016351010001558370-16-008344
10-Q2016-05-03fiscal Q3 201632820001564590-16-017474
10-Q2016-02-05fiscal Q2 201632820001564590-16-012370
10-Q2015-11-09fiscal Q1 201632650001193125-15-372015
10-K2015-09-14fiscal FY 2015421050001193125-15-319576
10-Q2015-05-07fiscal Q3 201533800001193125-15-177051
10-Q2015-02-06fiscal Q2 201533800001193125-15-037411
10-Q2014-11-05fiscal Q1 201533650001193125-14-398641
10-K2014-09-12fiscal FY 2014421020001193125-14-340360
10-Q2014-05-08fiscal Q3 201434780001193125-14-190349
10-Q2014-02-07fiscal Q2 201434770001193125-14-039590
10-Q2013-11-07fiscal Q1 201434660001193125-13-432927
10-K2013-09-09fiscal FY 2013391020001193125-13-361433
10-Q2013-05-10fiscal Q3 201331760001193125-13-214167
10-Q2013-02-07fiscal Q2 201332800001193125-13-043478
10-Q2012-11-07fiscal Q1 201335710001193125-12-457774
10-K/A2012-10-09fiscal FY 201238980001193125-12-418704
10-Q2012-05-10fiscal Q3 201230730001193125-12-225737
10-Q2012-02-08fiscal Q2 2012391050001193125-12-046800
10-Q/A2011-11-08fiscal Q1 201241840001193125-11-302145

Inspect the source

Entity
GREAT ELM CAPITAL GROUP, INC. / CIK 0001082506
Captured
SEC response SHA-256
f868a8bae8954abf5b6c30b1974ebfd41ee16ac13dd3a8c2ae3e4151f43ca8db

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