Skip to content

Ezy Cloud Holding Inc.: filings

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

Filing record ends 2018-12-31

The latest filing in this captured record is a 10-Q filed 2018-12-31. No later filing is in the SEC companyfacts record captured on 2026-09-23. Ezy Cloud Holding 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-Q2018-12-31fiscal Q3 201815360001511164-18-000680
10-Q2018-10-05fiscal Q2 201815360001511164-18-000592
10-Q2018-06-28fiscal Q1 201816310001511164-18-000407
10-K2018-05-22fiscal FY 201716330001511164-18-000350
10-Q2017-11-22fiscal Q3 201715360001511164-17-000720
10-Q2017-08-21fiscal Q2 201715360001511164-17-000536
10-Q2017-05-22fiscal Q1 201715300001511164-17-000310
10-K2017-04-18fiscal FY 201617320001511164-17-000214
10-Q2016-11-14fiscal Q3 201616360001511164-16-001114
10-Q2016-08-29fiscal Q2 201616360001511164-16-001021
10-Q2016-08-09fiscal Q1 201616290001511164-16-000969
10-K2016-05-26fiscal FY 201518540001511164-16-000880
10-K2016-01-14fiscal FY 201521580001511164-16-000614
10-Q2015-11-23fiscal Q3 201519570001002014-15-000533
10-Q2015-05-20fiscal Q2 201518540001002014-15-000240
10-Q2015-05-18fiscal Q1 201418460001002014-15-000226
10-K2014-12-12fiscal FY 201418490001002014-14-000660
10-Q2014-07-23fiscal Q3 201419580001002014-14-000387
10-Q2014-05-07fiscal Q2 201419610001002014-14-000222
10-Q2014-02-03fiscal Q1 201419510001002014-14-000036
10-K2013-12-23fiscal FY 201320520001002014-13-000582
10-Q2013-12-12fiscal Q3 201319620001002014-13-000563
10-Q2013-11-25fiscal Q2 201320640001002014-13-000554
10-Q2013-11-15fiscal Q1 201319530001002014-13-000544
10-K2013-10-31fiscal FY 201221510001002014-13-000490
10-Q2013-10-11fiscal Q3 201221650001002014-13-000448
10-Q2013-09-30fiscal Q2 201219580001002014-13-000428
10-Q2013-09-06fiscal Q1 201218420001002014-13-000401
10-K/A2013-08-28fiscal FY 201118360001002014-13-000389
10-Q/A2013-08-28fiscal Q3 201119410001002014-13-000387

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

Inspect the source

Entity
Ezy Cloud Holding Inc. / CIK 0001497251
Captured
SEC response SHA-256
d086a52567811031327874e2dfe87ff4bd510dcc43e47890eab813235bdd93f0

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