Skip to content

ColorStars Group: filings

Every ColorStars Group 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 2019-11-14

The latest filing in this captured record is a 10-Q filed 2019-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. ColorStars Group 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-11-14fiscal Q3 201931780001493152-19-017273
10-Q2019-08-14fiscal Q2 201931840001493152-19-012457
10-Q2019-05-15fiscal Q1 201928580001493152-19-007250
10-K2019-04-12fiscal FY 201836730001493152-19-005210
10-Q2018-12-13fiscal Q3 201831770001493152-18-017422
10-Q2018-12-10fiscal Q2 201831840001493152-18-017238
10-Q2018-12-05fiscal Q1 201829580001493152-18-017049
10-K2018-11-05fiscal FY 201738730001493152-18-015185
10-Q2018-10-09fiscal Q3 201733830001493152-18-014224
10-Q2018-09-28fiscal Q2 201733870001493152-18-013832
10-Q2018-09-20fiscal Q1 201732640001493152-18-013500
10-K2018-09-06fiscal FY 201642780001493152-18-012920
10-Q2018-07-02fiscal Q3 201639970001493152-18-009594
10-Q2018-06-22fiscal Q2 201639950001493152-18-009086
10-Q/A2018-05-31fiscal Q1 201633630001493152-18-008022
10-K/A2018-04-13fiscal FY 201538750001493152-18-005117
10-Q2016-05-23fiscal Q1 201632650001418780-16-000034
10-K2016-04-20fiscal FY 201538750001418780-16-000029
10-Q2015-11-16fiscal Q3 2015351020001286345-15-000080
10-Q2015-08-14fiscal Q2 2015351040001418780-15-000016
10-Q2015-05-19fiscal Q1 201528580001418780-15-000012
10-K2015-04-15fiscal FY 201436700001418780-15-000006
10-Q2014-11-19fiscal Q3 201431950001418780-14-000062
10-Q2014-08-19fiscal Q2 201431940001418780-14-000048
10-Q2014-05-15fiscal Q1 201431640001082278-14-000059
10-K/A2014-04-21fiscal FY 201335720001418780-14-000027
10-K2014-04-11fiscal FY 201335720001418780-14-000021
10-Q2013-11-14fiscal Q3 201332990001418780-13-000049
10-Q2013-08-19fiscal Q2 201332960001418780-13-000004
10-Q2013-05-15fiscal Q1 201331650001286345-13-000082
10-K2013-04-01fiscal FY 201237750001286345-13-000050
10-Q/A2012-11-20fiscal Q3 201232980001286345-12-000123
10-Q/A2012-09-13fiscal Q2 201233970001286345-12-000071
10-Q2012-05-15fiscal Q1 201231640001463403-12-000128
10-K2012-04-05fiscal FY 201126540001463403-12-000070
10-Q/A2011-11-16fiscal Q3 201123690001463403-11-000250
10-Q2011-08-15fiscal Q2 201126730001463403-11-000168

Inspect the source

Entity
ColorStars Group / CIK 0001418780
Captured
SEC response SHA-256
8d7882982e67df818bf0e2a546c1892dd55d40f3ef37a0c02849d4ecb3a721b1

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