Skip to content

LVPAI GROUP LIMITED: filings

Every LVPAI GROUP 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-K2026-05-18fiscal FY 202620420001477932-26-003267
10-Q2026-02-04fiscal Q3 202623780001477932-26-000624
10-Q2025-09-11fiscal Q2 202624750001477932-25-006616
10-Q2025-06-20fiscal Q1 202624510001477932-25-004713
10-K2025-05-06fiscal FY 202521440001477932-25-003365
10-Q2024-11-29fiscal Q3 202523780001477932-24-007735
10-Q2024-09-10fiscal Q2 202521660001477932-24-005628
10-Q2024-05-29fiscal Q1 202522470001477932-24-003345
10-K2024-04-24fiscal FY 202421430001477932-24-002301
10-K/A2023-12-29fiscal FY 202320410001477932-23-009405
10-Q2023-11-24fiscal Q3 202421690001477932-23-008786
10-Q2023-08-17fiscal Q2 202420640001477932-23-006229
10-Q2023-06-13fiscal Q1 202422450001477932-23-004499
10-K2023-05-25fiscal FY 202314290001493152-23-019006
10-Q2022-12-16fiscal Q3 202314490001493152-22-035638
10-Q2022-09-21fiscal Q2 202314450001493152-22-026415
10-Q2022-06-17fiscal Q1 202314230001493152-22-017038
10-K2022-05-19fiscal FY 202215290001493152-22-014421
10-Q2021-12-15fiscal Q3 202214420001493152-21-031523
10-Q2021-09-13fiscal Q2 202214360001493152-21-022494
10-Q2021-06-14fiscal Q1 202214180001493152-21-014251
10-K2021-03-12fiscal FY 202113230001213900-21-015057
10-Q/A2021-03-03fiscal Q3 202116260001213900-21-013175
10-Q/A2021-03-03fiscal Q2 202117300001213900-21-013151
10-Q/A2021-03-03fiscal Q1 202117220001213900-21-013137
10-Q2020-11-18fiscal Q3 202116300001213900-20-037920
10-Q2020-11-18fiscal Q2 202116280001213900-20-037916
10-Q2020-11-18fiscal Q1 202115200001213900-20-037912
10-K2020-11-18fiscal FY 202012150001213900-20-037910

Inspect the source

Entity
LVPAI GROUP LIMITED / CIK 0000831378
Captured
2026-09-21T17:17:29.229Z
SEC response SHA-256
ce9fffe38fce8e51d4ebfc3d5d5c7336c918671903836fd8a90e3a1b4953b21d

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