Skip to content

China VTV Ltd: filings

Every China VTV Ltd annual and quarterly report in the SEC record with the published financial measures it tagged, 21 filings, each linked to its SEC index.

Filing record ends 2020-10-21

The latest filing in this captured record is a 10-Q filed 2020-10-21. No later filing is in the SEC companyfacts record captured on 2026-09-22. China VTV 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-Q2020-10-21fiscal Q2 2021371020001477932-20-006002
10-Q2020-08-19fiscal Q1 202134720001477932-20-005074
10-K2020-07-29fiscal FY 202037750001477932-20-004442
10-Q2020-02-10fiscal Q3 202029670001477932-20-000531
10-Q2019-10-21fiscal Q2 202029660001477932-19-005972
10-Q2019-07-15fiscal Q1 202017340001477932-19-004081
10-K2019-04-30fiscal FY 201915310001477932-19-002179
10-Q2018-12-20fiscal Q3 201915360001477932-18-006079
10-Q2018-10-03fiscal Q2 201915360001477932-18-004723
10-Q2018-07-16fiscal Q1 201813260001477932-18-003515
10-K2018-06-13fiscal FY 201815300001477932-18-003020
10-Q2018-02-23fiscal Q3 201813330001477932-18-000995
10-Q2017-10-23fiscal Q2 201814350001477932-17-005164
10-Q2017-07-14fiscal Q1 201814280001477932-17-003295
10-K2017-06-09fiscal FY 201712250001477932-17-002741
10-Q2017-01-13fiscal Q3 201712290001477932-17-000188
10-Q2016-10-11fiscal Q2 201712300001477932-16-012878
10-Q2016-07-12fiscal Q1 201712240001477932-16-011330
10-K2016-05-31fiscal FY 201613260001477932-16-010643
10-Q2016-01-14fiscal Q3 201611190001477932-16-008045
10-Q2015-10-13fiscal Q2 201611190001477932-15-006318

Inspect the source

Entity
China VTV Ltd / CIK 0001639234
Captured
SEC response SHA-256
e4d85a5bda149b8c72e501dbf75cfd316320d3c1a0b3fad283b63baede4d8e64

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