Skip to content

CAT9 Group Inc.: filings

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

Filing record ends 2021-11-22

The latest filing in this captured record is a 10-Q filed 2021-11-22. No later filing is in the SEC companyfacts record captured on 2026-09-22. CAT9 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-Q2021-11-22fiscal Q3 202132910001262463-21-000580
10-Q2021-08-16fiscal Q2 202130840001262463-21-000386
10-Q2021-05-17fiscal Q1 202129630001262463-21-000156
10-K2021-03-30fiscal FY 202033670001262463-21-000098
10-Q2020-11-13fiscal Q3 202031930001262463-20-000450
10-Q2020-08-12fiscal Q2 202031880001262463-20-000313
10-Q2020-07-09fiscal Q1 202030620001262463-20-000275
10-K2020-04-27fiscal FY 201930630001262463-20-000170
10-Q2019-11-14fiscal Q3 201931910001262463-19-000381
10-Q2019-08-13fiscal Q2 201931850001262463-19-000279
10-Q2019-05-20fiscal Q1 201931640001262463-19-000166
10-K2019-04-01fiscal FY 201830620001262463-19-000083
10-Q2018-11-08fiscal Q3 201830760001262463-18-000331
10-Q2018-08-13fiscal Q2 201828730001262463-18-000241
10-Q2018-05-10fiscal Q1 201829570001262463-18-000125
10-K2018-03-29fiscal FY 201729570001262463-18-000078
10-Q2017-12-05fiscal Q3 201724540001262463-17-000334
10-Q2017-11-17fiscal Q3 201731880001659173-17-000520
10-Q2017-08-14fiscal Q2 201731880001659173-17-000387
10-Q2017-05-15fiscal Q1 201730610001659173-17-000249
10-K2017-04-28fiscal FY 201627610001659173-17-000191
10-Q2016-11-08fiscal Q3 201621590001659173-16-000584
10-Q2016-08-18fiscal Q2 201618450001659173-16-000449
10-Q2016-05-16fiscal Q1 201622460001262463-16-000961
10-K2016-04-15fiscal FY 201521230001262463-16-000915
10-Q2015-11-16fiscal Q3 201520290001262463-15-000720
10-Q2015-08-14fiscal Q2 201514190001262463-15-000510
10-Q2015-05-15fiscal Q1 201513130001262463-15-000370

Inspect the source

Entity
CAT9 Group Inc. / CIK 0001632275
Captured
SEC response SHA-256
405a320bf03a1087100e57bd48bd6ab7a594ec60a9410f92c79ddd281cdeb581

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