Skip to content

ExeLED Holdings Inc.: filings

Every ExeLED Holdings Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2019-01-17

The latest filing in this captured record is a 10-Q filed 2019-01-17. No later filing is in the SEC companyfacts record captured on 2026-09-22. ExeLED Holdings 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-Q2019-01-17fiscal Q3 201835940001683168-19-000157
10-Q2018-11-15fiscal Q2 201826670001721868-18-000683
10-Q2018-05-21fiscal Q1 201826500001721868-18-000447
10-K2018-04-17fiscal FY 201729570001721868-18-000292
10-Q2017-11-20fiscal Q3 201727720001721868-17-000084
10-Q2017-08-21fiscal Q2 201727720000721748-17-000558
10-Q2017-05-22fiscal Q1 201726520000721748-17-000350
10-K2017-04-17fiscal FY 201629590000721748-17-000250
10-Q2016-11-18fiscal Q3 201626680000721748-16-001807
10-Q2016-08-22fiscal Q2 201628760000721748-16-001605
10-Q2016-05-23fiscal Q1 201628560000721748-16-001315
10-K2016-04-14fiscal FY 201533660000721748-16-001182
10-Q2015-11-13fiscal Q3 201528730000721748-15-000825
10-Q2015-08-14fiscal Q2 201528730000721748-15-000619
10-Q2015-05-13fiscal Q1 201527530000721748-15-000337
10-K2015-04-15fiscal FY 201436650000721748-15-000257
10-Q2014-11-13fiscal Q3 201424570000721748-14-001120
10-Q2014-11-13fiscal Q3 201424570000721748-14-001116
10-Q2014-08-12fiscal Q2 201410260000721748-14-000792
10-Q2014-06-16fiscal Q1 201415320001079974-14-000496
10-Q2013-12-20fiscal Q1 201416350001079974-13-000801
10-K2013-10-15fiscal FY 201315360001079974-13-000639
10-Q/A2013-07-10fiscal Q2 201314430001079974-13-000381
10-Q/A2013-07-10fiscal Q1 201314330001079974-13-000379
10-K/A2013-07-10fiscal FY 201215350001079974-13-000377
10-Q2013-06-13fiscal Q3 201315460001079974-13-000316
10-Q/A2012-07-24fiscal Q2 201212400001225279-12-000185
10-K/A2012-07-24fiscal FY 201111280001225279-12-000184
10-Q2012-05-14fiscal Q3 20129290001225279-12-000055
10-Q2011-11-14fiscal Q1 20129180001225279-11-000155

Inspect the source

Entity
ExeLED Holdings Inc. / CIK 0000774937
Captured
SEC response SHA-256
dc396c784ce4e155baac0fe25ac6435118efc22611b3d9871cdc114356b17941

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