Skip to content

LEGACY VENTURES INTERNATIONAL, INC: filings

Every LEGACY VENTURES INTERNATIONAL, INC annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-Q2025-05-08fiscal Q2 202516520001641172-25-009128
10-Q2024-12-30fiscal Q1 202516330001493152-24-052355
10-K2024-11-27fiscal FY 202417350001493152-24-047915
10-Q2024-06-14fiscal Q3 202417590001493152-24-023791
10-Q2024-06-14fiscal Q2 202417540001493152-24-023785
10-Q2023-11-06fiscal Q1 202417340001493152-23-039448
10-K2023-09-28fiscal FY 202317350001493152-23-034496
10-Q2023-05-12fiscal Q3 202315490001493152-23-016513
10-Q2023-02-01fiscal Q2 202315460001493152-23-003234
10-Q2022-11-14fiscal Q1 202315310001493152-22-031729
10-K2022-09-30fiscal FY 202215310001493152-22-027230
10-Q2022-05-12fiscal Q3 202215490001493152-22-012949
10-Q2022-02-09fiscal Q2 202213390001493152-22-003532
10-Q2021-11-15fiscal Q1 202213270001493152-21-028295
10-K2021-09-28fiscal FY 202118380001079973-21-000979
10-Q2021-05-14fiscal Q3 202115430001079973-21-000372
10-Q2021-02-12fiscal Q2 202115430001079973-21-000100
10-Q2020-11-06fiscal Q1 202115350001079973-20-000934
10-K2020-10-13fiscal FY 202018380001079973-20-000881
10-Q2020-05-15fiscal Q3 202020630001079973-20-000411
10-Q2020-02-14fiscal Q2 201912350001079974-20-000084
10-Q2019-11-14fiscal Q1 201919430001079974-19-000572
10-K2019-10-11fiscal FY 201918380001079974-19-000525
10-Q2019-05-17fiscal Q3 201920600001079974-19-000282
10-Q2019-05-17fiscal Q2 201920590001079974-19-000281
10-Q2019-05-17fiscal Q1 201816300001079974-19-000280
10-K2019-05-09fiscal FY 201716320001079974-19-000238
10-Q2019-04-29fiscal Q3 201820460001079974-19-000226
10-Q2019-04-29fiscal Q2 201820460001079974-19-000225
10-Q2019-04-26fiscal Q1 201820370001079974-19-000220
10-K2017-10-16fiscal FY 201722400001213900-17-010621
10-Q2017-05-15fiscal Q3 201726600001213900-17-005106
10-Q2017-02-08fiscal Q2 201727600001213900-17-001085
10-Q2016-11-14fiscal Q1 201723430001213900-16-018411
10-K2016-10-13fiscal FY 201626480001213900-16-017499
10-Q2016-05-20fiscal Q3 201629610001213900-16-013679
10-Q2016-02-12fiscal Q2 201630620001213900-16-010802
10-Q2015-11-23fiscal Q1 201621370001376474-15-000481
10-K2015-11-13fiscal FY 201518350001376474-15-000455
10-K2015-08-13fiscal FY 201518350001376474-15-000260
10-Q2015-05-12fiscal Q3 201514240001376474-15-000138
10-Q2015-03-20fiscal Q2 201513320001144204-15-017565

Inspect the source

Entity
LEGACY VENTURES INTERNATIONAL, INC / CIK 0001616788
Captured
2026-09-21T17:20:35.372Z
SEC response SHA-256
343db9620b666e369fb80d6c9f33585d7baa52a3d88c426286c84e8f8e416716

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