Skip to content

LVYUAN GREEN BUILDING MATERIAL TECHNOLOGY CORP.: filings

Every LVYUAN GREEN BUILDING MATERIAL TECHNOLOGY CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 filings, each linked to its SEC index.

Filing record ends 2020-03-12

The latest filing in this captured record is a 10-Q filed 2020-03-12. No later filing is in the SEC companyfacts record captured on 2026-09-23. LVYUAN GREEN BUILDING MATERIAL TECHNOLOGY CORP. 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-03-12fiscal Q3 202015440001580836-20-000004
10-Q2019-12-13fiscal Q2 202015440001580836-19-000017
10-Q2019-09-11fiscal Q1 202015320001580836-19-000015
10-K2019-07-26fiscal FY 201917380001580836-19-000008
10-Q2019-03-15fiscal Q3 201921670001659173-19-000024
10-Q2018-12-12fiscal Q2 201921560001659173-18-000329
10-Q2018-09-14fiscal Q1 201921440001659173-18-000286
10-K2018-07-30fiscal FY 201721440001659173-18-000249
10-Q2018-03-15fiscal Q3 201821550001659173-18-000114
10-Q2017-12-19fiscal Q1 201821430001659173-17-000579
10-Q2017-09-14fiscal Q1 201821430001659173-17-000428
10-K2017-07-28fiscal FY 201721440001659173-17-000344
10-Q2017-03-16fiscal Q3 201718480001659173-17-000117
10-Q2016-12-15fiscal Q2 201719500001659173-16-000663
10-Q2016-09-19fiscal Q1 201715300001213900-16-016870
10-K2016-07-29fiscal FY 201611230001213900-16-015399
10-Q2016-03-17fiscal Q3 201614360001213900-16-011666
10-Q2015-12-15fiscal Q2 201614360001213900-15-009494
10-Q2015-09-22fiscal Q1 201615300001213900-15-007149
10-K2015-07-30fiscal FY 201519380001580836-15-000006
10-Q2015-03-16fiscal Q3 201517440001580836-15-000002
10-Q2014-12-15fiscal Q2 201519480001580836-14-000019
10-Q2014-09-16fiscal Q1 201516330001580836-14-000017
10-K2014-07-31fiscal FY 201418430001580836-14-000010
10-Q2014-04-09fiscal Q3 201419520001580836-14-000005
10-Q2014-01-23fiscal Q2 201418420001580836-14-000002

Inspect the source

Entity
LVYUAN GREEN BUILDING MATERIAL TECHNOLOGY CORP. / CIK 0001580836
Captured
SEC response SHA-256
01c961fbebeaee61467c256e40142ebdf8f2f375e5085ef423681ada1c457d5a

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