Skip to content

VANGUARD GREEN INVESTMENT LIMITED: filings

Every VANGUARD GREEN INVESTMENT LIMITED annual and quarterly report in the SEC record with the published financial measures it tagged, 29 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-Q2026-06-10fiscal Q3 202626770001493152-26-028027
10-Q2026-03-16fiscal Q2 202626760001493152-26-010151
10-Q2025-12-11fiscal Q1 202626540001493152-25-027126
10-K2025-10-24fiscal FY 202526500001493152-25-019166
10-Q2025-06-16fiscal Q3 202526740001641172-25-015157
10-Q2025-03-11fiscal Q2 202526710001493152-25-009777
10-Q2024-12-11fiscal Q1 202525500001493152-24-049556
10-K2024-11-12fiscal FY 202429550001493152-24-044468
10-Q2024-06-13fiscal Q3 202431910001493152-24-023630
10-Q2024-03-15fiscal Q2 202433950001493152-24-010008
10-Q2023-12-15fiscal Q1 202434660001493152-23-044950
10-K2023-10-30fiscal FY 202337740001493152-23-038583
10-Q2023-06-09fiscal Q3 202335970001493152-23-020646
10-Q2023-03-13fiscal Q2 202333880001493152-23-007363
10-Q2022-12-07fiscal Q1 202335670001493152-22-034667
10-K2022-10-31fiscal FY 202236710001493152-22-029911
10-Q2022-06-17fiscal Q3 202235960001493152-22-017051
10-Q2022-03-17fiscal Q2 202232840001493152-22-007114
10-Q2021-12-14fiscal Q1 202232650001493152-21-031340
10-K2021-11-15fiscal FY 202134700001493152-21-028300
10-Q2021-06-16fiscal Q3 202131890001493152-21-014506
10-Q2021-03-17fiscal Q2 202129790001493152-21-006234
10-Q2020-12-18fiscal Q1 202127560001493152-20-023876
10-K2020-10-30fiscal FY 202033630001493152-20-020195
10-Q2020-06-15fiscal Q3 202032870001493152-20-011137
10-Q2020-04-27fiscal Q2 202030730001493152-20-007104
10-Q2019-12-13fiscal Q1 202028530001493152-19-019140
10-K2019-10-25fiscal FY 201930470001493152-19-015952
10-Q2019-06-13fiscal Q3 201923340001493152-19-009095

Inspect the source

Entity
VANGUARD GREEN INVESTMENT LIMITED / CIK 0001746119
Captured
2026-09-21T17:25:50.459Z
SEC response SHA-256
47ecc894cae8ceb9480ba5f8a3e1efde737a5f1ac6c5cd42d6bde0e67eea825d

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