Skip to content

China Senior Living Industry International Holding Corporation: filings

Every China Senior Living Industry International Holding Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 32 filings, each linked to its SEC index.

Filing record ends 2018-11-15

The latest filing in this captured record is a 10-Q filed 2018-11-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. China Senior Living Industry International Holding Corporation 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-Q2018-11-15fiscal Q3 201824640001477932-18-005620
10-Q2018-11-08fiscal Q2 201823680001477932-18-005319
10-Q2018-11-01fiscal Q1 201822460001477932-18-005169
10-K2018-10-05fiscal FY 201724490001477932-18-004745
10-Q2018-10-05fiscal Q3 201722660001477932-18-004743
10-Q2017-08-18fiscal Q2 201721620001477932-17-004066
10-Q2017-05-22fiscal Q1 201721440001477932-17-002459
10-K2017-05-15fiscal FY 201624470001477932-17-002262
10-Q2016-11-14fiscal Q3 201622610001477932-16-013445
10-Q2016-08-15fiscal Q2 201622600001477932-16-011869
10-Q2016-05-16fiscal Q1 201620410001477932-16-010336
10-K2016-03-30fiscal FY 201522450001477932-16-009352
10-Q2015-11-20fiscal Q3 201522630001477932-15-007243
10-Q2015-11-16fiscal Q3 201522630001477932-15-007045
10-Q2015-08-24fiscal Q2 201533840001549727-15-000076
10-K2015-08-13fiscal FY 201433680001549727-15-000070
10-Q2015-05-19fiscal Q1 201533680001549727-15-000054
10-K2015-04-15fiscal FY 201433680001549727-15-000033
10-Q2014-11-19fiscal Q3 201436960001549727-14-000092
10-Q2014-08-15fiscal Q2 201435920001549727-14-000063
10-Q2014-05-19fiscal Q1 201433680001549727-14-000041
10-K2014-03-27fiscal FY 201333680001549727-14-000028
10-Q2013-11-13fiscal Q3 201333840001549727-13-000195
10-Q2013-08-19fiscal Q2 201333840001549727-13-000151
10-Q/A2013-05-29fiscal Q1 201333680001549727-13-000104
10-K2013-04-12fiscal FY 201233680001549727-13-000047
10-Q/A2012-11-23fiscal Q3 201236920001549727-12-000068
10-Q/A2012-08-17fiscal Q2 201236920001549727-12-000035
10-Q2012-05-14fiscal Q1 201233680001437749-12-004970
10-K2012-03-28fiscal FY 201131630001437749-12-002893
10-Q2011-11-08fiscal Q3 201132780001437749-11-008205
10-Q2011-08-12fiscal Q2 201134840001437749-11-005904

Inspect the source

Entity
China Senior Living Industry International Holding Corporation / CIK 0000805729
Captured
SEC response SHA-256
ec26e1e306135170729e1754f514c274a69b4408ac30544da89046d1f257f530

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