Skip to content

GenFlat Holdings, Inc.: filings

Every GenFlat Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-05-15fiscal Q3 2026411270001683168-26-003997
10-Q2026-02-13fiscal Q2 2026421270001683168-26-001003
10-Q2025-11-12fiscal Q1 202641860001683168-25-008252
10-K2025-09-19fiscal FY 202544920001683168-25-007139
10-Q2025-05-08fiscal Q3 2025421280001683168-25-003294
10-Q2025-02-06fiscal Q2 2025411220001683168-25-000781
10-Q2024-11-15fiscal Q1 202534700001654954-24-014560
10-K2024-10-01fiscal FY 202440790001654954-24-012526
10-Q2024-05-15fiscal Q3 202432900001654954-24-006435
10-Q2024-02-15fiscal Q2 202432890001654954-24-001845
10-Q2023-12-19fiscal Q3 202428960001654954-23-015758
10-Q2023-10-06fiscal Q2 202425760001654954-23-012662
10-Q2023-07-14fiscal Q1 202425540001654954-23-009220
10-K2023-05-30fiscal FY 202329610001654954-23-007357
10-Q2023-01-12fiscal Q3 202328960001654954-23-000368
10-Q2022-10-13fiscal Q2 202327880001654954-22-013685
10-Q2022-07-18fiscal Q1 202323500001654954-22-009754
10-K/A2022-07-15fiscal FY 202227550001654954-22-009708
10-K2022-07-08fiscal FY 202227550001654954-22-009390
10-Q2022-01-18fiscal Q3 202125780001654954-22-000549
10-Q2021-10-25fiscal Q1 202125750001654954-21-011307
10-Q/A2021-10-05fiscal Q1 202123470001654954-21-010833
10-Q2021-07-20fiscal Q1 202123470001654954-21-008086
10-K2021-06-07fiscal FY 202125520001654954-21-006650
10-Q2021-02-01fiscal Q3 202024610001654954-21-001033
10-Q2020-10-16fiscal Q2 202023410001654954-20-011223

Inspect the source

Entity
GenFlat Holdings, Inc. / CIK 0001796949
Captured
2026-09-21T17:32:24.197Z
SEC response SHA-256
5acde9da5cfd0c3366e378c9a11b749e9886f525446d7a35db4ee06200c2a104

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