Skip to content

Winvest Group Ltd.: filings

Every Winvest Group Ltd. annual and quarterly report in the SEC record with the published financial measures it tagged, 23 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-08fiscal FY 202531640001477932-26-002885
10-Q2025-11-13fiscal Q3 202533980001477932-25-008161
10-Q2025-08-14fiscal Q2 202533940001477932-25-005873
10-Q2025-05-16fiscal Q1 202534720001477932-25-003880
10-K2025-04-18fiscal FY 202433670001477932-25-002836
10-Q2024-11-19fiscal Q3 202431910001477932-24-007402
10-Q2024-08-20fiscal Q2 202431900001477932-24-005146
10-Q2024-07-15fiscal Q1 202434730001575872-24-000773
10-K2024-04-19fiscal FY 202334650001829126-24-002653
10-Q2023-11-20fiscal Q3 202333980001829126-23-007558
10-Q2023-08-14fiscal Q2 202333930001829126-23-005402
10-Q2023-05-19fiscal Q1 202325470001829126-23-003603
10-K2023-04-14fiscal FY 202230470001829126-23-002758
10-Q/A2022-12-13fiscal Q3 202228660001829126-22-020199
10-Q2022-11-14fiscal Q3 202228660001829126-22-019247
10-Q/A2022-11-14fiscal Q2 202230530001829126-22-019246
10-Q2022-08-18fiscal Q2 202229620001829126-22-016014
10-Q2022-05-23fiscal Q1 202215310001829126-22-011676
10-Q2021-11-05fiscal Q3 202115530001829126-21-013743
10-K2021-09-10fiscal FY 202114270001213900-21-047343
10-Q2021-04-14fiscal Q3 202115460001213900-21-021500
10-Q2020-12-23fiscal Q2 202117450001213900-20-044241
10-Q2020-11-19fiscal Q1 202113190001213900-20-038160

Inspect the source

Entity
Winvest Group Ltd. / CIK 0001558740
Captured
2026-09-20T09:19:29.999Z
SEC response SHA-256
4d337fe32c96c1a864498bb7bc294a2bedecca714c03d31fca8569cd4ae22c52

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