Skip to content

Celexus, Inc: filings

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

Filing record ends 2021-09-28

The latest filing in this captured record is a 10-K filed 2021-09-28. No later filing is in the SEC companyfacts record captured on 2026-09-22. Celexus, 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-K2021-09-28fiscal FY 202018410001731122-21-001590
10-Q/A2020-05-26fiscal Q3 202022700001731122-20-000572
10-Q2020-03-12fiscal Q3 202022700001731122-20-000260
10-K/A2020-03-12fiscal FY 201919420001731122-20-000256
10-Q2020-01-27fiscal Q2 202022660001731122-20-000066
10-Q/A2019-10-28fiscal Q1 202019420001731122-19-000623
10-Q2019-08-20fiscal Q1 202019420001731122-19-000511
10-K2019-07-15fiscal FY 201919420001731122-19-000384
10-Q2019-04-03fiscal Q3 201817470001731122-19-000162
10-Q2015-02-23fiscal Q3 201434900001472375-15-000047
10-Q2014-11-18fiscal Q2 201433890001472375-14-000325
10-Q2014-08-19fiscal Q1 201432650001472375-14-000233
10-K2014-07-17fiscal FY 201331610001472375-14-000188
10-Q2014-02-14fiscal Q3 201328750001472375-14-000022
10-Q/A2013-11-19fiscal Q2 201329780001472375-13-000257
10-Q2013-07-12fiscal Q2 201318560001472375-13-000154
10-Q2013-05-15fiscal Q1 201318420001472375-13-000119
10-K2013-03-22fiscal FY 201219560001472375-13-000064
10-Q2012-11-14fiscal Q3 201225800001472375-12-000223
10-Q/A2012-08-20fiscal Q2 201225780001472375-12-000166
10-Q/A2012-05-17fiscal Q1 201215340001472375-12-000109
10-K/A2012-05-15fiscal FY 201122710001472375-12-000105
10-K/A2012-04-03fiscal FY 201122710001472375-12-000065
10-Q2011-12-19fiscal Q3 201116470001472375-11-000229
10-Q2011-12-19fiscal Q2 201116470001472375-11-000228

Inspect the source

Entity
Celexus, Inc / CIK 0001355559
Captured
SEC response SHA-256
015bf8ecf6558523a07e1fe488334f40bdd3b4b6d4efeac1182cb3fc8e3c3476

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