Skip to content

GREEN VISION BIOTECHNOLOGY CORP.: filings

Every GREEN VISION BIOTECHNOLOGY CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2022-09-19

The latest filing in this captured record is a 10-K/A filed 2022-09-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. GREEN VISION BIOTECHNOLOGY 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-K/A2022-09-19fiscal FY 202139800001640334-22-002058
10-Q2022-08-22fiscal Q2 2022391070001640334-22-001844
10-Q2022-05-23fiscal Q1 202238850001640334-22-001104
10-K2022-03-31fiscal FY 202139800001640334-22-000664
10-Q2021-11-10fiscal Q3 2021401160001640334-21-002724
10-Q2021-09-28fiscal Q2 2021401120001640334-21-002397
10-Q2021-09-27fiscal Q1 202140860001640334-21-002366
10-K2021-09-21fiscal FY 202040820001640334-21-002258
10-Q2021-08-30fiscal Q3 2020411130001640334-21-002056
10-Q2021-08-19fiscal Q2 2020431130001640334-21-001974
10-Q2021-08-03fiscal Q1 202142880001640334-21-001745
10-K2021-01-07fiscal FY 201942860001640334-21-000040
10-Q2020-09-08fiscal Q3 2019431270001640334-20-002294
10-Q2020-06-29fiscal Q2 2019421210001640334-20-001653
10-Q2020-05-28fiscal Q1 201938790001640334-20-001335
10-K2020-05-15fiscal FY 201839780001640334-20-001240
10-Q2020-03-27fiscal Q3 2018401080001640334-20-000636
10-Q2020-01-10fiscal Q2 2018401110001640334-20-000037
10-Q2018-05-22fiscal Q1 201832700001640334-18-001071
10-K2018-04-17fiscal FY 201732670001640334-18-000746
10-Q2018-02-13fiscal Q3 2017371080001640334-18-000282
10-Q2017-09-21fiscal Q2 2017351020001640334-17-002006
10-Q2017-05-12fiscal Q1 20189180001640334-17-000918
10-K2017-05-01fiscal FY 20179180001640334-17-000808
10-Q2016-12-20fiscal Q3 201710270001640334-16-002264
10-Q2016-09-19fiscal Q2 201711290001640334-16-001694
10-Q2016-06-14fiscal Q1 201711220001640334-16-001204
10-K2016-05-17fiscal FY 201611210001640334-16-001112
10-Q2015-12-10fiscal Q3 201613330001640334-15-000409
10-Q2015-09-21fiscal Q2 201612310001640334-15-000172
10-Q2015-06-30fiscal Q1 201618370001607281-15-000007
10-K2015-05-18fiscal FY 201519380001571804-15-000006
10-Q2014-12-15fiscal Q3 201521630001571804-14-000025
10-Q2014-09-15fiscal Q2 201521630001571804-14-000022
10-Q2014-06-06fiscal Q1 201521530001571804-14-000019
10-K2014-04-30fiscal FY 201320500001571804-14-000015
10-Q/A2014-02-24fiscal Q3 201322600001571804-14-000012
10-Q2014-01-08fiscal Q3 201322600001571804-14-000006

Inspect the source

Entity
GREEN VISION BIOTECHNOLOGY CORP. / CIK 0001571804
Captured
SEC response SHA-256
f900c79f6de11454e9e92e93c55c93d276ffa598a95106526ff88cb826780ecf

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