Skip to content

Ciclet Holdings Inc.: filings

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

Filing record ends 2022-05-02

The latest filing in this captured record is a 10-K filed 2022-05-02. No later filing is in the SEC companyfacts record captured on 2026-09-23. Ciclet 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-K2022-05-02fiscal FY 202215310001640334-22-000876
10-Q2021-12-23fiscal Q3 202214460001640334-21-003281
10-Q2021-12-23fiscal Q2 202214420001640334-21-003279
10-Q2021-11-29fiscal Q1 202214300001640334-21-002998
10-K2021-10-21fiscal FY 202116330001640334-21-002616
10-Q2021-09-20fiscal Q3 202115500001640334-21-002246
10-Q2021-09-10fiscal Q2 202115460001640334-21-002156
10-Q2021-09-10fiscal Q1 202114300001640334-21-002152
10-K2021-09-07fiscal FY 202014290001640334-21-002101
10-Q2021-07-22fiscal Q3 202016510001640334-21-001616
10-Q2021-06-30fiscal Q2 202014420001640334-21-001455
10-Q2021-06-23fiscal Q1 202016360001640334-21-001408
10-K2021-06-14fiscal FY 201917360001640334-21-001340
10-Q2021-01-21fiscal Q3 201917520001640334-21-000175
10-Q2021-01-07fiscal Q2 201917500001640334-21-000042
10-Q2020-12-21fiscal Q1 201916350001640334-20-003121
10-K2020-12-02fiscal FY 201819410001640334-20-002990
10-Q2017-12-20fiscal Q3 201715390001640334-17-002698
10-Q2017-09-14fiscal Q2 201716340001640334-17-001960

Inspect the source

Entity
Ciclet Holdings Inc. / CIK 0001699126
Captured
SEC response SHA-256
a0503b2bb6e7ed62eb1ec52766fb6b6b520c45c7bd56c62b8b270c24930a42af

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