Skip to content

Qiansui International Group Co. Ltd.: filings

Every Qiansui International Group Co. Ltd. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

Filing record ends 2022-12-02

The latest filing in this captured record is a 10-Q filed 2022-12-02. No later filing is in the SEC companyfacts record captured on 2026-09-23. Qiansui International Group Co. Ltd. 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-Q2022-12-02fiscal Q3 202222700001640334-22-002552
10-Q2022-07-20fiscal Q2 202219580001640334-22-001547
10-Q2022-07-20fiscal Q1 202220440001640334-22-001545
10-K2022-06-27fiscal FY 202122450001640334-22-001338
10-Q2021-11-22fiscal Q3 202119640001640334-21-002936
10-Q2021-09-30fiscal Q2 202119600001640334-21-002491
10-Q2021-09-30fiscal Q1 202116360001640334-21-002489
10-K2021-09-23fiscal FY 202019400001640334-21-002322
10-Q2020-11-04fiscal Q3 202018600001640334-20-002724
10-Q2020-08-07fiscal Q2 202018560001640334-20-002000
10-Q2020-08-07fiscal Q1 202019420001640334-20-001997
10-K2020-07-06fiscal FY 201918360001640334-20-001697
10-Q2020-06-01fiscal Q3 201912410001640334-20-001389
10-Q2020-06-01fiscal Q2 201912400001640334-20-001387
10-Q2020-06-01fiscal Q1 201912250001640334-20-001385
10-K2020-05-07fiscal FY 201814270001640334-20-001109
10-Q2020-05-07fiscal Q3 201813410001640334-20-001108
10-Q2020-05-07fiscal Q2 201813380001640334-20-001107
10-Q2018-05-15fiscal Q1 201815320001640334-18-000986
10-K2018-04-17fiscal FY 201717360001640334-18-000760
10-Q2017-11-13fiscal Q3 201717490001640334-17-002348
10-Q2017-08-04fiscal Q2 201714400001640334-17-001525
10-Q2017-05-15fiscal Q1 201714280001640334-17-000964
10-K2017-03-14fiscal FY 201615300001640334-17-000467
10-Q2016-11-14fiscal Q3 201614410001640334-16-001980
10-Q2016-08-12fiscal Q2 201616450001640334-16-001520
10-Q2016-05-02fiscal Q1 201616310001640334-16-001015
10-K2016-03-22fiscal FY 201517330001640334-16-000855
10-Q2015-11-13fiscal Q3 201517440001640334-15-000310
10-Q2015-08-10fiscal Q2 201516400001640334-15-000017
10-Q2015-05-13fiscal Q1 201515250001557240-15-000298
10-K2015-04-15fiscal FY 201415280001557240-15-000254
10-Q2014-11-19fiscal Q3 201412290001567860-14-000041
10-Q2014-08-04fiscal Q2 201412260001582718-14-000144
10-Q2014-05-14fiscal Q1 201412260001582718-14-000081
10-K2014-04-15fiscal FY 201312260001582586-14-000004
10-Q2013-11-19fiscal Q3 20138210001582741-13-000024
10-Q2013-08-14fiscal Q2 20138210001499684-13-000084
10-Q/A2013-05-16fiscal Q1 20138150001499684-13-000048
10-K2013-03-28fiscal FY 201211250001499684-13-000028

4 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
Qiansui International Group Co. Ltd. / CIK 0001499684
Captured
SEC response SHA-256
fcc03dfea67eb4f3f6f8610b80ac484de1331529824ba94cad30a96635205a9e

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