Skip to content

Cloudweb, Inc.: filings

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

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-K2026-04-15fiscal FY 202520410001640334-26-000750
10-Q2025-11-06fiscal Q3 202520640001640334-25-001984
10-Q2025-08-13fiscal Q2 202520600001640334-25-001432
10-Q2025-05-05fiscal Q1 202520440001640334-25-000776
10-K2025-02-27fiscal FY 202423480001640334-25-000318
10-Q2024-10-23fiscal Q3 202421660001640334-24-001561
10-Q2024-08-05fiscal Q2 202419540001640334-24-001184
10-Q2024-05-06fiscal Q1 202418400001640334-24-000720
10-K2024-03-22fiscal FY 202319400001640334-24-000460
10-Q2023-10-23fiscal Q3 202317520001640334-23-001930
10-Q2023-08-04fiscal Q2 202319540001640334-23-001454
10-Q2023-05-05fiscal Q1 202320420001640334-23-000769
10-K2023-03-31fiscal FY 202220410001640334-23-000500
10-Q2022-10-31fiscal Q3 202219570001640334-22-002300
10-Q2022-07-27fiscal Q2 202217480001640334-22-001591
10-Q2022-05-09fiscal Q1 202219420001640334-22-000928
10-K2022-03-11fiscal FY 202121430001640334-22-000465
10-Q2021-11-03fiscal Q3 202120600001640334-21-002701
10-Q2021-08-12fiscal Q2 202119540001640334-21-001819
10-Q2021-04-20fiscal Q1 202119420001640334-21-000980
10-K2021-03-10fiscal FY 202020420001640334-21-000556
10-Q2020-11-16fiscal Q3 202022720001640334-20-002831
10-Q2020-07-23fiscal Q2 202020580001640334-20-001838
10-Q2020-05-14fiscal Q1 202017350001640334-20-001186
10-K2020-04-03fiscal FY 201919380001640334-20-000719
10-Q2019-11-04fiscal Q3 201918520001640334-19-002173
10-Q2019-08-01fiscal Q2 201917440001640334-19-001509
10-Q2019-05-07fiscal Q1 201917340001640334-19-000762
10-K2019-03-19fiscal FY 201817310001640334-19-000398
10-Q2018-10-31fiscal Q3 201816370001640334-18-002039
10-Q2018-08-06fiscal Q2 201816390001640334-18-001500
10-Q2018-05-15fiscal Q1 201818340001640334-18-000996
10-K2018-04-02fiscal FY 201720310001640334-18-000594
10-Q2018-01-02fiscal Q3 201719370001640334-18-000029
10-Q/A2018-01-02fiscal Q2 201722580001640334-18-000027
10-Q/A2018-01-02fiscal Q1 201728540001640334-18-000025
10-Q2017-08-14fiscal Q2 201717360001640334-17-001661
10-Q2017-05-12fiscal Q1 201727490001640334-17-000926
10-K2017-04-25fiscal FY 201626500001640334-17-000788
10-Q2016-11-18fiscal Q3 201625590001594062-16-000676
10-Q2016-08-22fiscal Q2 201624580001594062-16-000584
10-Q2016-08-22fiscal Q1 201625480001594062-16-000583
10-K2016-08-22fiscal FY 201513270001594062-16-000582
10-Q2015-11-16fiscal Q3 201519430001594062-15-000330
10-Q2015-08-14fiscal Q2 201519400001594062-15-000238
10-Q2015-05-15fiscal Q1 201518280001594062-15-000125
10-K2015-05-15fiscal FY 201418190001594062-15-000124

Inspect the source

Entity
Cloudweb, Inc. / CIK 0001619227
Captured
2026-09-21T17:21:34.020Z
SEC response SHA-256
d591d9d5bed49a9c4df47afdfb6c4cf869ad0cb35177a5f468ed86c4d3c3c397

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